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

# Reporting

## Call Reports Overview

klink.cloud platform provides intuitive visual call reports, which allow you to check call statistics of different objects, such as agents, trunks, queues, ring groups, etc. This topic describes category of call reports, and methods of getting an instant call report.

### Category of Call Reports

Call Reports are categorized as **Basic Reports** and Advanced Reports. Which reports are accessible depends on the plan that your PBX supports.

| Category         | Reports                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Basic Reports    | <ul><li><a href="/pages/vh0GGhJQVT8ORiw9pNU9">Agent Call Statistics</a></li><li><a href="/pages/MDYT4qJzW0VvVhSaPnZJ">Agent Call Activity</a></li><li><a href="/pages/Pu1FL9v2TPMpQmQlT1dE">Trunk Activity</a></li></ul>                                                                                                                                                                                                                                                                                                            |
| Advanced Reports | <ul><li><a href="/pages/sJa5c6O6vCFusQeTew8e">Queue AVG Waiting & Talking Time</a></li><li><a href="/pages/86KOgfiC43JMApMIvBWV">Queue Performance</a></li><li><a href="/pages/qLIDbmrGBYSO90PsjJII">Agent Missed Call Activity</a></li><li><a href="/pages/e6aBbJhw2tF1w4A9Yst8">Agent Call Summary</a></li><li><a href="/pages/zxq8uikO0AbEQnz3eRDU">Satisfaction Survey</a></li><li><a href="/pages/amU5lOYn6RMDQxccIviu">Agent Status Report</a></li><li><a href="/pages/J9Ln8C50XC5I89Pv51MD">CX Interaction Log</a></li></ul> |


---

# 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.klink.cloud/dashboard-and-reports/reporting.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.
