# Live Agent SLA

Live Agent SLA is a feature that makes it easy for supervisors to view reports for each Agent when handling tickets on certain channels. There is a graph showing the report of each channel managed by the Agent in the report. To view the report, go to the **Analytic** menu, click the **Live Agent** menu, and click **Live Agent SLA** which you can find on the left sidebar.

![Live Agent SLA](/files/O2S6NqnvyLtHObDexWeG)

**Component Explanation:**

| Name     | Description                                                         |
| -------- | ------------------------------------------------------------------- |
| Ticket   | Total ticket handled by that Agent on the channel.                  |
| SLA      | Total tickets are within the specified SLA duration on the channel. |
| Replied  | Total tickets that replied by that Agent on the channel.            |
| Transfer | Total ticket transferred from the Agent on that channel.            |
| Closed   | Total ticket closed by the Agent on that channel.                   |

{% hint style="info" %}
When you hover over the chart, you will see a chart with the format (x-axis, y-axis). The x-axis is the chart numbering from left to right. In contrast, the y-axis is the number of tickets for each channel.
{% 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.3dolphins.ai/analytic/live-agent/live-agent-sla.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.
