# Button Options

To access these settings:

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

On this tab of your dashboard you'll be able to access all of the buttons Ticket Tool offers you! Here you'll find a list of all buttons as well as the message you can find them:

* Create Ticket - [Panel Message](https://docs.tickettool.xyz/dashboard/panel-options#panel-message)
* Close Ticket - [Ticket Message](https://docs.tickettool.xyz/dashboard/ticket-options#ticket-message)
* Cancel Close - [Close Ask Message](https://docs.tickettool.xyz/dashboard/ticket-options#close-ask-message)
* Re-Open Ticket - [Moderator Message](https://docs.tickettool.xyz/dashboard/moderator-options#moderator-message)
* Confirm Close - [Close Ask Message](https://docs.tickettool.xyz/dashboard/ticket-options#close-ask-message)
* Delete Ticket - [Moderator Message](https://docs.tickettool.xyz/dashboard/moderator-options#moderator-message)
* Transcript - [Moderator Message](https://docs.tickettool.xyz/dashboard/moderator-options#moderator-message)
* Claim Ticket - [Ticket Message](https://docs.tickettool.xyz/dashboard/ticket-options#ticket-message)

### Message Buttons

Below you'll find all of the settings a Ticket Tool button can possibly have across messages.

#### Show this button

If **disabled** this button won't be added to your Close Ask Message.

#### Button Emoji

When **enabled**, the button will include indicated emoji. You can pick the emoji by using our selector or by indicating one of the following manual inputs:

* For custom Discord emojis use `<name:id>` or `<a:name:id>` for animated emojis
* For regular emojis use their unicode value, **not** their Discord name

#### Button Text

Enter button text here, if left empty the button will be emoji-only

{% hint style="warning" %}
All buttons **must** have either the text label or the button emoji.
{% endhint %}

#### Button Color

Select one of the four button colors **supported by Discord** to further customize your buttons! The default color for all buttons is gray.

![Available Colors](https://i.imgur.com/2ZJVE0c.png)

#### Support Team Only

Enabling this option will make the button only being actionable by members who have a [Support Team Role](https://docs.tickettool.xyz/dashboard/general-options#support-team-roles).

#### Allowed Roles

Users that have a role from this selector will be able to use this button.

#### Disabled Roles

Any user with a role from this set won't be able to use the button you are editing.

{% hint style="info" %}
If a user has both `Allowed` and `Disabled` roles, they will be able to use the button. `Allowed` roles override `Disabled` ones.
{% endhint %}

{% 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/button-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.
