# Troubleshooting

- [General Troubleshooting](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting/general-troubleshooting.md): Troubleshooting tips and tricks
- [Audio Troubleshooting](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting/audio-troubleshooting.md): Having trouble with your audio?
- [Wake Word Troubleshooting](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting/wake-word-troubleshooting.md): Having trouble triggering the wake word?
- [Log Files](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting/log-files.md): Information on the different log files Mycroft uses, where the logs files are located on a Mycroft Device, the sort of data that you will find in them, and some common commands to use to aid diagnosis
- [Support Skill](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting/support-skill.md): The easiest way to find out what's happening on your device.
- [Getting more support](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting/getting-more-support.md): I've tried everything! Where to get further support.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
