> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/contracts/contract-templates/contract-tags.md).

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