> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/whatsapp-mini-apps/create-basic-whatsapp-mini-app.md).

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