# Keyboard shortcuts

Mechanic includes app-wide keyboard shortcuts for quick navigation, creating tasks, and toggling features like [Ask Mechanic](/app/ask-mechanic.md). Press `?` anywhere in the app to open the shortcuts sheet.

{% hint style="info" %}
Shortcuts are optional — everything is accessible through the regular UI. They're disabled when you're typing in an input field, textarea, or the code editor, so they won't interfere with your work. The one exception is `Cmd/Ctrl + J`, which toggles Ask Mechanic from anywhere, including the code editor.
{% endhint %}

<figure><img src="/files/dh04v8GOasjrEGhrpLgk" alt="The keyboard shortcuts modal showing all available shortcuts"><figcaption></figcaption></figure>

## Available shortcuts

### Help

| Shortcut       | Action                                      |
| -------------- | ------------------------------------------- |
| `Cmd/Ctrl + J` | Toggle [Ask Mechanic](/app/ask-mechanic.md) |
| `?`            | Open keyboard shortcuts sheet               |

### Navigation

| Shortcut     | Action                                           |
| ------------ | ------------------------------------------------ |
| `G` then `G` | Go to [Home](/app/home.md)                       |
| `G` then `T` | Go to [Task library](/resources/task-library.md) |
| `G` then `E` | Go to [Events](/app/events.md)                   |
| `G` then `S` | Go to [Settings](/app/settings.md)               |
| `G` then `H` | Go to Help                                       |

### Create

| Shortcut     | Action                  |
| ------------ | ----------------------- |
| `N` then `T` | Create a new blank task |

{% hint style="info" %}
Sequence shortcuts (like `G` then `T`) require pressing the keys one after the other — not at the same time. Press `G`, release it, then press `T`. If you pause too long between keys, the sequence resets.
{% endhint %}


---

# 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://learn.mechanic.dev/app/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.
