> 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.md).

# Tutorials

- [Getting Started](https://docs.sonoransoftware.com/radio/tutorials/getting-started.md): Set up your community and start using Sonoran Radio.
- [Register a Community](https://docs.sonoransoftware.com/radio/tutorials/getting-started/register-a-community.md): Create your own FREE community on Sonoran Radio!
- [Invite and Manage Users](https://docs.sonoransoftware.com/radio/tutorials/getting-started/invite-and-manage-users.md): Learn how to invite and manage users in your Sonoran Radio community!
- [Configure a Game Integration](https://docs.sonoransoftware.com/radio/tutorials/getting-started/configure-game-integration.md): Choose the setup guide for your game.
- [Transfer or Delete a Community](https://docs.sonoransoftware.com/radio/tutorials/getting-started/transfer-or-delete-a-community.md): View more information on transferring or removing your Sonoran Radio community.
- [Using Sonoran Radio](https://docs.sonoransoftware.com/radio/tutorials/usage.md): Radio controls and community settings shared across games.
- [Dispatch & Admin Panel](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel.md): Manage channels, audio, and your Radio community.
- [Using the Dispatch Panel](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/using-the-dispatch-panel.md): Learn more about using the Sonoran Radio dispatch panel.
- [Configure Channels](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/configure-channels.md): Learn more about creating and managing radio channels!
- [Custom Voice Effects](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/custom-voice-effects.md): Customize transmission voice effects for your community, or local user!
- [Custom SFX](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/custom-sfx.md): Learn how to customize your microphone SFX!
- [Custom Tone Board](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/custom-tone-board.md): Customize dispatch tones to broadcast to your units!
- [Emergency Calls](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/emergency-calls.md): Place and answer emergency calls through Sonoran Radio.
- [Transmission Logs](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/transmission-logs.md): Coming soon!
- [Default User Settings](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/default-user-settings.md): Configure the default settings for your community. Users can personalize their own preferences, but these will serve as the starting defaults.
- [Multi-Server](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/multi-server.md): Using multiple identical servers for overflow? Multi-server lets each server run independently while sharing the same channel setup, keeping communications separate and organized.
- [Custom Domain / Vanity URL](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/custom-domain-vanity-url.md): Have Sonoran Radio on your own custom domain!
- [Logging](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-panel/logging.md): View audit logs from user actions in Sonoran Radio.
- [Desktop App & Overlay](https://docs.sonoransoftware.com/radio/tutorials/usage/desktop-overlay.md): Use the Sonoran Radio desktop overlay while playing any game.
- [Dispatch AI](https://docs.sonoransoftware.com/radio/tutorials/usage/dispatch-ai.md): Use voice commands to control your radio, set timers, and work with Sonoran CAD across games.
- [Troubleshooting](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting.md): Find help with radio audio, browsers, and the desktop app.
- [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.
- [Browser Microphone Permissions](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/browser-microphone-permissions.md): Microphone permissions are required to use the radio.
- [Mac Keybinds](https://docs.sonoransoftware.com/radio/tutorials/usage/troubleshooting/mac-keybinds.md): Resolve issues with desktop keybinds on Mac OSX.
- [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.
- [Other Integrations](https://docs.sonoransoftware.com/radio/tutorials/integrations.md): Connect Sonoran Radio to your other tools.
- [Stream Deck Plugin](https://docs.sonoransoftware.com/radio/tutorials/integrations/stream-deck-plugin.md): Sonoran Radio's official Stream Deck plugin gives you faster, customizable control over channels, volume, presets, and more.
- [Sonoran CMS](https://docs.sonoransoftware.com/radio/tutorials/integrations/sonoran-cms.md): Automate Sonoran Radio permissions with Sonoran CMS!


---

# 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.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.
