> For the complete documentation index, see [llms.txt](https://handbook.paxfauna.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.paxfauna.org/policies-of-the-anchor-circle/disability-and-accomodations.md).

# Disability & Accomodations

If Pax Fauna is made aware of a partner's disability and there is a need for accommodation, the Program Lead, the partner's coach, or the partner’s circle lead will engage with them in an interactive process as outlined under the Americans with Disabilities Act (ADA). This process will determine what, if any, accommodations are necessary and reasonable to assist the employee in doing the essential functions of their job. Whether an accommodation is reasonable will be determined based on several factors, including whether it will effectively assist the employee in doing the essential functions of their job, the cost, and the effect on organizational operations. &#x20;

All employees are required to comply with safety standards. Employees who pose a direct threat to the health or safety of themselves or others in the workplace may be temporarily moved into another position or placed on leave until it is determined if a reasonable accommodation will effectively mitigate the risk.


---

# 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://handbook.paxfauna.org/policies-of-the-anchor-circle/disability-and-accomodations.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.
