# Commands

TicketGenius offers a variety of Discord commands.

* `/close` - Close a ticket
* `/delete` - Delete a ticket
* `/reopen` - Reopen a ticket
* `/closerequest` - Request user to close the ticket
* `/add` - Add a user to a ticket
* `/remove` - Remove a user from a ticket
* `/rename` - Rename a ticket
* `/archive` - Archive a ticket
* `/reset` - Reset the conversation with TicketGenius
* `/help` - Display all available commands

{% hint style="info" %}
You will need to manage permissions to use those commands through the new Integration menu. You can add or remove specific roles from a command.
{% endhint %}

### Manage command Permissions

You can manage permissions for the TicketGenius commands by following these steps:

1. Go to your server settings and click on `Integrations`

   <figure><img src="/files/SGHS9vZtpTvXCXiTtNtz" alt=""><figcaption><p>Server Settings</p></figcaption></figure>
2. Select your TicketGenius from the list of apps.

   <figure><img src="/files/nRtPXuYNjS4pfchyifOM" alt=""><figcaption><p>Integrations</p></figcaption></figure>
3. You will see a list of commands and ways to control access to them

   <figure><img src="/files/V96ZRmuefV8DzYyMzVPb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Command permissions work similarly to channel permissions
{% 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.ticketgenius.ai/discord-bot/commands.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.
