> For the complete documentation index, see [llms.txt](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/settings/inbox-settings/agent-assist/set-up-welcome-message.md).

# Set Up Welcome Message

1. **Access Agent Assist Settings:**

* Go to the **settings tab**.
* Navigate to the '**Agent Assist**.'

insert

2. **Enable Welcome Message:**

* Locate the '**Set-up Welcome Message**' option.
* **Toggle the switch to turn on the welcome message feature**.

insert

3. **Customize Welcome Message for the Agent:**

* In the '**Show Welcome Message for the Agent**' section, **customize the message** with **dynamic placeholders**.

Example:

```
Greetings {{first_name}} 👋🏻

Welcome to {{company_name}}.

I'm {{agent_name}}, how can I help you?
```

insert

**4. Customize Welcome Back Message:**

* In the '**Welcome Back Message**' section, **customize the message** for **returning users**.

Example:

```
Welcome Back {{first_name}} 👋🏻

I'm {{agent_name}}, how can I help you?
```

insert

**5. Add Button Replies:**

* Under '**Add Button Reply,**' input up to three button options for users to choose from.

Example:

* **Button 1:** "Get Product Information"
* **Button 2:** "Assistance with Orders"
* **Button 3:** "Technical Support"

insert

**6. Set Delay in Sending Message:**

* Specify the **delay** in **sending** the **welcome** **message** **in** **minutes** **and seconds**.

Example: Delay message by 1 minute and 30 seconds.

insert

**7. Add Conversational Labels (Multiple):**

* In the '**Add** **Conversational** **Label**' section, **create** **labels** to **categorize conversations**.

Example:

* **Label 1:** "Sales Inquiry"
* **Label 2:** "Support Request"
* **Label 3:** "General Inquiry"

**8. Control Welcome Message Display:**

* Toggle the switch for '**Don't show welcome message if the user's last conversation is less than \_ mins**' to enable this feature.

Example: Set to not show the welcome message if the last conversation occurred within 30 minutes.

insert

**9. Manage Template Messages:**

* Toggle the switch for **'Ignore Template Messages**' to **prevent displaying** the **welcome** **message** if the user responds after a template message has been sent.

Example: Turn on to avoid redundancy if a template message was recently sent.

insert


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/settings/inbox-settings/agent-assist/set-up-welcome-message.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.
