# Flow

## Ask Flow Card

Explore the capabilities of the 'Ask Flow Card' in BizMagnets. This feature allows your bots to pose open-ended questions to users, adding an interactive and engaging element to the conversation.

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

## WhatsApp Flow

Select the WhatsApp flow which you have created in your Business Manager to link with the Ask Flow Card. This flow is predefined to effectively manage user responses.&#x20;

If you haven't created any,[ click here ](/bot-flows/creating-flow-in-bizmagnets.md)to create WhatsApp Flow.

<figure><img src="/files/9HOvD1ONRPWBa4IqtkHX" alt=""><figcaption></figcaption></figure>

## Body Text

Enter the message text for the Ask Flow Card.

The text here can be formatted as Bold, Italic, or Strikethrough using the provided options. To make text Bold, wrap it with asterisks (\*), for Italic use underscores (\_), and for Strikethrough, use tildes (\~).

<figure><img src="/files/0LJIqOTUdsiLIzHr33Qe" alt=""><figcaption></figcaption></figure>

## **Screen Name** <a href="#screen-name" id="screen-name"></a>

Paste the ID of the first screen here. You can obtain this ID from the JSON format provided by your Business Manager.

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

## Data

Data field is where you would provide data in JSON format to pass information from your current bot flow to the flow you are calling.

The 'Invalid JSON Data' error message indicates that the data entered in this field must be a valid JSON object.

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

Once you have set all the fields required and click on **SAVE.**


---

# 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.bizmagnets.ai/bot-flows/ask-questions/flow.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.
