# Write Your First Note

Narafy is designed with tags at its core to help organize your notes effectively. While it's possible to create a note without tags, using tags from the start is the best way to keep your notes organized and easily searchable.

### Quick Note

For those moments when you have a quick thought or a fleeting idea, use the Quick Note feature. This is a convenient place to jot down anything on the fly. You can always come back to these quick notes later to add the appropriate tags and further organize them into your existing stacks or categories.

<figure><img src="/files/KvEEmuRgWTsWj0N0SAYK" alt="" width="563"><figcaption></figcaption></figure>

You can also create a quick note at any time by pressing `Ctrl + Shift + N` on Windows or `Cmd + Shift + N` on Mac.

### Tagged Note

When you have a more concrete idea or if you’re starting a project, first select the tags that best represent the content of your new note.&#x20;

This could be related to a specific project, topic, or type of information. Once your tags are selected, click 'New Note.' This process ensures that each note starts organized and remains interconnected with related entries, enhancing the structure and retrievability of your information.

You can select Tags on the home screen and click 'New Note'

<figure><img src="/files/FM7l891U74PgvKCZqTb0" alt="" width="563"><figcaption></figcaption></figure>

Alternatively, right click a tag and click 'New Note with Tag'.

<figure><img src="/files/mHdznbcS4MaLdwSiUqB9" alt="" width="341"><figcaption></figcaption></figure>


---

# 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/new-to-narafy/write-your-first-note.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.
