# Managing Whatsapp Flows

**WhatsApp Flow** refers to a structured, automated interaction between a user and a business on WhatsApp, typically used in customer service, sales, or support. It guides users through a sequence of messages or choices—like a chatbot—allowing them to complete tasks such as booking appointments, placing orders, etc. These flows enhance user experience by making conversations fast, interactive, and efficient.

**Step 1: Select WABA ID and Basic Information**

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

#### Details

1. **WABA ID**:

* Select your WhatsApp Business Account (WABA) ID from the available list. This ID is necessary for identifying your business account when registering flows with Meta.

#### Step 2:Design the Flow Screens and Preview&#x20;

In this screen, users can add new screens to the flow or edit existing ones. Additionally, users have the ability to add or modify components within each screen. To the right of the editor, a live preview area displays how each screen will appear, allowing users to instantly see the impact of their changes.

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


---

# 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://guides.d7networks.com/whatsapp/managing-whatsapp-flows.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.
