> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/automation/flows/how-to/set-up-conversational-marketing.md).

# Set up conversational marketing

{% hint style="info" %}
Find and use this template by going to **Flows** > **Template flows** > **Conversational marketing** and clicking **Save to my library**.
{% endhint %}

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

Conversational marketing lets you talk to your customers over WhatsApp.

Here's a breakdown of the trigger and steps involved:

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

### Trigger

**WhatsApp - Conversation created**: This is the trigger for the flow. It will run the flow when a conversation is started on WhatsApp.

### Actions

1. **Send plain text message**: This step sends a plain text message to the conversation. The message is the welcome message that asks the first question to the user about what country they want to know more about.
2. **Wait for conversation message**: This step waits for the user to reply to the welcome message.
3. **Conditional**:
   * If the message received contains "Europe," then send a plain text message to the conversation. This branches into additional questions to understand what the customer would like to learn more about: **Art & Culture**, **Nature & Adventure**, or to **Talk to an Agent**. Depending on the response, more information will be sent to the customer.
   * If the message received contains "Middle East & Asia," then send a plain text message to the conversation. This branches into additional questions to understand what the customer would like to learn more about: **Art & Culture**, **Nature & Adventure**, or to **Talk to an Agent**. Depending on the response, more information will be sent to the customer.
   * If the message received contains 'talk to an agent', they will be connected to an [Inbox](/applications/inbox/inbox.md) agent.
4. **Send plain text message to conversation**: Send a final message to the customer.
5. **Terminate**: End the flow and mark it as a 'success'.


---

# 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.bird.com/applications/automation/flows/how-to/set-up-conversational-marketing.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.
