# Sonoran CAD Integration

## Sonoran Radio CAD Plugin

To enable integrations between Sonoran CAD and Radio, simply [enable the `sonrad` (Sonoran Radio) submodule in your CAD resource](https://info.sonorancad.com/integration-plugins/in-game-integration/fivem-installation/available-plugins/sonoran-radio-sonrad).

## Integration Features

### Panic Toggle

<details>

<summary>CAD Panic Toggle</summary>

Triggering your Sonoran Radio panic (by pressing the yellow button at the top of the radio) will also toggle your panic status in Sonoran CAD.

<img src="/files/3HA87DikjleAMmSN1k12" alt="Sonoran Radio Handheld - Panic Button" data-size="original">

</details>

### Dispatch Call Information

<details>

<summary>Dispatch Call Information</summary>

When attached to a Sonoran CAD dispatch call, the radio will display a red call info box and set the top status bar to red. Click the call title to expand and collapse the information.

![Sonoran Radio x CAD Call Information](/files/SAteSrfGb8N7g2egYQLQ) ![Call Information - Expanded](/files/6IlynKkXWkzI2SzY7IgG)

</details>

### Live Map Blips

<details>

<summary>Live Map Radio Tower Information</summary>

Sonoran Radio towers will be displayed on the CAD live map.

Select one of the blips to view it's repeater type and health.

![](/files/bV60it3mTMnUZnqFVQLo)

</details>

## Display Name Sync

<details>

<summary>CAD To Radio Display Name</summary>

Automatically set your radio's display name based on your CAD unit information.

In the `sonorad` submodule's configuration file, set `config.syncRadioName.enabled` to true and customize the formatting in `config.syncRadioName.nameFormat`.

![](/files/kWyQ0brREhBHlup5bIV8)

</details>


---

# 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/integrations/sonoran-cad-integration.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.
