> For the complete documentation index, see [llms.txt](https://absolet-development.gitbook.io/absolet-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://absolet-development.gitbook.io/absolet-documentation/readme/ticket-categories.md).

# Ticket Categories

## 🌱 Create a Ticket Category

To create a category you must use the command `/ticket-manage setup` You will see an embed with several buttons which are the different properties that you can configure for that category.

<figure><img src="/files/9oO9dl0AtZxpcL33GtrS" alt="/ticket-manage setup"><figcaption><p>/ticket-manage setup</p></figcaption></figure>

* Name - Text that the button will have
* Emoji - The emoji that will appear on the ticket button
* Category - ID of the category where the bot will create the ticket
* Style - Color that the button will have
* Roles - The roles that will have access to view that ticket
* Label - Toggle whether the button will show the ticket name
* Questions - Add/Remove/List the questions for the ticket category

<figure><img src="/files/Uf7O0370FtrQj08rloWz" alt="Button styles available at the moment"><figcaption><p>Button styles available at the moment</p></figcaption></figure>

## 🧐 Add Modal Question(s)

To add questions you will have to answer the following questions:

1. Name - The name of the question to add
2. Description - This text will be the **placeholder** that appears in the input of the modal
3. Type - This will be the type of input that the question will have, select **Short** for a single column or **Paragraph** if your question needs a lot more context
4. Required - If your question must be answered by the user, select **required**

<figure><img src="/files/1aIoGOEHZgOCv4jl8Iaj" alt=""><figcaption><p>A ticket question modal</p></figcaption></figure>

## 🗂️ List Ticket Categories

To see all the categories you have created, use the command **-/ticket-manage list**

You can see information about the categories which are:

* CustomId - Unique identifier generated by the bot
* Name - Text that the button will have
* Emoji - The emoji that will appear on the ticket button
* Category - Category where the bot will create the ticket
* Style - Color that the button will have
* Roles - All the roles that will have access to view that ticket

<figure><img src="/files/eQNMZ93b75QTU8zmf0Ht" alt="/ticket-manage list"><figcaption><p>/ticket-manage list</p></figcaption></figure>

## 🗑️ Remove Ticket Category

To delete a ticket category you must use the "customId" that the bot gives to each panel, you can get it using the command `/ticket-manage list`

<figure><img src="/files/W1Vlt3uTO1s6rF1tpa0R" alt=""><figcaption><p>/ticket-manage delete</p></figcaption></figure>


---

# 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://absolet-development.gitbook.io/absolet-documentation/readme/ticket-categories.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.
