> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/analytics-dashboard/live-agent-performance.md).

# Live Agent Performance

Live Agent Performance Dashboard helps you see live escalation volume and analyze the agent’s performance.

## What data can I find in the Live Agent Performance Dashboard?

You can find the following data in the dashboard:

* Resolved Escalations
* Total number of End User Messages
* Total number of End Users
* Total number of Agent Messages
* Median First Response Time
* Median Resolution Time
* Escalation Volume Trend

<figure><img src="https://lh6.googleusercontent.com/Mej4YvcyKAR0sNp4xVGbnZW6v0eAbF1nsmHuIz7eT8sgEUTusvis-98CsEF9FaacGqjqxyrlxHmO9lZBAieIT_k2N3obJFDObiTDXF-kfzBRNrMtm3JD80AkxVwBJ4EV_SjGsctolCkA77Nz0BlPa7E" alt=""><figcaption></figcaption></figure>

Besides that, you can analyze more specific escalation metrics by your live agents:

<figure><img src="https://lh5.googleusercontent.com/0W4a1IQd8IkB-vvgXSWFGVWb4DLZso4c9jeKV_QBftTqjJOHGNePuCQ7CYNr8gvFG7Dz8yZypUSO4LysP911PUFhOb7Yr5N6Cg5j8ZjoFotK8dAT5rNFekrV_l1t1iMy9nOrVHU1NXSyM1PoVtIerCw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/analytics-dashboard/live-agent-performance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
