# Flows

Flows are equivalent to google forms, it is used to guide users through interactive, step-by-step processes, enabling them to complete tasks instead of sending links.

## Steps to Create a Flow

1. Navigate to the Dashboard -> WhatsApp -> Flows.
2. Click on **“Create Flows”.**
3. &#x20;Enter a flow name.
4. Click on **Continue.**
5. On the left rename your screen.
6. Click on **“Add Screen”** for more screens.
7. On the right under short answer:
   1. Choose the category of the question.
   2. Enter label.
   3. &#x20;Select how you want your customers to respond, whether through single or multiple choice, a short answer, or a paragraph.
   4. Enter a helper text, if needed.
   5. Click on **“Add Questions”** for more questions.
8. Enter a **“Button text”.**
9. Click on **“Save”.**
10. A notification will be shown saying flow saved successfully.

<details>

<summary>How to publish a flow?</summary>

1. Navigate to the Dashboard -> WhatsApp -> Flows
2. Search for the flow name created by you
3. On the right side click on the three dots and select **‘Publish’**
4. Once the flow is published, it can be incorporated in the messages

</details>


---

# 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://support.emovur.com/modules/flows.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.
