> For the complete documentation index, see [llms.txt](https://partners.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.botpenguin.com/customer-platform-guidelines/teams/business-hours.md).

# Business hours

{% hint style="info" %}
Note: The "Business hours" feature is only accessible to users on the King Plan.
{% endhint %}

The **Business Hours** subsection allows you to set your organization’s working hours, including specific days and shifts (like night shifts).

## **How to set Business hours:**

1. Click on the "**Create Business Hours**" button to set business hours.

<figure><img src="/files/BBz3RyHCApCErsbqZfz7" alt=""><figcaption><p>business hours</p></figcaption></figure>

2. Fill out the **Name** field and add a short description.
3. Select the time zone and the business days.

<figure><img src="/files/9tnyfrviXeUddCjfLQcB" alt=""><figcaption><p>Business Hours</p></figcaption></figure>

4. Choose the corresponding start and end times for each working day.

<figure><img src="/files/MAGbHFYojZf1zN033dzO" alt=""><figcaption><p>Business Hours</p></figcaption></figure>

\
5\. If there is a night shift or additional shift, click on the **+** icon to create a second shift.

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

6\. Click **Add Business Hours** to save.

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

#### Need Help?

Please feel free to reach out to us at <mark style="color:$primary;"><support@botpenguin.com></mark>, in case of any questions or concerns.


---

# 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://partners.botpenguin.com/customer-platform-guidelines/teams/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.
