> For the complete documentation index, see [llms.txt](https://dominika-zajac.gitbook.io/accessibility-a11y-for-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dominika-zajac.gitbook.io/accessibility-a11y-for-developers/readme/useful-tools.md).

# Useful tools

People make mistakes - it's a well-known fact. Fortunately, we have more and more tools that can help developers detect problems with a11y and keep their products accessible for everyone. In this section, you can find some of them I personally recommend.

**Important! Only around 57% of problems with accessibility can be found by automated tools. Remember to perform manual tests and involve people with disabilities in them if possible.**

Tools described in the section:

* [Lighthouse audits](/accessibility-a11y-for-developers/readme/useful-tools/lighthouse-audits.md)
* [Web Insights for Web](/accessibility-a11y-for-developers/readme/useful-tools/accessibility-insights-for-web.md)
* [jest-axe unit tests](/accessibility-a11y-for-developers/readme/useful-tools/jest-axe-unit-tests.md)
* [eslint-plugin-jsx-a11y](/accessibility-a11y-for-developers/readme/useful-tools/eslint-plugin-jsx-a11y.md)
