# Accessibility

Our Bug Reporting and Surveys screens are designed to allow easier interaction for users with disabilities. With our accessibility feature, you will ensure every user can complete a survey, submit a bug, or ask a question!

In order to enable accessibility options, you'll need to do the following:

1. Navigate to iPhone settings.
2. Accessibility
3. Voice-over

The accessibility feature supported on iOS is VoiceOver. You can check [this ](https://developer.apple.com/documentation/accessibility/supporting_voiceover_in_your_app/#3017300)link for more details.


---

# 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://docs.luciq.ai/ios/setup-luciq-for-ios/custom-settings/accessibility.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.
