> 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/business-settings/editing-scheduling-hours.md).

# Editing Scheduling Hours

## There is a new more efficient way to adjust business and employee scheduling hours!

{% stepper %}
{% step %}

### Update business scheduling hours

Navigate to: **Manage > Basic Settings > Business Settings > Scheduling Hours**

![](/files/27edd53ab07d297623b9010f329a7dd61ecf8884)

To open a day of the week, toggle ![](/files/5327e37da9fc7afe2148b7d01ade691636b0149c) **On**.
{% endstep %}

{% step %}

### Adjust the scheduling hours

Once the day is open for scheduling, click **>** to adjust the start time and end time for that day.

After setting the correct scheduling hours for that day, you have the option to apply those hours to other open days of the week:

* Use ![](/files/ad5cd743063bc168cda10862a8efadedd3a2c15c) to apply to **Weekdays** open.
* Use ![](/files/e9a7df2632e9057f5c73d31e9fec0fbb6d69596c) to apply to **every day** open.

Make sure to click **Save** after setting your hours where they need to be.
{% endstep %}

{% step %}

### Update employee scheduling hours

Navigate to: **Manage > Basic Settings > Employees > select employee's name > Scheduling Hours**

Repeat the same steps as updating the business scheduling hours.

{% hint style="info" %}
When the business hours are set to closed, you will not have the option to open an employee's schedule for that day. Employees are not able to set scheduling hours outside of business scheduling hours.
{% endhint %}

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


---

# 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/business-settings/editing-scheduling-hours.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.
