> 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/compensation-and-performance.md).

# Compensation and Performance

## Payroll

Clock in and out for your shift so that we can record your work hours. If you forget to clock in or out for any reason, tell the Business Office Director as soon as possible.

Overtime for hourly team members is paid at one and a half times your regular rate of pay for any hours beyond the normal 40 hours, 7-day period.

Paychecks or pay stubs are distributed every other Friday. All team members have the option to use direct deposit. Deductions from your paycheck will include those that are mandatory (federal income tax withholding, social security tax and Medicare tax) and any you authorize such as insurance premiums. The Community will comply with all laws that pertain to payroll, including garnishments.

## Rate of pay and pay increases

The Arbor Company will administer its salary and wage and hour policies in accordance with federal and state labor laws.

The Community reserves the right to establish pay plans based on earnings, performance and team member performance appraisals.

The Arbor Company salary increases are not guaranteed and are based upon overall community performance, your job performance during the prior year, as well as your ability to live up to the Arbor Service Vision. Salary increases are not based on seniority and they are not automatic. Salary adjustments are at the sole discretion of the Company.

We do not guarantee that you will receive a pay increase at any specific time or in any specific amount. Any and all incentive or bonus payments are at the sole discretion of the Company and may be modified, altered or canceled at the sole discretion of the employer with or without notice to the affected team members.

## Performance reviews

The Arbor Company reserves the right to conduct performance reviews at any time. Your supervisor may conduct periodic evaluations to review your work performance, attendance and overall contribution to the Community.


---

# 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/compensation-and-performance.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.
