> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/tenant-settings/tags-settings.md).

# Tags Settings

The **Tags Settings** button under "Tenant Settings" in the **Admin Dashboard** allows management of the tags. Tags are listed alphabetically in groups of 20.

<div align="left"><figure><img src="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2F6ppOkGhm7EXMoNwJ5XAV%2Fimage.png?alt=media&amp;token=be0b8f68-658f-4f18-8892-c4e74edefc04" alt=""><figcaption></figcaption></figure></div>

## Creating a Tag

Type the desired tag value in the "New tag name..." box and click **Create Tag**.&#x20;

{% hint style="warning" %}
**Omit hyphens in tags.** Hyphens are not supported and will be removed and replaced with an underscore when a file that includes a hyphen is imported.&#x20;
{% endhint %}

<div align="left"><figure><img src="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FeWSrqbQvyJo6m2JxXU12%2Fimage.png?alt=media&amp;token=49391ba9-b6a2-4f19-9343-b3d654ee33bf" alt=""><figcaption></figcaption></figure></div>

## Finding a Tag

Insert the cursor in the "Type to search tags..." field and type the query. The list of tags will be filtered by the content in the search box.

<div align="left"><img src="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FwLz9M54H07zJNb57aBbg%2Fimage.png?alt=media&amp;token=b1689097-eeef-4337-af7f-c3f2df003f44" alt=""></div>

## Deleting a Tag

Search for and identify the tag to delete and click **Delete** under the "Actions" column of the row for that tag.&#x20;

{% hint style="danger" %}
No confirmation modal is provided, and action is immediately executed. This cannot be undone.
{% endhint %}

<div align="left"><figure><img src="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2Fzf2eivAfHsecOibvPH1R%2Fimage.png?alt=media&amp;token=e211bf44-7d04-4ccc-8b9c-46420aa0d422" alt=""><figcaption></figcaption></figure></div>

## **Viewing Tags**

If more than 20 tags exist, click the **Previous 20** and **Next 20** buttons at the bottom of the page to navigate forward and backward and view tags on other pages.

<div align="left"><figure><img src="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2F6ZC0PRVZKCxYJSZTe8ai%2Fimage.png?alt=media&amp;token=f4921104-b833-4a57-ad8c-cd012080df61" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If more than 20 tags exist, only the first 20 will appear when assigning tags. To filter the list, type in the first few letters of the tag.\
![](https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FpzxQu26hdvwUbcaB5uLI%2Fimage.png?alt=media\&token=86cde7d8-d68b-4c7b-b38f-16a59a06498f)
{% endhint %}


---

# 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://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/tenant-settings/tags-settings.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.
