> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/additional-details/automations-rules/chat-inbox-configuration.md).

# Chat Inbox Configuration

This configuration is essential for organizing customer interactions, ensuring efficient responses, and providing a streamlined communication experience.

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

When setting up your chat inbox in the WhatsApp API, there are several key configurations you can adjust to optimize your customer interactions. Below are the important settings to consider:

### **Working Hours**

Working hours set the specific hours during which your business is available to respond to customer inquiries. It's purpose is to clearly communicate your availability to customers and manage expectations regarding response times. Outside of these hours, automated messages can handle initial interactions.

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

**Special Days:**

Special days allows you to set specific days with modified working hours that differ from your standard schedule. You can choose between a 'Single Date' or a 'Date Range' to apply these special hours. This is useful for events like holidays, staff training days, or any other occasion where the regular schedule is altered.

**Closed Days:**

Closed days is for marking specific days when the business will be completely closed. You can use this to indicate days when the business will not be operating at all, such as on major holidays (e.g., Christmas Day, New Year's Day) or for scheduled closures.

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

### **Welcome Message**

Welcome message is a predefined message that is automatically sent to customers when they first initiate a chat. It's purpose is to greet customers and provide them with a brief introduction or guidance on how you can assist them. This sets a positive tone and helps direct the conversation.

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

### **Delayed Response Message**

Delayed Response Message is an automated message that is triggered if there is a delay in responding to a customer inquiry. It's purpose is to inform customers that their message has been received and that a response will follow soon. This helps maintain customer engagement and reduces frustration during wait times.

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

### **Follow-Up Message**

Follow-Up Message is a message sent to customers after a certain period or following a specific interaction, such as after a purchase or support request. It's purpose is to keep the conversation active by checking in with customers, offering additional assistance, or thanking them for their engagement. Follow-ups can improve customer retention and satisfaction.

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

### **Email**

Email is the option to configure email notifications for messages received outside of working hours or when a customer requires further follow-up that can't be handled within the chat. It's purpose is to ensure that important customer communications are not missed by receiving notifications or continuing the conversation via email when necessary.

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

By configuring these elements in your chat inbox, you can ensure a well-organized and responsive communication system that enhances customer experience and supports efficient interaction management.


---

# 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://docs.bizmagnets.ai/additional-details/automations-rules/chat-inbox-configuration.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.
