# A11y Examples

AR is notoriously not an accessible technology. It is limited mostly to a visual, device dependent experience. However, just because this is how AR has been designed thus far, doesn't mean that we can't change it! The fundamentals in this section will cover tips and techniques for making an AR Storybook experience more accessible. For more background on accessibility for AR storybooks, visit the [Accessibility context](/augmented-reality-storybook-guide/contextual-considerations/short-intro-to-context/accessibility-context.md) section.

#### [Send feedback](https://forms.gle/ZMVzx4KoZE3d6Nvg7)


---

# 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://augmented-reality-ux-accessibili.gitbook.io/augmented-reality-storybook-guide/ar-storybook-guide/a11y-examples.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.
