> 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/game-integrations/arma-3.md).

# Arma 3 Integration

Connect Arma 3 to the Sonoran Radio desktop overlay with physical towers, inventory radios, and optional AI hearing.

The Sonoran Radio Arma 3 integration connects an Arma mission to the Sonoran Radio desktop overlay. Signal towers affect radio quality, inventory items can select team-specific radio frames, and an optional setting lets nearby AI detect players while they transmit.

CBA\_A3 is required. TFAR and ACRE are not required.

{% hint style="info" %}
Sonoran Radio does not add an in-game radio menu or a `Y` keybind. Players use the **Sonoran Radio desktop app** and its **Overlay** tab beside **Dispatch** for radio controls.
{% endhint %}

## Features

* Signal towers placed in Eden or Zeus
* Three stock Arma tower models and invisible signal-only repeaters
* Configurable range, dish capacity, power, destruction, with terrain attenuation
* Automatic signal degradation in the desktop overlay
* BLUFOR and OPFOR inventory radio items
* Custom Arma item-to-desktop-frame mappings
* Optional AI hearing while transmitting
* SQF APIs for scripted missions and custom inventory systems

For shared controls and hotkeys, see [Desktop App & Overlay](/radio/tutorials/usage/desktop-overlay.md).

## Community-wide controls

Bridge use, signal integration, and AI hearing are configured only in **Community Customizations → Game Integrations → ARMA 3**. They default to enabled. Mod version 0.3.3 or newer removes the old CBA settings and in-game overrides.

## Guides

{% content-ref url="/pages/OWsHwrCQCXyK1cBSO8wF" %}
[Install and Connect](/radio/game-integrations/arma-3/install-and-connect.md)
{% endcontent-ref %}

{% content-ref url="/pages/OpLJW9PaudhoWdTb8sZT" %}
[Signal Towers and Repeaters](/radio/game-integrations/arma-3/signal-towers-and-repeaters.md)
{% endcontent-ref %}

{% content-ref url="/pages/D6VsqyOdgAUuo8OJKDKf" %}
[Radio Items and Team Frames](/radio/game-integrations/arma-3/radio-items-and-team-frames.md)
{% endcontent-ref %}

{% content-ref url="/pages/SpemfDvd3iimCZvjdDsv" %}
[AI Hearing](/radio/game-integrations/arma-3/ai-hearing.md)
{% endcontent-ref %}

{% content-ref url="/pages/cHuBpggrvJJDJwdgHFlq" %}
[Mission Maker API](/radio/game-integrations/arma-3/mission-maker-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/YHOFtekeIqcXPHM9qxbl" %}
[Troubleshooting](/radio/game-integrations/arma-3/troubleshooting.md)
{% endcontent-ref %}

Use [Dispatch AI for Arma 3](/radio/game-integrations/arma-3/arma-3.md) to change radio channels, manage scanned channels, set timers, and work with CAD from the desktop overlay.


---

# 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/game-integrations/arma-3.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.
