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

# Compliance Reporting

Aikido provides dedicated compliance pages for each supported framework. Each page gives you a focused overview of your alignment with that specific standard, including control coverage and related findings.

Below is the full list of available compliance reports. Each links to its own detailed page in the platform.

#### Available Compliance Pages

* [Pentest Reports](https://app.aikido.dev/reports/ai-pentest-reports)
* [SLA Insights and Issues](https://app.aikido.dev/reports/sla/stats)
* [ISO 27001:2022 Compliance](https://app.aikido.dev/reports/iso)
* [SOC 2 Compliance](https://app.aikido.dev/reports/soc2)
* [OWASP Top 10 Compliance](https://app.aikido.dev/reports/owasp)
* [CIS v8.1 Controls Compliance](https://app.aikido.dev/reports/cis)
* [CIS AWS Benchmark](https://app.aikido.dev/reports/cis-aws)
* [CIS Kubernetes Benchmark](https://app.aikido.dev/reports/cis-kubernetes)
* [NIS2 Compliance](https://app.aikido.dev/reports/nis2)
* [NIST 800-53 Compliance](https://app.aikido.dev/reports/nist)
* [PCI DSS v4.0 Compliance](https://app.aikido.dev/reports/pci)
* [HIPAA Compliance](https://app.aikido.dev/reports/hipaa)
* [DORA Compliance](https://app.aikido.dev/reports/dora)
* [HITRUST LVL3 Compliance](https://app.aikido.dev/reports/hitrust)
* [ENS Compliance](https://app.aikido.dev/reports/ens)
* [GDPR](https://app.aikido.dev/reports/gdpr)
* [UK Cyber Essentials](https://app.aikido.dev/reports/uk-cyber-essentials)

Each page provides a structured breakdown of relevant control domains and shows your current level of alignment based on active scans and findings.

You can access these pages directly from Reports and then Compliance section in Aikido.


---

# 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:

```
GET https://help.aikido.dev/compliance-and-reporting/reports/compliance-reporting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
