# Flow Templates

## Overview

**Flow Templates** allow businesses to send interactive messages that guide users through a **structured flow experience** within WhatsApp.\
These templates help collect user inputs, perform actions, and provide a **seamless conversational journey**.

### Key Features

* Enables users to interact through a **guided flow**
* Helps in:
  * Data collection
  * Form submissions
  * Process automation

### Template Configuration

* You can add:
  * **Body content** to describe the flow or provide instructions
* A button is included, where:
  * The **button name is editable**
  * You can give a **custom and relevant name** based on the flow (e.g., *Start Process*, *Fill Details*)

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

### Flow Selection

* While creating the template, you must:
  * **Select the required flow** from available options

This flow will be triggered when the user interacts with the message.

### User Interaction

* When the customer clicks the button:
  * The **selected flow opens**
* Inside the flow:
  * Users can **enter required details**
  * Submit the information directly

This enables a complete interaction cycle within WhatsApp.

### Usage Guidelines

* Use clear and concise **body content** to guide users
* Provide a meaningful **button name** for better understanding
* Ensure the selected flow is:
  * Properly configured
  * Tested before sending


---

# 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://help.pickyassist.com/setting-up-guide/connecting-channels/whatsapp-templates/template-types/flow-templates.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.
