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

# Audits

Audits reveal how well a website or digital product complies with accessibility guidelines, identifying barriers and violations that prevent people with disabilities from using it effectively.

To access audits, on the left-side sidebar, click ![](/files/MgSbuY6x54dmlQNVFqyf) **Audits**.&#x20;

{% hint style="warning" %}
You need to have a profile set up in order to run an audit.
{% endhint %}

{% content-ref url="/pages/Fzw0n6N9zChQsrTcv8FG" %}
[Create an audit](/user-guide/audits/create-an-audit.md)
{% endcontent-ref %}

{% content-ref url="/pages/3O9bhcj7aU84qY88IKCC" %}
[Types of audits](/user-guide/audits/types-of-audits.md)
{% endcontent-ref %}

{% content-ref url="/pages/n9vv9mSbJvTKopR0KkIA" %}
[Download an audit report](/user-guide/audits/download-an-audit-report.md)
{% endcontent-ref %}

{% content-ref url="/pages/03g0DDVFXHNSGkfWV5MM" %}
[Modify an audit](/user-guide/audits/modify-an-audit.md)
{% endcontent-ref %}


---

# 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://accessibility-tools.clym.io/user-guide/audits.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.
