# Supporters Usage

## Guild Supporters Usage

{% hint style="warning" %}

#### As a quick reminder, you can't access the ticket commands unless a server administrator sets the permissions for the ticket command correctly in the server settings as shown above in the Configuration section of the guide. You can however use the buttons as displayed in this section of the tutorial.

<https://docs.goldendev.net/guides/tickets-system/configuration#command-settings>

In order for the ticket to be deleted completely a server administrator must delete the thread or use the ticket delete command if the ticket is still active. This will be improved in a future update
{% endhint %}

#### A member goes to the tickets channel and presses the Create Ticket button and then fills out the questionnaire.

<div><figure><img src="/files/uyRVBw88lQfP37YxE5Cx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TAKkJa7O0GERUQ2fr2cW" alt=""><figcaption></figcaption></figure></div>

#### They will get the following confirmation message and be directed to their ticket

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

#### You will notice a new message in the notifications channel but won't see the ticket until you join it, that's the beauty of threads.

<div><figure><img src="/files/svQzCm5kKJ1graEBHkgV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/t0qUmb8W8tdma7R95hHl" alt=""><figcaption></figcaption></figure></div>

#### The 'More Information' button will show you a more detailed view of the ticket

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

#### You can also choose to join the ticket

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

#### Once you have joined the ticket you will be added to the ticket and will be able to see the thread

<div><figure><img src="/files/BgjWHRLQI9FRfa0JeKQc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/wct4qci8GKj5ErpmgDeY" alt=""><figcaption></figcaption></figure></div>

#### You must claim the ticket if you only have the support role before closing the ticket or accessing the staff panel. If you have the administrator permission you will be able to do anything with the ticker regardless of if you've claimed the ticket or not.

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

#### You may also notice that the message was pinned in the channel meaning you can now easily access it regardless of the amount of messages in the channel as demonstrated below

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

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

#### Once you have claimed the ticket you will get the following confirmation messages and will now be able to close the ticket and access the staff controls menu.

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

#### The following list explains the functionality of each button in the Staff Controls panel

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

* **More Information:** same as displayed previously, gives a more detailed view of the tickets information
* **UnClaim:** unclaim the ticket so that someone else can claim it and help the ticket creator, if you need to force unclaim it from someone else, ask an admin to do it.
* **Request Close:** Sends a message in the ticket channel asking the user if they're satisfied with the support and if the ticket can be closed
* **Add Member:** A Modal popup will appear that will ask you for the userId of the member you wish to add to the ticket
* **Remove Member:** A Modal popup will appear that will ask you for the userId of the member you wish to remove from the ticket
* **Lock Ticket:** Asks you to confirm that you'd like to lock the ticket, this means that only moderators can send a message in the channel or reopen it.

#### Examples:

![](/files/j1TGFZbuxmaClrLo6qsj)![](/files/6KGsAseHx4N1nfCjJUQN)![](/files/CPzO0Fl3AUIBuMEmjZli)<img src="/files/eRxiIq9R35LpIeYSWKJQ" alt="" data-size="original">

### Transcripts

Currently, the ticket transcript system is in beta and is only activated when the ticket is closed and not when it is locked or deleted. The transcript system will be updated further in future updates but has a satisfactory amount of functionality for the initial release. You must download the HTML file and then open it with your web browser of choice to view the transcript.

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

### Notification Embed Color Codes

When the embed is **Gold** it is unclaimed, **Green** for claimed, and **Red** for closed/deleted

![](/files/bjevrYoOtDkKmGcGgduE)![](/files/fF0B4zgJaC4sMFoxRPSG)![](/files/mpkMZtuSoF88SH4menfT)

### Bugs

Since the tickets system is relatively new and may have some bugs or glitches please let us know immediately if you find any with the `/bot bug-report` command so that we can fix it ASAP, thanks and enjoy.


---

# 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.goldenbot.net/guides/tickets-system/supporters-usage.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.
