> For the complete documentation index, see [llms.txt](https://warecover.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://warecover.gitbook.io/documentation/no-code-chatbot-development/create-a-whatsapp-chat-bot.md).

# Create a WhatsApp Chat Bot ?

Follow these steps to create a simple WhatsApp chatbot flow.

**Step 1: Create Bot Flow**

1. Click **Create Bot Flow**.
2. Enter a **Flow Name** (e.g., Digital Agency).

**Step 2: Set Trigger**

1. Select **WhatsApp Chatbot** trigger.
2. Choose **Hot Keywords**.
3. Select the **Channel**.
4. Add a keyword such as **start, hi, or hello**.
5. Click **Save**.

**Step 3: Send Welcome Message**

1. Add a **Send Message** block.
2. Select **Text Message**.
3. Enter a welcome message (e.g., “Hello, welcome to our agency”).
4. Click **Save Message**.

**Step 4: Create Menu Options**

1. Add **Ask a Question** block.
2. Select **Interactive Message**.
3. Write a question for the user.
4. Add **Buttons** such as:

* Contact Sales Team
* Contact Support Team
* See Demo

1. Save the user response in a **Super Field**.
2. Add a **Validation Message** for incorrect responses.
3. Set **Response Time** and click **Save Question**.

**Step 5: Configure Actions for Each Option**

**Contact Sales Team**

* Assign chat to a **Sales Agent**.
* Add **Stay Session** block.

**Contact Support Team**

* Ask another question (e.g., issue type).
* Use **List Options** such as Technical Issue, Billing Issue, Account Access, Other Query.
* Assign chat to a **Support Agent**.

**See Demo**

* Send a message asking for project details.
* Ask the user to **upload a reference image**.
* Set **Expected Answer Type = Image**.
* Assign chat to a **Sales Agent**.
* Add **Stay Session** block.

**Final Step**

1. Save and enable the workflow.

This chatbot automatically greets users, provides menu options, collects information, and assigns conversations to the appropriate team.

{% embed url="<https://youtu.be/3Pulo5dPE_o?si=akYssnt6JDG26qM2>" %}


---

# 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://warecover.gitbook.io/documentation/no-code-chatbot-development/create-a-whatsapp-chat-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.
