# 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 by searching for **Settings** in the taskbar. Once in the settings window select **Hotkeys** > **Desktop Overlay** to configure.

<div><figure><img src="/files/283yhNs5l50wlAZWgvra" alt="" width="164"><figcaption></figcaption></figure> <figure><img src="/files/BkrYlmDSnSd6ZETkX0hW" alt="" width="347"><figcaption></figcaption></figure></div>

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