> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/livechat4dynamics/features/schedules-and-holidays.md).

# Schedules and Holidays

Keep your customers informed—whether it's after hours or during holidays—with the Schedules & Holidays feature in LiveChat4Dynamics. Automatically send predefined responses when a customer reaches out beyond your regular support times. This ensures every message is acknowledged, even when your team isn't available.

&#x20;The feature includes two key options: Work Schedules and Holidays.

**1. Work Schedules**

When a customer initiates a chat outside of your defined business hours, they’ll instantly receive an automated message letting them know you're currently unavailable and when they can expect a response.

**Example:**

“Thank you for reaching out. We're currently closed. Our available hours are from 9:30 AM to 3:30 PM. We’ll get back to you as soon as we're open.”

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

**2. Holidays**

If a customer reaches out on a holiday (e.g., Christmas), they’ll receive a custom message acknowledging the occasion and informing them when you’ll be back online.

**Example:**

“Hi there! We are closed on December 25, 2025, to celebrate Christmas. We’ll be back and ready to help you on December 26. Happy Holidays!”

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


---

# 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.inogic.com/livechat4dynamics/features/schedules-and-holidays.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.
