# Inbox Keyboard Shortcuts

<table><thead><tr><th width="449">Action</th><th>Shortcut</th></tr></thead><tbody><tr><td><strong>Search</strong></td><td></td></tr><tr><td>Open Search</td><td><img src="/files/iXm1zQbZ7B2gUxMu9DZf" alt="" data-size="line"></td></tr><tr><td></td><td></td></tr><tr><td><strong>Ticket Navigation</strong></td><td></td></tr><tr><td>Next ticket in queue (down)</td><td>J  <em>(or down arrow)</em></td></tr><tr><td>Previous ticket in queue (up)</td><td>K  <em>(or up arrow)</em></td></tr><tr><td></td><td></td></tr><tr><td><strong>Messages &#x26; Notes</strong></td><td></td></tr><tr><td>Reply to message</td><td>R</td></tr><tr><td>Send Message</td><td><img src="/files/nqXdcV4D9Q36QaAocPd6" alt="" data-size="line"></td></tr><tr><td>View template answers</td><td>/</td></tr><tr><td>Add internal note</td><td>N</td></tr><tr><td>Mention team member <em>(only within note)</em></td><td>@</td></tr><tr><td>Exit reply field</td><td><img src="/files/JSOWzmLEq0R8t66gDHWy" alt="" data-size="line"></td></tr><tr><td></td><td></td></tr><tr><td><strong>Ticket Management</strong></td><td></td></tr><tr><td>Set status (Open, Waiting, Pending, etc.)</td><td>S</td></tr><tr><td>Set category</td><td>C</td></tr><tr><td>Assign agent</td><td>A</td></tr><tr><td>Set Priority</td><td>P</td></tr></tbody></table>

|                         |                                                                     |
| ----------------------- | ------------------------------------------------------------------- |
| **Markdown formatting** |                                                                     |
| Bold                    | ![](/files/A5JKMW2YWDuAf3hOPhzx)                                    |
| Italic                  | <img src="/files/STE5baBRmxqsOad2kOd1" alt="" data-size="original"> |
| Inline Code             | <img src="/files/n65ILFemDtRpsnq9GBTp" alt="" data-size="original"> |
| Code Block              | <img src="/files/UcjGQo9IHu7DEHFXSmDZ" alt="" data-size="original"> |
| Block quote             | <img src="/files/UOxEKAYYgymcyBVDXW1f" alt="" data-size="original"> |
| Heading 1               | <img src="/files/6oR36ntIvKAxNErO1EqX" alt="" data-size="original"> |
| Heading 2               | <img src="/files/4uzZpId4ZYu1xXKOmuO8" alt="" data-size="original"> |
| Heading 3               | <img src="/files/AYiwnDs2uhTALExpCum6" alt="" data-size="original"> |
| Bulleted List           | <img src="/files/ZMfYXrJTTSFWA4C863cb" alt="" data-size="original"> |
| Numbered List           | <img src="/files/JKMSQRwB4xe50bmLiQR9" alt="" data-size="original"> |


---

# 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://mava.gitbook.io/mava-docs/the-support-inbox/inbox-keyboard-shortcuts.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.
