# Escalate Options

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 **General Ticket**, click on **Escalate** Options

With escalation, you can transfer a ticket between different panels

### Panel List

You can select up to 25 panels to which a ticket can be transferred to.

{% hint style="warning" %}
Thread Style tickets can not be escalated into a different panel
{% endhint %}

### Update Options

Here you will be able to select which options are to be updated once the ticket is transferred:

* **Category:** If the category limit allows it, the ticket will be moved to the target panel [configured category](/dashboard/panel-configs/category-options.md).
* **Name:** If there is no renaming cooldown, the ticket will be renamed following the [Ticket Name options](/dashboard/panel-configs/ticket-options.md#ticket-opened-channel-name) of the target panel.
* **Permissions:** All [Permission Options](/dashboard/panel-configs/permission-options.md) will be set as new within the target panel.
* **Automatically unclaim ticket:** Requires the panel to have enabled the [Claiming Options](/dashboard/panel-configs/claiming-options.md).

### Additional Settings

* **Send Custom Message:** Allows you to create a custom message to be sent along on the ticket. Supports [special escalation variables](/dashboard/panel-configs/variables.md#special-variables)
* **Send Ticket Message:** This will send the target panel's [Ticket Message](/dashboard/panel-configs/ticket-options.md#ticket-message) in the transferred ticket

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

### Available Variables

| **Variable**         | **Description**                                                                      |
| -------------------- | ------------------------------------------------------------------------------------ |
| `{escalate.reason}`  | The reason that was given when using the `/escalate` command                         |
| `{escalate.panel}`   | The number of the panel the ticket was escalated to                                  |
| `{escalate.panel.X}` | Replacing `X` with the number of the selected panel will return the text `escalated` |


---

# 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/escalate-options.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.
