# Create Basic WhatsApp Mini App

#### **Steps:**

1. Go to **WhatsApp Mini App** → Click on **Mini Apps**
2. Click on **Create New Flow**
3. Enter **Flow Name** and select **Flow Category** (e.g., Lead Generation)
4. Select your **WhatsApp Channel**
5. Click on **Create Flow**
6. You will be redirected to the **Flow Builder**
7. Click on **Add Screen** to create multiple steps (if required)
8. Click on **Components Icon** to add elements like:
   * Heading / Subheading
   * Input fields (Name, Phone, Email)
   * Dropdown
   * Footer
9. Configure each component using the **Settings Icon**
   * Update label, helper text, and required fields
   * Add dropdown values (static/dynamic)
10. Add a **Footer Component**
    * Set button action (Submit / Next Screen)
11. (Optional) Create multiple screens for multi-step flow
12. Click on **Save** (Flow will be in Pending stage)
13. Click on **Save & Apply** (Moves flow to Draft stage)
14. Click on **More Options** → **Send Test Message**
15. Enter your number and send test flow
16. Test the flow on WhatsApp and verify inputs
17. Once verified, click on **Publish Flow**
18. Your WhatsApp Mini App Flow is now ready to use&#x20;

{% embed url="<https://www.youtube.com/watch?v=gaKoJLqxu9w>" %}


---

# 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://helpdocumentation.gitbook.io/user/whatsapp-mini-apps/create-basic-whatsapp-mini-app.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.
