# Accessibility Tools

## Introduction

Clym’s Accessibility Testing Tools help you identify and fix parts of your website that may create difficulties for people with disabilities. Whether you’re managing content, building pages, or just checking in on your site’s performance, these tools make it easy to understand and improve accessibility.

With just a few clicks, you can run an **accessibility audit** directly from your dashboard. The system automatically scans your site for issues like low color contrast, missing image descriptions, improper heading structure, and other elements that might not meet accessibility standards such as WCAG 2.1.

Audit results are provided in **standardized report formats** used across the accessibility industry, making them easy to interpret and share. These reports follow the structure recommended by the standards themselves, helping you:

* Understand which guidelines apply to each issue
* Prioritize fixes based on severity and impact
* Maintain documentation for accessibility reviews or legal purposes

Whether you’re working with internal teams or external consultants, these reports provide a reliable, recognized framework to support your accessibility efforts.

{% content-ref url="/pages/qK0nnuIAQTSnrVIm2Jmu" %}
[Before you begin](/introduction/before-you-begin.md)
{% endcontent-ref %}

{% content-ref url="/pages/H2Dvio2JWVznOUt45NRR" %}
[Copyright](/introduction/copyright.md)
{% endcontent-ref %}

{% content-ref url="/pages/pEK1kLW3hexSAc2X5cVG" %}
[End User Licence Agreement](/introduction/end-user-licence-agreement.md)
{% endcontent-ref %}

## Get Started

We've put together a few helpful guidelines to help you get started with Accessibility Tools

{% content-ref url="/pages/A97FqqJjtacTwGig37Qa" %}
[MacOS](/installation/macos.md)
{% endcontent-ref %}

{% content-ref url="/pages/YHl4yEIvtDRhYbMQ1ORD" %}
[Windows](/installation/windows.md)
{% endcontent-ref %}

{% content-ref url="/pages/eCI3RhQoJtiWFLP9WuYR" %}
[Bug reporting](/contribution/bug-reporting.md)
{% endcontent-ref %}

## User Guide

The below instructions will provide you with details on all the functionalities of the Accessibility Tools to assist you once you start using the application.

{% content-ref url="/pages/zjJapUZxJXy6vdCUhNUv" %}
[Glossary](/user-guide/glossary.md)
{% endcontent-ref %}

{% content-ref url="/pages/Yquup8v3unzASSdIs9WT" %}
[About Accessibility Tools](/user-guide/about-accessibility-tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/9OYztoOaFX0WSX5TRtaC" %}
[Projects](/user-guide/projects.md)
{% endcontent-ref %}

{% content-ref url="/pages/Li67fc6GYfgBsTNNuQmk" %}
[Tests](/user-guide/tests.md)
{% endcontent-ref %}

{% content-ref url="/pages/JRRmbkZPwXsRuA19VXrx" %}
[Test cases](/user-guide/test-cases.md)
{% endcontent-ref %}

{% content-ref url="/pages/V1lb8JasuXOqbNDZsZpC" %}
[Remediations](/user-guide/remediations.md)
{% endcontent-ref %}

{% content-ref url="/pages/VDTxCSU0nJfJ7eERoYTG" %}
[Audits](/user-guide/audits.md)
{% endcontent-ref %}

{% content-ref url="/pages/5pBKebVzLK9JmPr7B61l" %}
[Settings](/user-guide/settings.md)
{% endcontent-ref %}


---

# Agent Instructions: 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/accessibility-tools.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.
