# Escalation

## **What is escalation?**

The escalation process and automatic assignment mechanism are employed in support ticket resolution. When a ticket is raised, it is initially assigned to an L1 user, if L1 cannot resolve the ticket, it is escalated to the appropriate escalation team. The escalation occurs from L1 to L2 and L3 in descending order. Automatic escalation is triggered in L1, with the system selecting a user for escalation. The escalated team provides a response time for ticket resolution, such as 50 minutes for L1 and 30 minutes for L2, allowing multiple scheduled attempts to resolve the ticket within the given time frame.

## **Instructions to add the escalation**

* Go to Infraon Configuration> Infraon Automation> Escalation
* Click the ‘Add’ Button

To the ‘Escalation’ page. Refer to the table for information.

<table data-header-hidden><thead><tr><th width="182"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>Action</strong></td><td><strong>Description/Example</strong></td></tr><tr><td>Escalation Name</td><td>Add your Escalation name</td><td>The process of automatically routing or notifying higher-level authorities or individuals when certain conditions or thresholds are met, ensuring timely attention to critical issues or tasks.</td></tr><tr><td>Priority</td><td>Select the priority from the dropdown</td><td>Prioritize the ticket, critical, high, or medium also you can select all</td></tr><tr><td>Team Name</td><td>Select the team from the dropdown</td><td>Team Name refers to the designated identifier given to a specific team or group responsible for handling escalated issues or tasks within the system.</td></tr><tr><td>When</td><td>Select from the dropdown</td><td>The ticket not resolved option is available and the user should select the option while creating the escalation.</td></tr></tbody></table>

Click the ‘**Submit’** button.

{% hint style="info" %}
**Note:** An automated escalation and assignment process in a multi-level support system consists of three levels. When creating an escalation, the priority is selected, and the system automatically assigns the first available assignee.

For Example: Here are three options: After 25 minutes (L2), changing the assignee, notifying without assigning or notifying, and changing the assignee to L2. After 30 minutes, the assignee is changed to L3; after 60 minutes, it is changed to L4. If a ticket is raised with an L1 user, after 25 minutes, the system triggers an email to automatically assign an L2 user from the pool of available options.
{% 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.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/infraon-automation/escalation.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.
