> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/bot-flows/ask-questions/flow.md).

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