# Quickstart Panel Setup

## Step 1 — Create a channel for your Support Panel

To quickly get started, create a channel for users to view to create a ticket. Typically, servers will create a channel named #**tickets** for users as seen below:

<figure><img src="/files/1zcq9Y6KNEcREcprk9wg" alt=""><figcaption><p>Creating a channel for support panel</p></figcaption></figure>

## Step 2 — Sending a Basic Panel

Now in this new **#tickets** channel, use the `/panel` command. This will instantly create a basic panel for you to begin working with right away.

<figure><img src="/files/FWVvrcvGUVNrNWBCFcIh" alt=""><figcaption><p>Panel command in discord</p></figcaption></figure>

## Step 3 — Viewing the Panel

Now, you have created your first panel.

<figure><img src="/files/Kj7GVUrC1kmjHvdglB02" alt=""><figcaption><p>Support Ticket Panel Message</p></figcaption></figure>

## Having Issues?

If you encounter any issues while creating your first panel using the `/panel` command, please refer to the troubleshooting links below for assistance.

{% content-ref url="/pages/cuN9bTqk15ri8evhPM4A" %}
[Troubleshooting & Issues](/troubleshooting-and-issues/how-to-contact-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/Y0V6babvSr73xztGbpqZ" %}
[Bot is stuck on "thinking..."](/troubleshooting-and-issues/bot-is-stuck-on-thinking....md)
{% endcontent-ref %}

## Next Steps & Advanced Panel Editing

Now that you have created your first panel, you may want to make some personalized changes to the ticket support panel. Next, we will show you how to edit and personalize the ticket support panel to your server.


---

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