# Category Options

To access these settings:

> Head to your [Dashboard](https://tickettool.xyz/manage-servers)\
> Select your server\
> Go to the [**Panel Configs**](/dashboard/panel-configs.md) Tab\
> Under **General Ticket Options**, click on **Category** Options

### Category Created/Opened

Select a category for tickets belonging to this panel to be created on.

### Category Closed

Likewise to the previous setting, pick a category for tickets to be moved when closed, leave this option empty if you want the tickets to stay in the same category they were created on, if any. Note that if you have disabled the [Two Step Ticket](/dashboard/panel-configs/general-options.md#two-step-ticket) feature, tickets will be directly deleted instead of moved to the assigned category here.

### Overflow Categories

Discord only allows to stack up to 50 channels per category. Meaning, if you already have 50 tickets in one category, Ticket Tool will not be able to place a new ticket in that category. To prevent that, Ticket Tool counts with overflow categories, which are additional categories. Once your main category is full, the bot will go ahead and place the new ticket in the next one available. Simply select multiple categories in the category picker.

![Category Options](https://i.imgur.com/zkfSRNO.png)

{% hint style="success" %}
Make sure to always **save** changes using the pop-up shown whenever a change is done.
{% endhint %}


---

# 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.tickettool.xyz/dashboard/panel-configs/category-options.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.
