# Notifications

**Notifications can include clock-in/clock-out reminders, overtime alerts, shift changes, and other important updates, helping everyone stay informed and on schedule.**

* **Notify** – Master switch to enable or disable notifications for the listed events.
* **Clock IN** – Sends a notification when an employee clocks in.
* **Clock OUT** – Sends a notification when an employee clocks out.
* **Late IN** – Notifies when an employee clocks in late for their scheduled shift.
* **Early OUT** – Notifies when an employee clocks out earlier than scheduled.
* **Employee Request Absence** – Sends alerts when employees submit absence requests.
* **Approve/Deny of PTO** – Sends notifications when paid time off requests are approved or denied.
* **Manager Approve Timecard** – Notifies when a manager approves an employee’s timecard.
* **Employee Approve Timecard** – Notifies when an employee approves their own timecard.
* **Daily Total** – Sends a notification if an employee exceeds the specified daily work hours.
* **Weekly Total** – Sends a notification if an employee exceeds the specified weekly work hours.
* **Single Shift Clock IN and OUT** – Notifies about single shift clock-in and clock-out activities for selected shifts.
* **Forgot Clock IN** – Sends alerts if employees miss clocking in after a set number of minutes.
* **Notify Emails** – Field to enter email addresses that will receive selected notifications (separate multiple emails with commas or semicolons).

<figure><img src="/files/6mHW4RNq0gmMvY8GRyKi" 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/settings/notifications.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.
