# Panel Configs

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 (Will be the default land page)

### What are Panels?

Panels are Ticket Tool's core, through them your users will be able to create tickets! A panel can have [Buttons](https://docs.tickettool.xyz/dashboard/panel-configs/panel-options), or a [Dropdown](https://docs.tickettool.xyz/dashboard/panel-configs/dropdown-style).

#### How to create a panel?

Click the **`+`** emoji on your panel selector and give it a name!

![Creating a Panel](https://i.imgur.com/xDjulvJ.png)

### Panel Settings

#### Clone

Create a duplicate of the currently selected panel, the new panel will work as a new separate panel, meaning that settings from the original panel won't be updated on the duplicate panel once the cloning has been done.

#### Rename

Change the name panel you are editing. You can't change the number value or rearrange it.

#### Send

Select a channel to send your panel to, make sure Ticket Tool has the needed permissions to carry on this aciton.

![Sending a Panel](https://i.imgur.com/0aTOFi6.png)

#### Set Count

Set the ticket count of the panel to a custom value.

#### Update

Update a sent panel previously sent to the current version of it, copy the message URL and paste it to do so.

#### Delete

Delete the selected panel

{% hint style="danger" %}
This is an irreversible action so be sure before doing it.
{% endhint %}

{% hint style="info" %}
You must always have at least one panel on the dashboard. If you plan on deleting your last panel, create a new panel first to avoid an error.
{% endhint %}

### Frequently Used Configs

Here you can find a quick access to common settings:

* [Support Team Roles](https://docs.tickettool.xyz/dashboard/general-options#support-team-roles)
* [Category Created/Opened](https://docs.tickettool.xyz/dashboard/category-options#category-created-opened)
* [Panel Message](https://docs.tickettool.xyz/dashboard/panel-options#panel-message)
* [Ticket Message](https://docs.tickettool.xyz/dashboard/ticket-options#ticket-message)


---

# 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.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.
