> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/organize-and-manage-notes/organize-with-tags/create-a-tag-hashtag.md).

# Create a tag (hashtag)

Tags in UpNote help you organize and connect related notes across different notebooks. You can create tags instantly by typing **inline hashtags** directly in your notes.

#### Create a tag

To create a tag, type the **#** symbol followed by your keyword. Press **Enter** to confirm creating a new tag.

<figure><img src="/files/he7PncgA88vSdNKb2JM8" alt="" width="351"><figcaption></figcaption></figure>

Once you type a hashtag, UpNote automatically recognizes it as a tag. You can add multiple tags to the same note to make it easier to find later.

On **mobile,** you can also tap the **# icon** from the **format bar** above the keyboard to insert a tag easily.

<figure><img src="/files/NPjURcmiAtjfx1lxNlDi" alt="" width="371"><figcaption></figcaption></figure>

***

#### View Tagged Notes

* To view all notes with a specific tag, click or tap the **tag name**.
* You can also browse all your tags in the **Tags section** of the sidebar.
* Selecting a tag will display all notes containing that tag.

***

#### Convert a word into a tag (desktop only)

* **Right-click** the word and select **Create new tag**.

![](/files/Qc93L6l67ijB9YU46sBZ)

* Once the tag is created, it will automatically appear in both the **Tags section** of the sidebar and the note’s [Info Panel](/write-and-edit/info-panel.md).

<figure><img src="/files/6njsD2VR6K1T5d5cQz5o" alt=""><figcaption></figcaption></figure>

***

#### 💡 Tips

* Use short, memorable tags for consistent organization.
* Tags can include letters and numbers but not spaces (use `#meetingNotes`  or `#meeting-notes` instead of `#meeting notes`).
* Combine tags with [notebooks](/organize-and-manage-notes/organize-with-notebooks.md) for powerful multi-layer organization — notebooks for structure, tags for flexibility.


---

# 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.getupnote.com/organize-and-manage-notes/organize-with-tags/create-a-tag-hashtag.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.
