# Tag panel

Implementing a tag panel within an object page allows the end user to manage tags directly in the instance where they want to apply the tag, rather than having to go to the Tagging app. This can be convenient for the user as it allows them to manage tags directly within the context of the instance they are working on. It also allows for quicker access to the tag management tools, as the user does not have to switch to a different app or page to apply or modify tags.

<figure><img src="/files/x11uVUCgNGASiYetyRsv" alt=""><figcaption><p>Tag panel</p></figcaption></figure>

The tag panel consists of several components:

1. A tag type menu for choosing the type of tag to be created
2. A filter, apply, and creation toolbar, where end user can find and apply existing tags or create new ones
3. A list of tags, showing which tags are already applied

<figure><img src="/files/LQFxa6PLTtoSgKJ7bAwO" alt=""><figcaption><p>Tag type menu</p></figcaption></figure>

By clicking on the tag type menu end user can choose between Team and User tag. The choice of tag type will depend on the needs and preferences of the user and the team. Chosen type is then applied for creation of new tags with tag panel toolbar (2).

<figure><img src="/files/0p4slu0cpGBN83avNIAf" alt=""><figcaption><p>Tag proposals &#x26; creation of new tag</p></figcaption></figure>

As soon as the end user starts typing the characters into the toolbar tag proposals of existing tags are listed in the drop down list. If none of the existing and to the particular end user visible tags can be applied to the instance, end user can create a new tag.

Creating new tag is a simple and quick one step process. By typing the name of the tag in the toolbar (2) and clicking on *Create new tag for \<tag name>* at the end of the proposal list new tag is created and automatically applied for the instance.

Tag panel offers additional tag quick access feature. By clicking on the tag within the tag list end user can access the Tag - Details page, which provides several options for managing the tag. Here the end user 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. For more details about Tag - Details page please go to the page [*Manage tags*](/platform-features/tagging/manage-tags.md)*.*


---

# 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/usage/tag-panel.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.
