# Agent Performance

## Service Time Page

This report provides a detailed analysis of **Service Time (ST)** by agent, offering insights into how different agents perform in terms of service efficiency.

* The **Agents Breakdown** table on the top left lists agents, their average service time, the number of interactions, service activities, and cases served. This allows for a direct comparison of each agent's performance.
* The **bar chart** at the top right visualizes the number of service activities by agent, highlighting which agents handle the most interactions.
* The **area chart** at the bottom shows service activities by agent over time, allowing you to track the distribution and volume of activities handled by different agents across the selected period.
* The overall **Average ST** is displayed in the bottom right corner, summarizing the average time spent per service interaction across all agents.

Filters can refine the data by date, unit, service category, and agent. Additionally, you can limit service durations to <mark style="background-color:yellow;">exclude outliers</mark> from the analysis.

This report is useful for identifying top-performing agents, understanding workload distribution, and pinpointing areas where efficiency improvements might be needed.

## Comparison Page

This report provides a **Performance Comparison** of agents, visualizing their service activities, average service time (ST), and workdays.

* The **bubble chart** compares agents based on the number of service activities (x-axis) and average service time (y-axis). Each bubble represents an agent, with the bubble size indicating the number of workdays.
* This allows you to quickly identify agents with higher workloads (more service activities), longer or shorter average service times, and how often they worked during the period.
* Key metrics such as Average Workdays by User and Average ST are displayed on the right.&#x20;

Filters can refine the data by date, unit, service category, and agent. Additionally, <mark style="background-color:yellow;">outliers can be excluded</mark> by setting limits on service durations.

This visualization helps understand the balance between workload, efficiency, and attendance among agents, enabling better resource management and identifying areas for performance improvement.


---

# 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.cubu.com/guides/report-center/agent-permformance-reports/agent-performance.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.
