> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blazebot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

> Configure ticket panels.

## Creating a Ticket Panel

```bash theme={null}
?ticket panel setup
```

BlaZe will guide you through the setup process.

During setup, you will be asked to provide:

### Panel Channel

The channel where the ticket panel should be sent.

Example:

```txt theme={null}
#tickets
```

### Support Role

The role that should automatically have access to newly created tickets.

Example:

```txt theme={null}
Support Team
```

If you do not need a support role, type:

```txt theme={null}
none
```

### Ticket Category

The category where ticket channels should be created.

Example:

```txt theme={null}
Support Tickets
```

### Transcript Channel

Premium servers can optionally configure a transcript channel.

When tickets are closed, transcripts will be delivered to this channel.

<Info>
  Ticket transcripts require a Prime plan that supports transcripts.
</Info>

## Viewing Ticket Panels

```bash theme={null}
?ticket panel config
```

Displays all ticket panels configured in the server.

The output includes:

* Panel ID
* Message ID
* Panel location

## Deleting a Panel

```bash theme={null}
?ticket panel delete <id>
```

Deletes a specific ticket panel.

## Resetting Panels

```bash theme={null}
?ticket panel reset
```

Removes all configured ticket panels from the server.

<Warning>
  Resetting ticket panels does not delete existing ticket channels.
</Warning>
