# Creating a flow

To create a piece of learning content in DialogForm, you create a **flow**. You can design a flow to be a complete lesson, a part of a lesson, a set of questions to be answered by the user, or even just a single question - it's up to you.

## What To Do

Make sure you are on the [DialogForm home page](https://admin.dialogform.in).&#x20;

Click on the "FLOWS" tab to activate it (if not already done).

Click on the "+ New Flow" button.

![](/files/MLnJW8FawAXkZvv77OnP)

A new flow will be created and you will be taken to the flow builder page. You can rename the flow at any time by clicking on the top left where it says "Untitled", and entering a new name.

![](/files/eKUmTwPvFqwA5Tc2lfi6)

A flow is made up of **prompts**. Build out your content by adding/editing prompts to the flow.

A prompt is a message from the chatbot to the user. Together with the message, a prompt also contains possible answers, if any, to expect from the user in response to the message. For each answer, the prompt also specifies which prompt should follow next.

All your work will be auto-saved. When your flow is ready, hit the "Publish" button (which shows up on the top right if there are any unpublished changes) to make it live.

## What Next?

Learn about the various types of prompts that DialogForm offers.

{% content-ref url="/pages/TQZo903PKyVwIR4BCECk" %}
[Multiple choice prompts](/user-guide/multiple-choice-prompts.md)
{% endcontent-ref %}

{% content-ref url="/pages/J3xBbJ2aaMUBkDs15B2A" %}
["Multi-select" multiple choice prompts](/user-guide/multi-select-multiple-choice-prompts.md)
{% endcontent-ref %}

{% content-ref url="/pages/mWm9rzd0xgm0KYhVm8Lp" %}
[Free-form/Subjective answer prompts](/user-guide/free-form-subjective-answer-prompts.md)
{% endcontent-ref %}

{% content-ref url="/pages/afPjYjBOPI6VpoFYVKgf" %}
[Image upload prompts](/user-guide/image-upload-prompts.md)
{% endcontent-ref %}


---

# 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.dialogform.in/user-guide/creating-a-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.
