> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting.md).

# Troubleshooting

- [Error Codes](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/error-codes.md): Learn more about specific in-game error and warning 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.
- [System Microphone Volume Changing](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/system-microphone-volume-changing.md): Automatic gain control may impact your microphone input volume for other apps, not just Sonoran Radio.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
