# Format Shortcuts

Narafy supports a variety of formatting shortcuts that make editing your notes quicker and more intuitive. By using specific key combinations and symbols, you can instantly apply different formatting styles to your text. Here’s a breakdown of available shortcuts:

### Lists

* **Bullet List**: Type `-`  (a hyphen followed by a space) at the beginning of a line to create a bullet list.
* **Number List**: Type `1.` (number one followed by a dot and space) at the beginning of a line to start a numbered list.
* **Checklist**: Type `[]` (square brackets followed by a space) to create an unchecked checklist item. For a checked item, type `[x]` (square brackets enclosing an 'x' followed by a space).

### Headings

* **Heading 1**: Start a line with `#` (hash followed by a space) or type `/h1` and space to format text as a large heading.
* **Heading 2**: Start a line with `##` (two hashes followed by a space) or type `/h2` and space for a medium heading.
* **Heading 3**: Start a line with `###` (three hashes followed by a space) or type `/h3` and space for a small heading.

### Other Formats

* **Quote**: Type `>` (greater-than sign followed by a space) to format a line as a blockquote.
* **Callout Block**: Type `!!!` (three exclamation marks followed by a space) to create a callout block, useful for highlighting important notes or alerts.


---

# 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://info.narafy.com/notes/format-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.
