# DropDown Style

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 **Panel Settings**, click on **DropDown Style** Options

Dropdowns allow you to display several panels in the same select menu.

![Dropdown Style Options](https://i.imgur.com/piFUiPr.png)

### Enable Select Style

In order to use dropdowns instead of [panel buttons](https://docs.tickettool.xyz/dashboard/panel-configs/panel-options) this option must be on, otherwise regardless the rest of settings of the menu, buttons will be still used.

### Dropdown Editor

#### Display

The shown text on the select option, this is a **required** field.

#### Panel

The panel this option should open a ticket for, this is a **required** field.

{% hint style="danger" %}
Do **not** select twice the same panel, each option needs its own panel.
{% endhint %}

\### Emoji The emoji that the option should be displayed, leave this field empty for no emoji.

#### Description

The text shown below the Display on the select option, leave this field empty for no description.

#### Placeholder Text

The text the select menu will display before selecting a panel option.

### Cheatsheet

For a clearer view of what a single panel looks like both in your Dashboard and Discord check the following example:

![Dashboard View](https://i.imgur.com/Hxm09wq.png) ![Discord Result](https://i.imgur.com/WBB8eDb.png)

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