> For the complete documentation index, see [llms.txt](https://cc.docs.landis.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cc.docs.landis.cloud/setup/setup-business-hours.md).

# Set Up Business Hours Sets

{% hint style="warning" %}
Before adding business hours sets, verify the current user's time zone in contact center matches the time zone on the PC. To change the current user's time zone, select the username on the top right corner | My Settings | Time zone.
{% endhint %}

{% hint style="info" %}
If creating a business hours set that will be applied to a queue or IVR in another time zone, configure the business hours as if you are currently in that time zone. The offset will be automatically calculated when the business hours set and time zone are configured on the queue.
{% endhint %}

Navigate to Configuration | Business Hours Sets | Add

1. Add a Name and Description
2. Add or edit the time ranges. Each time range includes a start time, end time, and a label for an action that will occur after hours (between this time range and the next time range). The actions for the after hours labels are specified when a business hour set is applied to a queue or IVR. Example below:

<figure><img src="/files/dBwTL8zOyeztZb0UJt3l" alt=""><figcaption></figcaption></figure>

#### Assign to Queue

1. Navigate to Queues & IVRs | Queues | Select a Queue | Edit
2. Select Schedule tab.
3. Select timezone and business hours set.
4. Select the action for each after hours label. Prerequisites are required for Transfer to PSTN. See [Transfer to PSTN](/appendix/transfer-to-pstn.md)

#### Assign to IVR

See [Set Up IVR](/setup/set-up-voice-channel/setup-ivr.md#example-business-hours)

{% hint style="info" %}
You can see what queues and IVRs are utilizing a business hours set by editing the business hours set and expanding the In Use By property.
{% endhint %}


---

# 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://cc.docs.landis.cloud/setup/setup-business-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.
