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

# Section Overview

This section covers the administrative policies that apply to every team member, from your first day onward — how we work together, when and how to take time off, how compensation and performance work, and what we expect around technology, privacy, and conduct.

* [Onboarding, House Rules, and General Conduct](/understanding-expectations/onboarding-and-conduct.md)
* [Attendance, Scheduling, and Time Off](/understanding-expectations/attendance-and-time-off.md)
* [Paid Time Off (PTO) and PTO Buyout](/understanding-expectations/pto.md)
* [Compensation and Performance](/understanding-expectations/compensation-and-performance.md)
* [Workplace Policies and Day-to-Day Expectations](/understanding-expectations/workplace-policies.md)
* [Employment Records, Leave, and Legal](/understanding-expectations/employment-records-and-leave.md)
* [Equal Opportunity, Anti-Discrimination, and Accommodation](/understanding-expectations/equal-opportunity-and-accommodation.md)
* [Technology, Information, and Privacy](/understanding-expectations/technology-and-privacy.md)
* [Security and Workplace Conduct](/understanding-expectations/security-and-conduct.md)


---

# 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.arborconnect.com/understanding-expectations/section-2-expectations.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.
