> 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/pricing/pricing-faq/standalone-pricing.md).

# View and Compare Plans

Subscription Options

All payment options are monthly or quarterly (3 month) subscriptions.

Quarterly subscriptions offer a 25% discount.

| Subscription | Monthly   | Quarterly |
| ------------ | --------- | --------- |
| Free         | $0/mo     | $0/qr     |
| Plus         | $14.99/mo | $33.75/qr |
| Pro          | $19.99/mo | $45/qr    |

## Subscription Limits

Specific features are limited based on the subscription version. View the details below:

### Connected Users

Depending upon your subscription level, your community is limited to the maximum amount of users connected at one time.

<figure><img src="/files/PCZW8B9zHaGRLgHvgYjE" alt="" width="375"><figcaption></figcaption></figure>

| Subscription | Limit                     |
| ------------ | ------------------------- |
| Free         | 10 Connected Users        |
| Plus         | 30 Connected Users        |
| Pro          | Unlimited Connected Users |

### [Multi-Server](/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.

| Subscription | Limit             |
| ------------ | ----------------- |
| Free         | 1 Server          |
| Plus         | 1 Server          |
| Pro          | Unlimited Servers |

### [Desktop Overlay](#desktop-overlay)

Customize your desktop overlay with unique radio frames for your community!

<figure><img src="/files/ypi7Sm0TSDCwo2c9xEuy" alt="" width="375"><figcaption></figcaption></figure>

| Subscription | Limit                    |
| ------------ | ------------------------ |
| Free         | Default three frames     |
| Plus         | Default three frames     |
| Pro          | Full frame customization |

### [Hear Nearby Radio Chatter](/radio/tutorials/usage/in-game-radio/hear-nearby-radio-chatter.md) and [Scanners](/radio/tutorials/usage/in-game-radio/radio-scanners.md)

<div><figure><img src="/files/gGh2uXmSnt3HWl1Sa4MR" alt="" width="375"><figcaption><p>Sonoran Radio - Hear Nearby Chatter</p></figcaption></figure> <figure><img src="/files/T2PnZabOkswne3KR0bch" alt="" width="375"><figcaption><p>Sonoran Radio - Scanners</p></figcaption></figure></div>

Pulled over in a traffic stop? You'll hear the real radio chatter when an officer has an active radio nearby!

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Plus         | 🚫    |
| Pro          | ✅     |

### [In-Game Background Audio](/radio/tutorials/usage/in-game-radio/background-audio-injection.md)

<figure><img src="/files/VgU9JunjirOaLHXv30U0" alt="" width="375"><figcaption></figcaption></figure>

Experience immersive, realistic transmissions with in-game sirens, rotor blades, gunfire, and more blended into your microphone audio.

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Plus         | 🚫    |
| Pro          | ✅     |

<figure><img src="/files/lj2tXwkkaLEbYrFLsiWY" alt="" width="375"><figcaption></figcaption></figure>

### [Community-Wide Sound Effect Customization](/radio/tutorials/usage/dispatch-panel/custom-sfx.md#community-wide-sfx)

* Key Up/Down SFX
* Talkover Deny/Override SFX
* Incoming Emergency Call SFX

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Plus         | ✅     |
| Pro          | ✅     |

### [Per-User Sound Effect Customization](/radio/tutorials/usage/dispatch-panel/custom-sfx.md#per-user-sfx)

* Key Up/Down SFX

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Plus         | 🚫    |
| Pro          | ✅     |

### [Transmission Logs](/radio/tutorials/usage/dispatch-panel/transmission-logs.md)

<figure><img src="/files/lGEptsbP6EzJ1j3KlTbq" alt="" width="375"><figcaption></figcaption></figure>

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Standard     | 🚫    |
| Pro          | ✅     |

### [Custom Domain](/radio/tutorials/usage/dispatch-panel/custom-domain-vanity-url.md#custom-domain)

<figure><img src="/files/Ny3ylKdv9EHg4MPBfPzM" alt="" width="375"><figcaption></figcaption></figure>

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Standard     | 🚫    |
| Pro          | ✅     |

### [Custom Community ID (Vanity URL)](/radio/tutorials/usage/dispatch-panel/custom-domain-vanity-url.md#customizing-your-community-id)

| Subscription | Limit |
| ------------ | ----- |
| Free         | 🚫    |
| Standard     | ✅     |
| Pro          | ✅     |

### [Dispatch AI](/radio/tutorials/integrations/dispatch-ai.md)

Dispatch AI usage is limited by total AI token usage. Token usage varies depending on request length, task complexity, and the number of actions performed.

The limits below are conservative estimates of the number of requests supported by each tier.

| Subscription | Average Number of Prompts per Month |
| ------------ | ----------------------------------- |
| Free         | \~140-360                           |
| Standard     | \~1,400-3,600                       |
| Pro          | \~4,200-10,750                      |


---

# 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/pricing/pricing-faq/standalone-pricing.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.
