> For the complete documentation index, see [llms.txt](https://cc.docs.landis.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cc.docs.landis.cloud/reports/agent-summary.md).

# Agent Summary

Navigate to Analytics & Reports | Agent Summary

Displays a summary of agent stats.

For report options (e.g., filtering), See [Report Options](/appendix/report-options.md)

The report footer displays totals for the columns.

{% hint style="info" %}
Hover over a user's avatar to view more information about the user, change their agent status, and access links to Agent Summary, Agent Details, and Agent Timeline.
{% endhint %}

| Column                                           | Description                                                                                                                      |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| "..."                                            | Button that displays actions that can be performed on that record.                                                               |
| Agent                                            | Name of Agent.                                                                                                                   |
| Total Inbound Interactions                       | Total amount of all inbound interactions.                                                                                        |
| Inbound Queue Interactions                       | Total amount of queue interactions.                                                                                              |
| Inbound Direct Interactions                      | Total amount of non queue interactions (direct calls or meetings).                                                               |
| Total Outbound Interactions                      | Total amount of outbound interactions.                                                                                           |
| Outbound Queue Interactions                      | Total amount of outbound queue interactions.                                                                                     |
| Outbound Direct Interactions                     | Total amount of outbound interactions.                                                                                           |
| Total Accepted Interactions                      | Total amount of queue interactions the agent has accepted.                                                                       |
| Total Missed Alerts                              | <p>Total amount of alerts from queue calls the agent has missed. There may be </p><p>multiple missed alerts per interaction.</p> |
| Total Missed Interactions                        | Total amount of interactions the agent has missed.                                                                               |
| Total Rejected Alerts                            | Total amount of alerts the agent has rejected using the reject button. There may be multiple rejected alerts per interaction.    |
| Total Rejected Interactions                      | Total amount of interactions the agent has rejected.                                                                             |
| Average Handle Time                              | Average amount of time the agent and caller were connected.                                                                      |
| Average Queue Handle Time                        | Average amount of time the agent and caller were connected on queue interactions                                                 |
| Average Direct Handle Time                       | Average amount of time the agent and caller were connected on direct interactions                                                |
| Total Handle Time                                | Total amount of time the agent was connected to a contact.                                                                       |
| Average Wrapup Time                              | Average amount of time the agent has spent in wrapup.                                                                            |
| Total Wrapup Time                                | Total amount of time the agent has spent in wrapup                                                                               |
| Total Queue Handle Time                          | Total amount of time the agent was connected to a contact on queue interactions.                                                 |
| Total Direct Handle Time                         | Total amount of time the agent was connected to a contact on direct interactions.                                                |
| Average Sentiment                                | Average sentiment for the agent.                                                                                                 |
| Total Time Agent Can Receive Calls               | Total time an agent is in an available agent status.                                                                             |
| Total Time Agent Cannot Receive Calls            | Total time an agent is in an unavailable agent status.                                                                           |
| Times Set to RONA                                | See [Reroute on No Answer (RONA)](/appendix/reroute-on-no-answer-rona.md#reporting)                                              |
| Available, Off, Break, etc. agent status columns | Total time in each agent status                                                                                                  |


---

# 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://cc.docs.landis.cloud/reports/agent-summary.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.
