# My Settings

1. **Username** – Displays the employee’s username used for logging into the system.
2. **Change Password Checkbox** – Enables the fields for updating the current password.
3. **Current Password** – The employee’s existing password, required to authorize any password change.
4. **New Password** – Field where the employee enters a new password.
5. **Confirm New Password** – Field to re-enter the new password for confirmation.
6. **Email** – The user’s registered email address for verification and communication; click **Verify** to confirm the email.
7. **Default Page** – Allows the user to set the default page that appears after login (e.g., List View, Day View, etc.).
8. **Base Photo** – Displays the photo used for face recognition when clocking in/out.
9. **Upload Photo** – Option to upload a new photo from your computer for face recognition.
10. **Camera Capture** – Option to take a new photo using your device’s camera for use in face recognition.
11. **Save Button** – Saves any changes made to the settings.
12. **Cancel Button** – Cancels any edits and reverts to the previous settings.

✅ *This My Setting page allows users to manage personal login details, email, default display options, and photos used for face recognition in OpenTimeClock.*

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