# Detailed Panel Setup

## Step 1 — Create New Panel

As shown below, to start creating your own detailed ticket support panel, navigate to the panels section on your web dashboard and click **Create New Panel** or **New Panel** to begin the process.

<figure><img src="/files/u2bv9SO3GMNaLjE9EIwm" alt=""><figcaption><p>Server Dashboard — Panels Section</p></figcaption></figure>

## Step 2 — Choosing Ticket Style

The first step in creating the panel is to decide which ticket style you wish to use.

1. **Text Channel** style is the standard style, and most servers use this for their tickets. This means that each ticket will be created as it's own text channel.
2. **Thread** **Channel** style is a new style that will create threads for each ticket from the ticket panel channel. This is best if your server is reaching the channel limit and cannot afford to create a text channel for each ticket. (useful if you’re near the 500-channel limit)

<figure><img src="/files/EjSscW4Ay16dPkeefYgk" alt=""><figcaption><p>Panel Creator — Ticket Style Selection</p></figcaption></figure>

## Step 3 — Filling in Panel Text

Give the panel an eye-catching **Title** and a short **Description** telling members when they should open a ticket.

<figure><img src="/files/Atblvc4pngJyQAF5pJc7" alt=""><figcaption><p>Panel Creator — Embed Setup</p></figcaption></figure>

## Step 4 — Setting Up Embed Color

In the embed menu, click on embed color to set a custom color for your panel.&#x20;

<figure><img src="/files/b1rhyII8rp6r8uTH29ol" alt=""><figcaption><p>Panel Creator — Embed Color</p></figcaption></figure>

## Step 5 — Selecting Embed Color

Pick any color or paste a custom hex code to match your server’s branding. The panel preview will update live as you make your changes.

<figure><img src="/files/tgxdLpCyowfGplw4PWJi" alt=""><figcaption><p>Panel Creator — Setting Embed Color</p></figcaption></figure>

## Step 6 — Adding Panel Options

Click the **+ Button Row** option, this will add a new button to your panel that users can select.

<figure><img src="/files/nxBe36Q5KutER4u7wwkW" alt=""><figcaption><p>Panel Creator — Adding Ticket Options</p></figcaption></figure>

## Step 7 — Setting Up Panel Button

Customize the main **Create Ticket** button:

* **Label** – what the button says, i.e. "**Contact Staff**" (keep it short).
* **Style** – color (Click the colored circle icon to the left to select different button colors).
* **Emoji** – optional emoji that will be placed in the button.

<figure><img src="/files/UzD6v5R3RULhzyVSAOiq" alt=""><figcaption><p>Panel Creator — Setting Up Ticket Button </p></figcaption></figure>

## Step 8 — Panel Channel Selection

Choose the Discord channel where the panel message will be posted. You need **Send Messages** and **Embed Links** permissions there for Ticket King or else the channel will show up as **Missing Permission**.

<figure><img src="/files/CFak2XYIE9zdBdIkGvXJ" alt=""><figcaption><p>Panel Creator — Send Channel</p></figcaption></figure>

## Step 9 — Choosing Panel Channel

Confirm the channel in the drop-down.

<figure><img src="/files/0OvkHN6kHBIZrtehHDe2" alt=""><figcaption><p>Panel Creator — Send Channel Selection</p></figcaption></figure>

## Step 10 — Sending Panel

Review the display panel on the right, then click **Send Panel**. Ticket King pushes the embed and buttons straight to the selected channel.

<figure><img src="/files/3Me3baBZRS1iJOUIeNsm" alt=""><figcaption><p>Panel Creator — Sending Panel to Discord</p></figcaption></figure>

## Step 11 — Panel Send Confirmation

A green success message in the top-right if the panel was successfully created.

<figure><img src="/files/AoUeHI238veMe7CPZxaP" alt=""><figcaption><p>Panel Creator — Panel Successfully Sent</p></figcaption></figure>

## Step 12 — Panel Section List

Back on the dashboard, your new panel appears in the **Panels** list. From here you can **Edit**, **Move**, **Resend**, **Delete,** and other actions.

<figure><img src="/files/VcOeXemM8pV7xXLExdXa" alt=""><figcaption><p>Server Dashboard — Panel List with New Panel</p></figcaption></figure>

## Next Steps

Now that you have created your first panel, we will move on to testing your panel by creating your first ticket.


---

# 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.ticketking.xyz/quick-start/detailed-panel-setup.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.
