> 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/cad/integration-plugins/erlc/in-game-overlay.md).

# In-Game Overlay

## In-Game Overlay

<figure><img src="/files/QBAjyyMWu7aXk0diaNKR" alt=""><figcaption></figcaption></figure>

## Using the In-Game Overlay

### Configuring the Hotkey

The in-game overlay is toggled via custom hotkey. Hotkeys can be configured in the **Customization** menu. Once in the settings window select **Hotkeys** > **Desktop Overlay** to configure a key. Pressing this hotkey will show/hide the overlay.

<figure><img src="/files/9FkQWoED4hiGxOln4Fwl" alt=""><figcaption></figcaption></figure>

### Overlay Buttons

The overlay offers several buttons at the top right.

#### Visibility

Click the **Eye** icon to make the overlay window more or less transparent.

#### Self-Dispatch

Click the **Self Dispatch** button to toggle on access to dispatching features:

* Previous/Next Call
* Attach/Detach from Call

Users must have the **Self Dispatch** permission in order to toggle this on.

#### **Include Emergency Calls**

When enabled (requires **Self Dispatch**) emergency calls will also be displayed in the overlay. Pressing the **Attach** button (enter) will automatically convert the emergency call to a dispatch call, attaching your unit.

<figure><img src="/files/LYVZBhrfP51ArHhjWqj9" alt="" width="359"><figcaption></figcaption></figure>

#### Previous/Next Call

When **Self Dispatch** is enabled, use the left and right arrow keys (or icons) to page between active dispatch calls.

#### Attach/Detach from Call

When **Self Dispatch** is enabled, use the **enter** key or press the attach/detach icon to attach or detach from the selected dispatch call.

#### Call Notes

Click the **Call Notes** button to view the notes tab. Enter in text for live-chat while on a dispatch call.


---

# 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/cad/integration-plugins/erlc/in-game-overlay.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.
