# Tags

The tagging system is built on the interaction between [Tags](/api-reference/tags/tags.md), [TagGroups](/api-reference/tags/tag-groups.md), and [TaggableSections](/api-reference/tags/taggable-sections.md) to enable efficient organization and management of content.

Tags serve as individual labels that can be attached to various entities throughout the system, making it easier to categorize, filter, and search for content. To provide structure and maintain clarity, [Tags](/api-reference/tags/tags.md) can be organized into [TagGroups](/api-reference/tags/tag-groups.md). These groups allow for hierarchical arrangements and help to manage which [Tags](/api-reference/tags/tags.md) are available in different contexts.

[TaggableSections](/api-reference/tags/taggable-sections.md) define the specific modules or areas where tagging is possible. Each [TaggableSection](/api-reference/tags/taggable-sections.md) can restrict which [Tags](/api-reference/tags/tags.md) or [TagGroups](/api-reference/tags/tag-groups.md) are available, ensuring that only relevant [Tags](/api-reference/tags/tags.md) are used in each context.


---

# 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.api.intratool.de/api-reference/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.
