> 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/getting-started/configure-game-integration.md).

# Configure a Game Integration

Choose the setup guide for your game.

Choose **FiveM**, **Emergency Response: Liberty County (ER:LC)**, **ARMA 3**, **Star Citizen**, or **Other** using the game logo cards. The selection is saved community-wide, not per user. Your selection controls the installation tools, location features, and zone map shown together under **Game Integration**.

As a community administrator, open **Community Customizations → Game Integrations**.

## FiveM

Open **Customize** > **Game Integration** > **FiveM**, then follow [Installing the FiveM In-Game Resource](/radio/game-integrations/fivem/installing-the-in-game-resource.md).

## ER:LC

Open **Customize** > **Game Integration** > **ER:LC**, then follow [ER:LC Setup](/radio/game-integrations/roblox/erlc-setup.md) to link your private server and Roblox account.

## ARMA 3

Select **ARMA 3**. The **ARMA 3 Installation** expansion appears first with a four-step server/client walkthrough. Below it, one card groups **Enable ARMA 3 bridge**, **ARMA 3 signal integration**, and **AI can hear radio transmissions**.

All three settings default to enabled, are saved for the whole community, and refresh on active radio clients within 30 seconds. Only administrators can change them. Disabling bridge use makes signal and AI-hearing controls inactive without discarding their saved values.

There is no per-user Dispatch integration toggle or in-game Sonoran CBA override in the updated mod. See [Install and Connect](/radio/game-integrations/arma-3/install-and-connect.md).

## Star Citizen and Other

Use the desktop app's **Overlay** tab for the universal overlay. Selecting Star Citizen does not add an ARMA-style in-game signal bridge. New Star Citizen registrations start with a horizontal Mobi frame and Mobi screen. Use **Other** for games without a dedicated integration.

Changing game selection on an existing community does not overwrite its saved custom frames.


---

# 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/getting-started/configure-game-integration.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.
