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

# AUDITS AND REPORTS

- [Auditing, Compliance, and Reporting Overview](https://docs.apono.io/docs/audits-and-reports/activity-overview.md): Track and report on access requests, administrative changes, and user sessions to support compliance and investigations
- [Requests Audit](https://docs.apono.io/docs/audits-and-reports/requests-audit.md)
- [Activity](https://docs.apono.io/docs/audits-and-reports/requests-audit/activity.md): Learn how to filter and view access requests and user activity
- [Create Reports](https://docs.apono.io/docs/audits-and-reports/requests-audit/create-reports.md): Learn how to build custom reports
- [Manage Reports](https://docs.apono.io/docs/audits-and-reports/requests-audit/manage-reports.md): Share and maintain your Apono reports
- [Admin Audit Log (Syslog)](https://docs.apono.io/docs/audits-and-reports/audit-log.md): Track Apono administrative system changes with a clear, chronological audit log for accountability and quick investigation
- [Session Audit](https://docs.apono.io/docs/audits-and-reports/session-audit.md): Capture and trace privileged session activity with full access context
- [Session Audit Implementation](https://docs.apono.io/docs/audits-and-reports/session-audit/session-audit-implementation.md): Configure the connector, storage, and integrations required for auditing privileged access sessions
- [Session Audit Reference](https://docs.apono.io/docs/audits-and-reports/session-audit/session-audit-reference.md): Explore session metadata and raw audit records generated by Session Audit
- [SSH Session Audit Data Reference](https://docs.apono.io/docs/audits-and-reports/session-audit/session-audit-reference/ssh-session-audit-data-reference.md): Learn about data captured and stored during audited SSH sessions
- [Kubernetes Session Audit Data Reference](https://docs.apono.io/docs/audits-and-reports/session-audit/session-audit-reference/kubernetes-session-audit-data-reference.md): Learn about data captured and stored during audited Kubernetes sessions
- [Session History](https://docs.apono.io/docs/audits-and-reports/session-audit/session-history.md): Review, filter, and export audited sessions with full access context
- [Apono Admin MCP Server](https://docs.apono.io/docs/audits-and-reports/apono-admin-mcp-server.md): Explore and manage access configurations directly from your AI tools


---

# 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.apono.io/docs/audits-and-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.
