# 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: 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:

```
GET https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/settings/inbox-settings/agent-assist/set-up-welcome-message.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
