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

# Reporting & Analytics

- [What are Reports?](https://docs.keeping.com/help/reporting-and-analytics/what-are-reports.md): Learn how to use Keeping's reports and what is measured.
- [Classic Reports](https://docs.keeping.com/help/reporting-and-analytics/classic-reports.md): Use Keeping's classic reports for high level statistics.
- [Setting work schedules](https://docs.keeping.com/help/reporting-and-analytics/classic-reports/setting-work-schedules.md): Understand how to set a work schedule for your agent.
- [First response time](https://docs.keeping.com/help/reporting-and-analytics/classic-reports/first-response-time.md): How Keeping calculates First Response Time.
- [Advanced Reports](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports.md): Keeping's Advanced Reporting provides deep insights into the performance of your team.
- [Team performance](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports/team-performance.md): Track your team's performance and when they are busiest.
- [Agent performance](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports/agent-performance.md): Track individual agent performance on the Agents section of Advanced Reporting.
- [Ticket statistics](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports/ticket-statistics.md): Ticket level statistics for your mailbox and tags.
- [Message statistics](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports/message-statistics.md): Message (or email) level statistics in Advanced Reports.
- [Export to CSV](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports/export-to-csv.md)
- [Tag intersection analytics](https://docs.keeping.com/help/reporting-and-analytics/advanced-reports/tag-intersection-analytics.md): Learn how to generate reports for tickets that contain multiple tags.


---

# 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.keeping.com/help/reporting-and-analytics.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.
