# Overview of WhatsApp Mini Apps

WhatsApp Mini Apps are used for **lead capture, surveys, feedback forms, and multi-step data collection**.

Step 1: Create New Mini App

1. Go to **WhatsApp Mini App → Mini Apps**
2. Click **Create New Flow**
3. Enter **Flow Name**
4. Select **Category** (e.g., Lead Generation)
5. Select **WhatsApp Channel**
6. Click **Create Flow**

Step 2: Design the Flow

7. Add **Screens** (for multi-step experience if required)
8. Add Components like:
   * Heading / Body
   * Name Input
   * Phone Input
   * Email Input
   * Dropdown
9. Configure each component (label, helper text, options, etc.)
10. Add a **Footer Button** (Submit / Next)

Step 3: Save & Test

11. Click **Save and Apply** (moves flow to Draft stage)
12. Use **Send Test Message** to test the flow
13. Fill the form from your phone and verify submission

Step 4: Publish

14. After testing, click **Publish**
15. Your Mini App is now live and can be used inside chatbot flows.

Always test the flow in Draft stage before publishing to ensure smooth data collection.

{% 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/overview-of-whatsapp-mini-apps.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.
