# Tags

The Tags Page in Graphite Note is used to manage tags that help in organizing and distinguishing datasets, models, and notebooks. Tags improve searchability and allow users to categorize resources effectively. Note that only one tag can be assigned to each dataset, model, or notebook. The Tags Page can be accessed by clicking the wheel icon (⚙️) in the top-right corner and selecting Tags.

<figure><img src="/files/eW5otFBdENYEyD3mMkyu" alt=""><figcaption></figcaption></figure>

### Tag List

Displays all created tags with their name, description, color, and a preview of how the tag appears.

***

### Creating new Tag

To create a new tag, users can define its name and description while selecting a color for visual distinction. This allows tags to be uniquely identifiable and easy to manage. Tags can also be edited or deleted using the action icons, providing flexibility for keeping the tagging system up-to-date.

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

### Tag creation in Datasets, Models and Noteboks

Additionally, tags can also be created during the process of creating a new dataset, model, or notebook, or within the settings options of an existing dataset, model, or notebook. This ensures that tagging remains a flexible and integrated part of resource management.&#x20;

<br>


---

# 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://docs.graphite-note.com/graphite-note-documentation/account-and-team-setup/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.
