> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/tags/create-and-manage-tags.md).

# Create & Manage Tags

## What are tags?

Tags are essentially just saved text for you to use/save later which is super useful in a lot of different contexts, however they are most used to answer repetive questions or to send default answers

{% hint style="danger" %}
Any response sent from the `/tags send` command is NOT official and should not be treated as such, if you see tags being used for malice please report it to us at Invomagic in our support server
{% endhint %}

## Create Tags

{% hint style="info" %}
Users on the Free plan can have up to 1500 Characters, while users on the PRO plan may have up to 3500
{% endhint %}

To create a tag you must use the `/tags create` command, you must name your tag, this will be used to find it later, for example if you want to create a tag to explain booster perks you could name it "boostperks"\
After that you'll be presented with a form to input content for your tags, you may use markdown.\
In this example we'll have the content be\
"Booster perks\
Send images\
Earn XP 50% Faster!\
Earn more currency\
Access to vip chat!"\
\
After you submit the form we'll create the tag for you, in the example above the "boostperks" tag was created with the content\
"Booster perks\
Send images\
Earn XP 50% Faster!\
Earn more currency\
Access to vip chat!"

{% hint style="warning" %}
Two tags of the same name cannot exist, nor can tag names contain **parentheses**, **brackets**, **asterisks**, **backticks**, **underscores**. \
These can still be used in the tag content, additionally tag names are limited to 35 characters &#x20;
{% endhint %}

## Edit Tags

You can edit an existing tag using the `/tags edit` command, to edit a tag the tag must exist, the process is about the same as the create tags command however you can't edit the tag name and can only edit the content, to edit a tag with the command specify its name in the "name" option

## Delete Tags

If you decide you no longer need a tag you can delete it by using the `/tags delete` command.\
There is only one option and input, this is the name, where you must specify the name of the tag you want to delete. After sending the command your tag will be deleted quite quickly, however and this is important; **Your tags CANNOT be recovered**, while they can be recreated if you access to the content that it was you cannot undo a deletion so please, use with caution


---

# 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://invomagic.gitbook.io/ticketsdocs/tags/create-and-manage-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.
