# Manage Tags

Tags are managed in the Tagging app, where user can create, configure and set rights for User and Teams Tags.

<figure><img src="/files/Yhfh55fVnAdJ7KV8hKRq" alt=""><figcaption><p>Tagging App</p></figcaption></figure>

The Tagging app opens to a landing page with a list overview of all tags, organized by their type.

<figure><img src="/files/ia2utcrqWaqQIM33ycvm" alt=""><figcaption><p>Tagging landing page</p></figcaption></figure>

{% hint style="info" %}
Column *usage* shows count in how many instances the particular tag is being used.
{% endhint %}

If you click the *Create tag*, a new page will open where you can specify the name, type, and color of the new tag. This page allows you to create a new tag and customize its appearance.

<figure><img src="/files/LANKpeF8iqbViHd5NeTC" alt=""><figcaption><p>Create new Tag page</p></figcaption></figure>

{% hint style="info" %}
While Team tags can be used by the whole team for collaborative working, personal tags are used to have better overview of certain topics, which have the capability to be grouped.
{% endhint %}

After tag is created, it can be changed by pressing the tag in the list overview of the landing page. The *Tag - Details* page, which you can access by clicking on a tag in the list on the landing page, provides several options for managing the tag. You can change the tag's colors, view its details, and see a list of the classes where the tag has been applied. This page also displays the number of times the tag has been used.

<figure><img src="/files/5FIQSJyiS7jgwO0iYzfI" alt=""><figcaption><p>Tag - Details page</p></figcaption></figure>

If you click on a class in the *Usage* panel's list, you will be able to see the instances where this tag has been applied. This can be useful for identifying where the tag is being used and understanding its grouping intention.

<figure><img src="/files/jGnaQ9jr3UBJVd6ssBo6" alt=""><figcaption><p>Instance of the class Notification</p></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://docs.tivity.one/platform-features/tagging/manage-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.
