> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/employees/using-the-time-clock.md).

# Using the Time Clock

**To use the Time Clock:**\
Manage > Time Clock

{% stepper %}
{% step %}

## Clock in

Click the **Clock In** button next to the employee name.

*(If the employee does not have the Clock in Self permission, they will not be able to access this page.)*

![](/files/3ceee24b9a4826e7e17f545656e9b4cb2314470e)
{% endstep %}

{% step %}

## Change the time, if permitted

If the employee has the Manage Time Clock Permission, they will have the ability to change the time here. If they cannot Manage Time Clock, they will be clocked in for whatever time it is.

![](/files/61a632762ad9e74d478fc76904a553cffbabe5e4)
{% endstep %}

{% step %}

## Clock out

When the employee clocks out, repeat the same process.
{% endstep %}
{% endstepper %}

**Notes:**

* The employee will have the ability to clock in and out multiple times during the day to accommodate lunches, breaks, etc.
* Employees with the Manage Time Clock permission will be able to: Delete anyone's time in/time out, edit anyone's time in/out, and clock in/out others on any date

## To Edit a Time In/Out with Manage Time Clock Permission

{% stepper %}
{% step %}

## Select the date

Select the date from the calendar on the left.
{% endstep %}

{% step %}

## Select the time

Click on the Time In or Out next to the employee.

![](/files/6ded7f99395aaa5dbf5509b9198385c9b34aef8e)
{% endstep %}

{% step %}

## Change and save the time

Use the ![](/files/42e3bb1bc7d778be0a8b33021ca4abf498e95f74) icon to change the time, then click the ![](/files/c13fead3909e64eeeda9a9218c3526375bf98e5e) icon to save.

![](/files/e9aed709901b5c143f8059af5d84b542c55da3fa)
{% endstep %}
{% endstepper %}

## To Delete a Time In/Out

Click the ![](/files/bf0d79fa7ce353ff9e573f52373ad3ed87dbf591) icon next to the time(s) that you want to delete.

![](/files/f5232e53895d0e3b31dcaf2cea2187e5e86e66bb)

{% hint style="info" %}
Any employees who do NOT have the "Can Clock in Self" permission would NOT be able to clock in while logged in as themselves.

Another employee, *(normally Manager, Owner, or Receptionist with the permission to clock in others)*, would have to clock that employee in under their login.
{% endhint %}

To check/change an employee's permissions, check out: [Adding/Editing Employees](/employees/adding-editing-employees.md)

For more information on employee permissions, check out: [Employee Permissions: Overview](broken://pages/0e3b512202522659b2bb03e80f734bc748e72189)

## Time Clock Edits

You are able to view the history of all changes made to any of your employees Time Clocks. Any changes to the time an employee clocked in/out or any deleted Time Clocks can be viewed by clicking on the triangle to the left of the employee’s name.

![](/files/917f8a8f9212ecafd0933094d91fe8a8a931a67d)

## New Hourly Wage

Employee Settings under the commissions tab have an hourly wage section that can be calculated when utilizing the time clock feature. Your totals for hours worked are on the time clock report, commission and time clock report, and used in the service provider daily and weekly tracker reports!

![](/files/7339477d43f5e1051eb9e24806d04ad557cedeb6)

![](/files/b96a18e35a8bd886808027b504a8a02e30396aec)


---

# 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://support.rosysalonsoftware.com/employees/using-the-time-clock.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.
