# Troubleshooting

{% hint style="warning" %}
The content on this page is incomplete. If you are able to help out, please consider [updating the article!](/contribute.md)
{% endhint %}

**Audio issues (MMW4CC)**

Sometimes the audio sounds delayed or is off for MMW4CC. This is usually because the audio stops working when you're either being AFK for sometime or it's being used by some other application that closes the audio device for MMW.

To fix this issue:

* Find said other application that closed the audio device by looking it up in Task Manager, and forcing it to close by pressing "End Task" on the top.
* Restart your MMW.

<figure><img src="/files/bGRS9RK3EW5iD6hJajrk" alt=""><figcaption></figcaption></figure>


---

# 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://sekai-guide.tootiejin.com/getting-started/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.
