# Routing with Move & Escalate

### Overview

Tickets can be moved by Agents from the origin Inbox to another Inbox.&#x20;

There are several benefits of using the Move & Escalate feature:&#x20;

* Move the ticket as it was submitted to the wrong Inbox&#x20;
* Move the ticket to another team Inbox as it needs to be escalated
* Contain the replies on the ticket for the new team to review&#x20;
* Create a new ticket and reference it automatically to the origin ticket

### How to Move & Escalate a ticket

<figure><img src="/files/zgdbTN1yO90KZz9xW7n9" alt="" width="259"><figcaption><p>On a ticket, select the More Options (...) button <br>to access <strong>Move &#x26; Escalate</strong></p></figcaption></figure>

1. As an Agent, open a ticket.&#x20;
2. Press on the More options action button (with the three dots).
3. Select **Move & Escalate**.
4. Select what Inbox to move the ticket to. &#x20;
   1. Fields from your original Form to the new selected one will be auto-mapped. Any mismatches will be highlighted.
5. Confirm by pressing **Submit**.&#x20;

The original ticket will automatically be set to Closed. Both tickets will contain references between the tickets, making it is easy to retrieve the context from any of the tickets.&#x20;


---

# 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://support.suptask.com/working-with-tickets/for-agents-who-respond-and-manage-tickets/how-to-move-a-ticket-to-another-inbox.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.
