> For the complete documentation index, see [llms.txt](https://www.opentimeclock.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.opentimeclock.com/docs/product-q3/settings/overtime-rules.md).

# Overtime Rules

This feature defines when overtime begins (daily or weekly), how it is calculated, and the pay rate applied. It helps ensure accurate payroll, compliance with labor regulations, and transparency in employee time tracking.

1. **Add Rule** – Allows you to create a new overtime rule to manage how overtime hours are calculated.
2. **Rule List** – Displays existing overtime rules (e.g., Daily & Weekly, Daily Only, Weekly Only). You can select a rule to view or edit it.
3. **Rule Name** – The name of the overtime rule you’re creating or editing to easily identify it.
4. **Rate 1 Settings** – Lets you define the first overtime rate (e.g., 1.5 times base pay) and specify when it starts (after a certain number of hours daily or weekly).
5. **Rate 2 Settings** – Lets you define the second overtime rate (e.g., 2 times base pay) and specify when it starts (after a higher number of hours daily or weekly).
6. **Assigned Users** – Lists the employees assigned to this overtime rule. Only these employees will have their time calculated using the rule.
7. **Delete This Rule** – Removes the selected overtime rule from the system.

<figure><img src="/files/P0xXLk8haroWRprtCzjR" alt=""><figcaption></figcaption></figure>


---

# 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://www.opentimeclock.com/docs/product-q3/settings/overtime-rules.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.
