# Keys

{% hint style="info" %}

#### Note

* You can modify or disable these keys in the [Keys and Commands](https://i.imgur.com/bTvuXLZ.png) section of the `[configs/config.lua]`.&#x20;
* Ensure you understand how [Key Mapping](https://docs.codesign.pro/coding-information/register-key-mapping) works.
  {% endhint %}

***

### U - Quick View UI

Toggle the quick view dispatch UI.

***

### G - Respond

Respond to a notification.

***

### ← / → - Scroll Notifications

Scroll through notifications on the quick view UI.

***

### L - Large Dispatch UI

Open the large dispatch UI.

***

### (Not Configured) - Dispatch Ping

Ping your location to other players with dispatch access.

***

### (Not Configured) - Panic Button

Activate your panic button.

***


---

# 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.codesign.pro/paid-scripts/dispatch3d/developer-api/keys.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.
