> For the complete documentation index, see [llms.txt](https://help.notabase.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.notabase.io/keyboard-shortcuts.md).

# Keyboard Shortcuts

Notabase has a lot of keyboard shortcuts to help you do things faster, and we're adding more all the time.

## Navigation

* `cmd/ctrl + p` to create a new note or jump to an existing note.
* `cmd/ctrl + \` to open or close the sidebar.
* `cmd/ctrl + shift + e` to switch to the notes pane.
* `cmd/ctrl + shift + f` to switch to the search pane.
* `cmd/ctrl + shift + g` to go to Graph View.

## Formatting

### Inline shortcuts

These shortcuts can be used while you're typing.

You can also use [markdown shortcuts](/markdown-shortcuts.md) to format your text while typing.

* `cmd/ctrl + b` to bold.
* `cmd/ctrl + i` to italicize.
* `cmd/ctrl + u` to underline.
* `` cmd/ctrl + ` `` to create inline code.
* `cmd/ctrl + shift + s` to strikethrough.
* `cmd/ctrl + shift + h` to highlight.
* `cmd/ctrl + k` to create a link.

### Block shortcuts

These shortcuts can be used to change the type of block you're in.

* `cmd/ctrl + shift + 1` to create an H1 heading.
* `cmd/ctrl + shift + 2` to create an H2 heading.
* `cmd/ctrl + shift + 3` to create an H3 heading.
* `cmd/ctrl + shift + 4` to create a bulleted list.
* `cmd/ctrl + shift + 5` to create a numbered list.
* `cmd/ctrl + shift + 6` to create a checklist.
* `cmd/ctrl + shift + 7` to create a quote block.
* `cmd/ctrl + shift + 8` to create a code block.
* `cmd/ctrl + shift + 9` to create a paragraph.

### Tabbing / entering

* `tab` to create a nested bullet point in a bulleted or numbered list.
* `shift + tab` to unindent a nested bullet point in a bulleted or numbered list.
* `shift + enter` to create a soft line break.
* `cmd/ctrl + enter` to create a hard line break.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.notabase.io/keyboard-shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
