# Working Hours Block

The **Working Hours Block** inside **Native Tools** allows you to control when your automation should run. This is especially useful for businesses that operate within specific support or sales hours.

Instead of responding to users 24/7, you can configure the bot to operate only during your business hours. This helps manage customer expectations and ensures your team responds during actual operational hours.

#### How to Use the Working Hours Block

1. Open your **Chat Flow**.
2. Click **Add Node**.
3. Go to **Native Tools**.
4. Select **Working Hours**.

#### Configure Working Hours Settings

**1. Office Hours**\
Define the exact time range when your business is active.\
For example: **9:00 AM to 5:00 PM**.

You can also add **multiple time slots**. This is useful if your business has:

* Lunch breaks
* Split shifts
* Different service windows

Example:

* 9:00 AM – 1:00 PM
* 2:00 PM – 7:00 PM

**2. Time Zone**\
Select the correct time zone for your business.\
For example, businesses operating in India should choose **Asia/Kolkata**.\
Setting the correct time zone ensures automation runs at the right time.

**3. Working Days**\
Choose the days when your business operates.\
For example:

* Monday to Friday
* Monday to Saturday
* Weekends (if applicable)

If a user sends a message outside your working hours or on a non-working day, the system can automatically send a message informing them that the team will respond during the next working period.

#### Save the Configuration

After configuring the office hours, time zone, and working days, click **Save**.

The **Working Hours Block** helps you manage automation timing effectively while maintaining a structured and professional customer experience.

{% embed url="<https://youtu.be/nCAg98X-jVY>" %}


---

# 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://helpdocumentation.gitbook.io/user/bot-builder/working-hours-block.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.
