> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-holidays.md).

# Chatbot - Holidays

## At SprintHub, you can set up a chatbot to interact with your customers 24 hours a day, including during holidays. This solution offers several advantages.&#x20;

Follow the steps below to create and configure your chatbot:

1. **Create the ChatBot:**

* Go to the chatbot via “Find Services”. Or just type the name, and the feature appears.
* To create, click “+ New”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXexVkXhLb8JjSMW7CFSnqepx1CtcGP8s9nt5QMlcbKeRLrK8hShBq2UbPedbbpTBSonZeaTkdmfdaSvFa_Dhly9pmhPxa5sX0qVIegwL7rzrhr5NDEcr3a6Ey7zJz3so80EXofU?key=KQSNQqBN-X9R1aFQMzcbakIv" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdwFlGZpHkqOxrUF_44Vjos6nYHc038OlrZvyabSoGP12-oqwxRUV4iCc-P5UKYJbhK2-2vtON9kqr4HaAbrI6WNAnQyB9oZbEaoJtMU3f27I72ar7QgXodQqe6yZ7feBf_emJeEQ?key=KQSNQqBN-X9R1aFQMzcbakIv" alt=""><figcaption></figcaption></figure>

2. **Configure and Create:**

* **Enter a Title:** Give your chatbot a descriptive name
* **Enter a Description:** Describe in detail the content and functionality of the chatbot.
* **Configure a Trigger:** At this stage, you will be able to define triggers, conditions, operating hours, startup settings, and other additional options. These settings will ensure that your chatbot works efficiently and according to the desired configurations.
* Click on **“Open Builder”**, to create the bot with its actions and conditions.
* **Allow leads to talk to the bot multiple times?:** It depends on your strategy.\
  If you leave it as “YES”, it will go through the bot every time the configured trigger is fired.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXccIB0JEi-82W5f1gODzmxcPMZeZ6stYt2vFWdaCanlQ5DJEyPyl9McxDuPAC6SRk_n0i0E-H8a0J8YdPC7Q4NdUlF6ESVVEBsBn6YVXnSvQu2-553i7lsrdl7LTng73DG8KPJHNA?key=KQSNQqBN-X9R1aFQMzcbakIv" alt=""><figcaption></figcaption></figure>

3. Building the ChatBot trigger:

{% embed url="<https://youtu.be/MRnkMhD4V0s>" %}

To add blocks when building your chatbot, see the article:

{% content-ref url="/pages/000608afe144330693fb20f3f5d2a2383d027b7c" %}
[Chatbot - Block overview](/en/topics/convert/chatbot/chatbot-tutorial-videos/chatbot-block-overview.md)
{% endcontent-ref %}

To learn more about the custom schedule, see the article:&#x20;

{% content-ref url="/pages/ce19b58aca9fc24e2b81311cafd864edcf662df0" %}
[Schedule - defining operating hours for automations](/en/topics/system-settings/schedule-defining-operating-hours-for-automations.md)
{% endcontent-ref %}

**CONCLUSION:**

Using SprintHub's chatbot for holidays is a smart strategy to ensure your business is always available to customers. This solution provides:

* 24/7 availability: Your customers can receive support and information at any time, strengthening trust in your brand.
* Greater operational efficiency: The chatbot automates repetitive tasks, freeing your team for more strategic demands.
* Lead capture: Even outside business hours, the chatbot can record leads, schedule services, and answer basic questions.
* Improved customer experience: Fast and accurate responses, with no wait time, increase user satisfaction.

With SprintHub's chatbot, you raise the standard of your service, optimize processes, and ensure your company is always ready to meet customers' needs, regardless of the time.


---

# 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.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-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.
