# Tags

We love Tags. In fact, we love them so much that we built a notes app around them.

Our Tags look like this, and they can be anything:

<figure><img src="/files/sOmORte6R8zy37nNp1if" alt="" width="375"><figcaption></figcaption></figure>

## Create a New Tag

### Ways to Create a Tag

You can create a new Tag in a number of different ways.

* **New Tag Button** - Simply click 'New Tag' on the home screen.

<figure><img src="/files/fpQkFua5CZBhV5UR2geQ" alt="" width="375"><figcaption></figcaption></figure>

* **Menu** - Click the File > New Tag on the ☰ menu.

<figure><img src="/files/Bs6v7lq6Dly9ArbxaqLZ" alt="" width="375"><figcaption></figcaption></figure>

* **Shortcuts** - You can create a new Tag using the shortcut Ctrl + Shift + . on Windows or ⇧⌘. on Mac.
* **Quick Create** - Tags can also be created quickly when using Tag filters, like those on the home screen, on a note and when creating a Stack. Simply type the name of the Tag you want, and press either Ctrl + Enter on Windows, or ⌘ + Enter on Mac.

<figure><img src="/files/q8oHxnVWjsPJVVrOgnc9" alt="" width="373"><figcaption></figcaption></figure>

### Creating the Tag

To create a new Tag, you must give it a name. It will be given a color automatically, but you can change that. You also have the option to set an icon for the tag.

<figure><img src="/files/FjoDDwkjHp5vy52c82jA" alt="" width="352"><figcaption></figcaption></figure>

Hit enter or press the 'Create' button. If you click 'Create & Open' it will create the Tag and open it as a Stack ready for you to start writing notes.

## Add a Tag to a Note

### Manual Adding

To add a Tag to a note, click the + icon and select the Tags you want applied to the note. Tags can be removed from a note by toggling.

<figure><img src="/files/T2H4flWO5OmOfuSfGxvk" alt="" width="375"><figcaption></figcaption></figure>

### Stacks

When you work with Stacks, all new notes that are created in a Stack are automatically tagged with the Stack Tags. You can learn more about working with Stacks [here](/new-to-narafy/stacks.md).

## Editing Tags

To edit a Tag, right click on it and select 'Edit'.

### Tag Icon

To change the Tag icon, click on the icon selector (to the left of the Tag name) and select the icon you want.

<figure><img src="/files/yrrODzZ4Xeg4zckJDrQ5" alt="" width="375"><figcaption></figcaption></figure>

### Set Tag Color

To change the Tag color, simply click on the colour square and select the color you want.

<figure><img src="/files/u2IZiAEf20d7AxTozgXV" alt="" width="375"><figcaption></figcaption></figure>

### Quick Edit

Tag icons and colors can also be quickly set on the home screen. Click the icon or color and make your selection.

<figure><img src="/files/W2veztabmb5kRXCyHmx3" alt="" width="274"><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/tags.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.
