# Tickets

The **Tickets** command allows you to configure and manage the ticketing system for your server.

{% hint style="danger" %}
You need the **ManageGuild** permission to use this command.
{% endhint %}

***

## Usage

* **Command:** `/tickets` or `-tickets`

## Options

1. **Status:**
   * Enable or disable the ticket system.
2. **Setup:**
   * Fill out a form to create a ticket message, including:
     * **Title:** The message title.
     * **Description:** The message description.
     * **Footer:** Footer text for the message.
   * Select a channel to send the ticket message, where users can open tickets.
3. **Categories:**
   * **Add:** Create a new category for tickets by specifying:
     * **Name:** The category name.
     * **Description:** The category description.
     * **Create Message:** The message shown when creating tickets in this category.
     * **Staff Roles:** Roles that can manage tickets in this category.
     * **Mention Roles:** Roles to be mentioned when a ticket is opened.
   * **Edit:** Modify an existing category by updating the name, description, create message, staff roles, or mention roles.
   * **Remove:** Delete an existing category.
4. **Limit:**
   * **Set:** Specify the maximum number of tickets a user can have open at once.
   * **Remove:** Remove the ticket limit.
5. **Logs:**
   * **Set:** Choose a channel for logging ticket activities.
   * **Enable/Disable:** Turn ticket logging on or off.
6. **Single Ticket:**
   * Enable or disable the option to allow each user only one open ticket at a time.

***

For more assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/spanish/vision-general/comandos/boleto/tickets.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.
