# Notifications

1. **Notify (ON/OFF)** – Enables or disables the notification feature. When turned ON, the system will send email notifications for selected events.
2. **Email Field & Verify Button** – The user enters an email address to receive notifications. The **Verify** button confirms the email address is valid before notifications can be sent.
3. **Clock IN Notification (ON/OFF)** – When turned ON, the system sends an email alert each time the user clocks in.
4. **Clock OUT Notification (ON/OFF)** – When turned ON, the system sends an email alert each time the user clocks out.
5. **Save Change Button** – Saves the selected notification preferences and email address.
6. **Cancel Button** – Cancels any unsaved changes and keeps the previous settings.

✅ *This Notifications page allows users to manage how they receive email alerts for their clock-in and clock-out activities in OpenTimeClock.*

<figure><img src="/files/p0HlHfVKPnTO4GIDMJwS" 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/my-hours/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.
