> For the complete documentation index, see [llms.txt](https://docs.octoo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octoo.com/legal/accessibility.md).

# Accessibility

Octoo is an application designed to make scheduling and arranging accommodations simpler and more accessible for people with disabilities. We are committed to continuously improving the accessibility of our technology for our customers, consumers, providers, and employees. Please let us know if you encounter any technological barriers or would like to request assistance.

## Contact Us

* E-mail: <support@octoo.com>
* Voice: 844-546-4822
* VP/ASL: 855-585-5859
* Text/SMS: 855-585-0801

We welcome your feedback about the accessibility of this application. We do our best to reply to all communications within two (2) business days and can provide reasonable accommodations or modifications on a case by case basis.

## Commitment

Our ongoing accessibility effort works towards being in line with the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria. These guidelines help make technology accessible not only to users with sensory, cognitive and mobility disabilities, but ultimately to all users, regardless of ability.

Our efforts are just part of a meaningful change in making all services inclusive and accessible.

## Website Testing and Remediation

* We conduct automated testing of our webpages for accessibility and quality assurance, using tools such as [axe](https://www.deque.com/axe/) to check for appropriate contrast and screen reader useability
* We conduct manual testing during development and release phases of new features
* We continue to test and remediate our digital products in an effort to provide continuous improvement of our sites and applications.


---

# 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://docs.octoo.com/legal/accessibility.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.
