# Accessibility Standards

Feathery adheres to best-practice accessibility standards set by [Web Content Accessibility Guidelines 2.0+](https://www.w3.org/TR/WCAG22/). Feathery forms include default features such as:

* Field descriptions will be linked to the field so they're readable by screenreaders
* If you're using separate text element labels, Feathery lets you set aria labels on fields as a fallback

However, note that a number of accessibility practices need to be implemented by the user. For example, you should make sure:

* Your form colors have sufficient contrast
* Your font sizes are large enough
* Etc.


---

# 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.feathery.io/platform/launch-forms/accessibility-standards.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.
