> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/action-blocks/flow.md).

# Flow

### How does it help?&#x20;

* Creating smaller manageable flows for each path
* Easier navigation between conversational flow
* Easier onboarding of teams to the chatbot

### How do I set it up?&#x20;

{% embed url="<https://www.loom.com/share/6d6b2e891dd74d7da24cc107d536dab4?sid=0cb4500c-7250-4b9e-975e-7598562a568f>" %}
Setting up 'Flow' action block
{% endembed %}

You can follow the following steps to set up the '**Flow**' action block;&#x20;

* Add an action block on canvas by clicking on '**+**' <br>
* Choose '**Flow**' <br>
* Enter '**Flow**' \
  \
  Double click on '**Flow**' to enter or single click on it and then click '**Enter**' on the right panel<br>
* Build the flow on the canvas

Once you enter the '**Flow**', it would look similar to '**Bot Builder**'. You can continue building your chatbot flow here in the flow just by clicking on '**+**' as you would otherwise.

To navigate between the '**Root Flow**' and other created flows, you can just click on the name of the flow or '**Home**' button visible on the top left corner or the '**canvas**' &#x20;

{% hint style="info" %}
You can create as many '**Flows**' as you want&#x20;
{% endhint %}


---

# 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:

```
GET https://help.supporthunt.com/action-blocks/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.
