# Troubleshooting

- [Error Codes](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/error-codes.md): Learn more about specific in-game error codes.
- [Client Debug Mode](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/client-debug-mode.md): Learn more about enabling the client-sided debug mode.
- [In-Game Microphone Not Working](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/in-game-microphone-not-working.md): Fix a common issue causing the in-game microphone to not work.
- [Browser Microphone Permissions](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/browser-microphone-permissions.md): Microphone permissions are required to use the radio.
- [Set Mic In-game for Radio](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/set-mic-in-game-for-radio.md): Configure and manage your in-game microphone settings for Sonoran Radio, including microphone selection, muting, and Automatic Gain Control configuration.
- [In-Game Volume Too Low](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/in-game-volume-too-low.md): Having trouble hearing the radio in-game? You may need to increase the FiveM subprocess in your volume mixer.
- [Mac Keybinds](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/mac-keybinds.md): Resolve issues with desktop keybinds on Mac OSX.
- [In-Game Timeouts](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/in-game-timeouts.md): Learn more about in-game client timeouts throwing error messages.
- [Device In Use](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/device-in-use.md): Resolve the radio error when connecting "Device In Use".
- [Read and Write Permissions](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/read-and-write-permissions.md): How to fix SonoranRadio issues caused by read-only file permissions on Windows and Linux servers.
- [Windows App Volume](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/windows-app-volume.md): When a default output device is selected Windows may automatically lower the volume of other desktop apps.


---

# 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://docs.sonoransoftware.com/radio/tutorials/usage/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.
