> For the complete documentation index, see [llms.txt](https://docs.omnileads.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnileads.net/english/reports-recordings-and-monitoring/agent-reports.md).

# Agent reports

## Agents metrics

When accessing the Reports -> Agents menu, a view is displayed that allows us to select the agent or group of agents on one side, and the date or date range on the other, which allows us to filter the output of the agent activity report.

<figure><img src="/files/e4nIC5G9UKRVMKFwJWEG" alt=""><figcaption></figcaption></figure>

Figure 1: Date and agent filter&#x20;

Once the search is executed, the first information displayed is a table with a summary of all the activity carried out by the agents:

<figure><img src="/files/CiUtF9gvXrN2dDE4vAXB" alt=""><figcaption></figcaption></figure>

Figure 2: Agent Activity Summary&#x20;

The "Full Information" option allows you to provide more details about the values ​​inherent to the session of said collaborator, as shown below as an example:

<figure><img src="/files/Y6cGqR7XDhIBXyuXawLv" alt=""><figcaption></figcaption></figure>

From our summary, we begin to break down the information, such as the accumulated time on pause. Then, the second table that the view presents is a detailed report of the pauses and the time of each one, in which each agent was stopped:

<figure><img src="/files/fbeVmi6VRSrwL95I7au4" alt=""><figcaption></figcaption></figure>

Figure 3: Breakdown details&#x20;

The next parameter to be broken down has to do with the number of calls processed by each agent in terms of campaigns. That is, a detail is presented for each agent of how many calls and how much time they spent on each of the campaigns for which they processed their calls.

<figure><img src="/files/BOTVE7kppCpnczlkRve1" alt=""><figcaption></figcaption></figure>

Figure 4: Calls and campaigns&#x20;

Finally, a table is presented detailing the number of calls of each type (manual, preview, dialer and incoming) in which the agent was involved.&#x20;

The "Transferred CX Survey" column refers to the CX Survey Commercial Addon, a complementary component to the solution as a Post-Call Quality Survey module.

<figure><img src="/files/APMgbWi2q45wwRRU1MV8" alt=""><figcaption></figcaption></figure>

Figure 5: Types of calls


---

# 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.omnileads.net/english/reports-recordings-and-monitoring/agent-reports.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.
