# Accessibility checker and resources

## Browser extensions

There are many browser extensions you can install to identify issues related to WCAG 2.1 AA (and beyond) in your store.\
\
We recommend the free extension **Silktide**. This tool includes a scan/checker to highlight issues directly and visually. It also offers a contrast checker, a voiceover function, a chart to display the tab order, and much more.

{% embed url="<https://silktide.com/toolbar/>" %}

<figure><img src="/files/9cirjt8cFA18FPjLXi0J" alt=""><figcaption></figcaption></figure>

### Online Accessibility Checker-Tools

There are numerous online accessibility checker tools that can scan your website and identify problem areas.\
\
A widely used tool for testing your store's accessibility is **Google PageSpeed ​​Insights**. It checks your store for common WCAG standards and provides you with concrete recommendations on what to do to improve your store's accessibility. PageSpeed ​​Insights assigns a score to the tested page. If the result is in the green zone (over 80 points), your store has passed the test.

{% embed url="<https://pagespeed.web.dev/>" %}

<figure><img src="/files/6hSn7AFCduJslW86TaW8" alt=""><figcaption></figcaption></figure>

It's always a good idea to rely on multiple sources. Therefore, using another tool to complement existing measures can't hurt.

AccessibilityChecker.org is another one we recommend. It clearly shows, structured in tabs, which measures still need to be taken to ensure your store is legally compliant.

{% embed url="<https://www.accessibilitychecker.org/>" %}

<figure><img src="/files/6pFONNTXvGCwWVkluJW9" alt=""><figcaption></figcaption></figure>

The Web Accessibility Initiative (WIA) provides a [list of other recommended tools](https://www.w3.org/WAI/test-evaluate/tools/list/).

{% hint style="warning" %}
**Please note:** These tools, tips, and measures are merely recommendations. It is also advisable to consult an expert and/or lawyer.
{% endhint %}

### Resources and knowledge bases

Would you like to learn more about accessibility and WCAG 2.1 AA?

{% embed url="<https://www.barrierefreiheit-dienstekonsolidierung.bund.de/Webs/PB/DE/gesetze-und-richtlinien/wcag/wcag-artikel.html>" %}

{% embed url="<https://www.w3.org/WAI/standards-guidelines/wcag/>" %}

{% embed url="<https://www.accessibilityoz.com/resources/>" %}


---

# 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://themedocs.zenit.design/en/faq/accessibility/accessibility-checker-and-resources.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.
