# Thread Style Tickets

To access these settings:

> Head to your [Dashboard](https://tickettool.xyz/manage-servers)\
> Select your server\
> Go to the [**Panel Configs**](/dashboard/panel-configs.md) Tab\
> Under **Panel Settings**, click on **Thread Style** Options

{% hint style="success" %}
Hey! You've came across a [Premium](https://tickettool.xyz/premium) exclusive setting 👀
{% endhint %}

To implement this feature you'll server must grant Ticket Tool the following permissions:

1. **`Create Private Threads`**
2. **`Send Messages in Threads`**
3. **`Manage Threads`**

### Enable thread style ticket creation

This setting will make the rest of the settings below to be usable by your ticket panel.

### Can non-mods invite people to this ticket?

When enabled, users that don't count with any of the [Support Team Roles](/dashboard/panel-configs/general-options.md#support-team-roles) will be able to also invite users to the thread.

### Auto add team to thread

Enabling this setting will automatically mention your [Support Team Roles](/dashboard/panel-configs/general-options.md#support-team-roles) in order to add them to the thread

### Channel to create your ticket threads under

The channel selected here wil be the parent channel for all of the thread tickets created for the selected panel.

{% hint style="danger" %}
The following features **aren't compatible** with the Thread Style Ticket options:

* The usage of **`/add`** and **`/remove`** commands
* [Claiming Options](/dashboard/panel-configs/claiming-options.md)
* [Permission Options](/dashboard/panel-configs/permission-options.md)
  {% endhint %}

{% hint style="success" %}
Make sure to always **save** changes using the pop-up shown whenever a change is done.
{% endhint %}


---

# 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.tickettool.xyz/dashboard/panel-configs/thread-style.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.
