# Tags Permissions

There are five new permissions related to tags:

| Permission name | Description                                                                                |
| --------------- | ------------------------------------------------------------------------------------------ |
| Create tag      | Allows the user to create new tags.                                                        |
| Update tag      | Allows the user to update existing tags.                                                   |
| View tag        | Allows the user to view details about the tags and use it for filtering on multiple pages. |
| Remove tag      | Allows the user to delete a tag.                                                           |
| List tags       | Allows the user to access Tags list page.                                                  |


---

# 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.mod24.com/mod24/tags/tags-permissions.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.
