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