# How to open a ticket in Discord

## How to open a Discord ticket?

* Once you've [set up your Ticket panel](/mava-docs/getting-started/integration-setup/discord-setup/discord-ticket-setup.md) in Discord you can press the 'Create Ticket' button to open a new ticket

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

* If you're set your permissions correctly, this will open a new ticket as a private thread within Discord
* You'll see your username under the channel list on left hand side after the thread has opened.

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

* You can now type in the ticket, press buttons from your [Chatbot builder](/mava-docs/getting-started/chatbot-builder.md) or close out the ticket

## Who can open a Discord ticket?

* Any users within your Discord that have permission to view the channel where you've placed your Create Ticket panel will be able to press the 'Create Ticket button and open a ticket
* Users can ONLY create 1 ticket. This is to prevent spam and to avoid users accidentally creating multiple tickets.&#x20;
* Once a user's ticket has been resolved, they will be able to open a new ticket.
* It's not possible for an Agent to open a ticket on behalf of a user. Please direct your users to the dedicated ticket channel and ask them to press the 'Create Ticket' button.


---

# 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://mava.gitbook.io/mava-docs/ticket-behavior-and-settings/how-to-open-a-ticket-in-discord.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.
