> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/bot-studio/default-bots/set-up-welcome-bot.md).

# Set Up Welcome Bot

***

## **Working of Welcome Bot**

The Welcome Bot serves as an automated greeting mechanism designed to engage with customers and provide a personalized experience.&#x20;

Here's how it operates 👇

* Whenever a new message is received from a customer, the Welcome Bot springs into action
* To ensure a balanced interaction experience, the bot is designed to *<mark style="color:green;">**activate only once within a 24-hour period**</mark>* for each customer
* This feature ensures that customers receive the welcome message at appropriate intervals without overwhelming them with repeated greetings (*The activation timeframe of 24 hours remains constant and cannot be altered or adjusted*)
* Prior to deployment, administrators can define a welcome template message within the bot's settings. This template serves as the standardized greeting that the bot delivers to customers upon activation

***

## Configure Welcome Bot

* Navigate to the Bot Studio in the left panel
* Under the default bot, locate and select the **Welcome Bot**
* Once on the "**Manage your Welcome Bot**" page, click on the edit icon <img src="/files/itO4AB4uMHihkAB7fzmn" alt="" data-size="line">

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

* On Configure selected bots window, click on the "<mark style="color:green;">**Set New Template**</mark>" button
* Choose the desired welcome template and click on the "<mark style="color:green;">**Select Template**</mark>" button
* If necessary, add variables to customize the message, then click on the "<mark style="color:green;">**Select Template**</mark>" button again to confirm

<figure><img src="/files/6D2F7JPBMuYiUL3K7nZ0" alt=""><figcaption><p>Upon successful configuration, a message will appear "<mark style="color:green;"><strong>Action set successfully!</strong></mark>"</p></figcaption></figure>

* To enable/active the welcome bot click on the toggle switch on the top right coner&#x20;

<figure><img src="/files/ezMYcVCn6cdNqJXl757L" alt=""><figcaption><p><em><mark style="color:green;"><strong>Configuration of the Welcome Bot is now complete</strong></mark></em></p></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://learn.doubletick.io/bot-studio/default-bots/set-up-welcome-bot.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.
