> ## Documentation Index
> Fetch the complete documentation index at: https://auk.mamahuhu.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Shortcuts

> Keyboard shortcuts for Auk.

You can improve your workflow by efficiently performing actions straight from your keyboard.

<Tip>Bring up the shortcuts sidebar on Auk using `Ctrl/Cmd` + `/`.</Tip>

## General shortcuts

| Shortcut         | Action                |
| ---------------- | --------------------- |
| `?`              | Help menu             |
| `K`              | Search & command menu |
| `Ctrl/Cmd` + `/` | Keyboard Shortcuts    |
| `esc`            | Close current menu    |

## Request shortcuts

| Shortcut             | Action                                     |
| -------------------- | ------------------------------------------ |
| `Ctrl/Cmd` + `enter` | Send request                               |
| `Ctrl/Cmd` + `S`     | Save to collections                        |
| `Ctrl/Cmd` + `U`     | Generate and copy request link             |
| `Ctrl/Cmd` + `I`     | Reset Request to `https://httpbin.org/get` |
| `Alt/Option` + `↑`   | Select Next method                         |
| `Alt/Option` + `↓`   | Select Previous method                     |
| `Alt/Option` + `G`   | Select GET method                          |
| `Alt/Option` + `H`   | Select HEAD method                         |
| `Alt/Option` + `P`   | Select POST method                         |
| `Alt/Option` + `U`   | Select PUT method                          |
| `Alt/Option` + `X`   | Select DELETE method                       |

## Response shortcuts

| Shortcut         | Action                      |
| ---------------- | --------------------------- |
| `Ctrl/Cmd` + `J` | Download response as a file |
| `Ctrl/Cmd` + `.` | Copy response to clipboard  |

## Navigation shortcuts

| Shortcut           | Action                   |
| ------------------ | ------------------------ |
| `Ctrl/Cmd` + `←`   | Go back to previous page |
| `Ctrl/Cmd` + `→`   | Go forward to next page  |
| `Alt/Option` + `R` | Go to REST page          |
| `Alt/Option` + `Q` | Go to GraphQL page       |
| `Alt/Option` + `W` | Go to Realtime page      |
| `Alt/Option` + `S` | Go to Settings page      |
| `Alt/Option` + `M` | Go to Profile page       |

## Miscellaneous shortcuts

| Shortcut         | Action               |
| ---------------- | -------------------- |
| `Ctrl/Cmd` + `M` | Invite people to Auk |
