> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-guide-arabic/data-lab-and-analytics/analytics-and-metrics/agent-metrics.md).

# Agent Metrics

## Team Performance

You have three metrics to track your overall team performance.

![](/files/-MjcXZCuG_VuIZQPeY8f)

| Metrics                  | Description                                                                                      |
| ------------------------ | ------------------------------------------------------------------------------------------------ |
| Avg. First Response Time | The average time your agents need to respond to a ticket after it was created.                   |
| Avg. Resolution Time     | The average time your agents need to resolve a ticket after their first response.                |
| Avg. Sales Conversion    | The ratio of the number of orders placed to the number of tickets your agents have responded to. |

{% hint style="info" %}
For the first two metrics, the less time your agents need, the better.
{% endhint %}

### Individual Performance

You can also find individual agent details at the bottom of your page. From here, you can search and track individual agent performance or export the entire sheet in an Excel file.

![](/files/-MjcXvF6aXDCJNcic29x)


---

# 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.myalice.ai/myalice-guide-arabic/data-lab-and-analytics/analytics-and-metrics/agent-metrics.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.
