# Create WhatsApp Forms with Template Builder

### Creating Flows in Facebook Business Manager <a href="#creating-flows-in-message-template-creation" id="creating-flows-in-message-template-creation"></a>

META provides the functionality to create Flows within the Message Templates. Within this UI you can create Flows using the drag and drop Form Editor, without having to write any JSON code yourself.

To create a flow via Message Template:

1. Go to Flows from the left navigation in your Gallabox Account. Click on "Create New Flow". A pop-up will appear, click on "Create flow" and you will be redirected to your Facebook Business Manager. Under Account Tools in Facebook Business Manager, click on WhatsApp Templates.

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

2. Click on Create a New Message Template. Choose from the categories- Marketing, utility, or authentication.

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

3. When you choose from any category, you will find a option - **form.** Select the Form option. Provide the name for your Message Template and select the language for the message. Click on continue button on the top right to move forward.

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

4. Enter the body text, button text, and select the type of Form you want. Click on Create.

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

5. A drag and drop UI will open up. You can edit the Label, use different type of buttons like text, multi-choice, or dropdown among more to create a form.

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

6. You can add another screen and use different button type and preview the flow.

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

7. Once you are done adding the desired screen, click on Save. The form will be saved in the WhatsApp Template. Confirm the language of the Message Template. The message templated will be created and sent for review.

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

{% hint style="info" %}
You will be able to see all the Forms created on Business Manager under WhatsApp Templates in Gallabox.
{% endhint %}

### Sync the Template with Gallabox

Once you have created a Flow you have to sync those with your Gallabox Account. To do so, you have to go to Flows and click on the button <img src="/files/E4YfhYrHvJ36eWwmcU0x" alt="" data-size="line">as shown in the GIF below.

<figure><img src="/files/4zqUjM0UdOj5LuNHc0aB" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you are seeing the error, it means the channel you selected doesn't have permission for WhatsApp Flows. Kindly check your deployment option or select the right channel.
{% endhint %}

Once your flows are synced in your Gallabox account, the next step is to create a [WhatsApp Template using Flow](/whatsapp-flows/sending-a-whatsapp-form/send-whatsapp-form-in-a-message-template.md#add-flow-to-whatsapp-template) in Gallabox.


---

# 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://docs.gallabox.com/whatsapp-flows/create-whatsapp-forms/create-whatsapp-forms-with-template-builder.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.
