# /panel

## Panel Command

### Overview

The `/panel` command creates a Ticket King panel in a specified channel or the channel where the command is used. This panel will include a button that can be used to create new tickets.

### Usage

```
/panel
```

### Description

* **Create a Ticket Panel**: Generates a message with interactive buttons that server members can click to open tickets.
* **Easy Setup**: Useful for quickly deploying a clickable interface when first setting up the bot in your server.

### When to Use It

* When you want an automated and user-friendly way for members to create tickets.
* Ideal for help or support channels where you want a consistent way to open tickets.

### Permissions

* The user running `/panel` typically needs `Manage Guild` or relevant staff permissions (depending on your server’s config).
* The bot needs `Manage Channels`, `Send Messages`, and `Embed Links` in the channel where the panel is created.

### Example

```
/panel
```

Creates a default ticket panel in the current channel.


---

# 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/bot-commands/panel.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.
