> For the complete documentation index, see [llms.txt](https://docs.elyxir.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elyxir.dev/features/tickets/panel-types.md).

# Panel Types

**CONTENTS**

* [Standard](#standard-panel)
* [Enquiry](#enquiry-panel)
* [Tebex Donations ](#tebex-donations-panel)
* [Bug Reports](#bug-reports-panel)
* [Ban Appeals](#ban-appeals-panel)
* [Staff Reports](#staff-reports-panel)

{% hint style="info" %}
To create your own custom ticket panels with your own questions, create a [**custom ticket form**](/features/tickets/custom-forms.md) instead.
{% endhint %}

### Standard Panel

A simple panel without any additional forms. It performs as a regular ticket bot's panel would; the user presses a button and the ticket is created.

<figure><img src="/files/nBpcdRjTArNbiqT8y0fU" alt=""><figcaption></figcaption></figure>

### Enquiry Panel

The enquiry panel works the same as the standard panel but with a form asking for the reason for their request. This is to help gather information and ensure that you can quickly respond to their enquiry.

<figure><img src="/files/GyghtElooi7JHuaOXLc1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/CppE2vPOTzhKgFRrDERt" alt=""><figcaption></figcaption></figure>

### Tebex Donations Panel

This panel integrates with the [**Tebex Verification feature**](/features/tebex.md)**,** and allows users to enter their Tebex Transaction ID to fetch their Transaction data.

<figure><img src="/files/p8TpBI3SzdBPYnBKQ0qW" alt=""><figcaption></figcaption></figure>

### Bug Reports Panel

The Bug Reports panel asks the user questions about the bug they are reporting to make finding and fixing any bugs much easier for you and your development team!

<figure><img src="/files/qbtsUHSgMG4r5BC76WvN" alt=""><figcaption></figcaption></figure>

### Ban Appeals Panel

The ban appeals panel is designed to make the appeals process simple! By just collecting a few details, you can save time going back and forth with banned players and instead process the appeal immediately.

<figure><img src="/files/upzIO5mZaaFXsUkBzYsS" alt=""><figcaption></figcaption></figure>

### Staff Reports Panel

The Staff Reports panel allows users to easily provide information related to reporting a staff member. When a community member creates a ticket, it asks for information about the report using a form and then displays this information in the ticket.

<figure><img src="/files/B6Kmwc9Dr1whwa6ZI6rP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DlUeYDgtIUEde0tncJX7" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.elyxir.dev/features/tickets/panel-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
