> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/guides/basics/accessibility-for-shopify.md).

# Accessibility for Shopify

## What is accessibility

Accessibility covers a range of concerns, ensuring customers with disabilities, like visual or motor impairments, can easily use your store. This includes features like keyboard navigation and screen readers.

We prioritize accessibility, ensuring our themes follow best practices. We are committed to continually enhancing our themes so that every user can easily navigate your storefront.

## FAQs

<details>

<summary>What is ADA</summary>

The ADA, or Americans with Disabilities Act of 1990, is a US civil rights law that prohibits discrimination against individuals with disabilities in various areas of public life, ensuring they have equal opportunities and access.

</details>

<details>

<summary>Is my theme compliant with ADA</summary>

Our themes are built with clean, semantic code and accessibility-friendly features where possible, ultimate responsibility for ADA compliance rests with the website owner. This is because compliance depends on how the theme is implemented—including content, imagery, third-party apps, and customizations—all of which fall outside our control.

</details>

<details>

<summary>Can you help make our theme ADA compliant</summary>

Please note that while we strive to make our themes accessible, we cannot guarantee full compliance with ADA standards. However, if you encounter any accessibility issues due to theme code, we will be happy to address these issues.

</details>

## Best practices

How a theme is used plays a big part of weather a storefront is accessibility. What sections are used and how they are setup can have a big difference in overall website accseibility.

* **Use screen reader-friendly content:** Add real text instead of uploading images with text on them.

  **Check color contrast:** Our themes let you choose your own colors, but make sure your text and background have enough contrast. Aim for at least [AA-level contrast](https://coolors.co/contrast-checker/112a46-acc8e5).
* **Keep app use to a minimum:** Our theme is built for accessibility, but some apps might add code that isn't. It's best to check with the app developers about how the accessibility of their apps.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.brickspacelab.com/slab/guides/basics/accessibility-for-shopify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
