# Contract Tags

Administrators can assign multiple free-form tags to contracts. Tags can be added during contract creation, edited inline on the contract detail page, and used to filter the contract index list.

#### Adding and editing tags <a href="#adding-and-editing-tags" id="adding-and-editing-tags"></a>

* **Contract wizard**: An optional tags field appears during contract setup. Existing tags are shown in a dropdown, and new tags can be created on the fly.
* **Contract detail page**: Tags are displayed as badges and can be edited inline by clicking on them. A multi-select dropdown allows adding or removing tags without leaving the page.

#### Filtering by tags <a href="#filtering-by-tags" id="filtering-by-tags"></a>

The contract index page includes a tags filter in the Advanced Filters section. Selecting one or more tags filters the list to show only contracts with those tags. Filter selections persist across page navigation.

#### Reporting <a href="#reporting" id="reporting"></a>

Tags are available as a filter dimension in the Report Builder, allowing administrators to create filtered contract datasets by tag.

#### Details <a href="#details" id="details"></a>

* Tags are case-insensitive and stored in lowercase.
* A contract can have any number of tags.
* Tags are organisation-scoped -- each organisation has its own tag vocabulary.
* No special permissions are required beyond standard contract edit access.


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/contracts/contract-templates/contract-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.
