# Flow

Action block allows you to break down larger chatbot flows into smaller manageable chunks

**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;

Setting up 'Flow' action block

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

* Add an action block on canvas by clicking on '**+**'&#x20;
* Choose '**Flow**'&#x20;
* Enter '**Flow**' Double click on '**Flow**' to enter or single click on it and then click '**Enter**' on the right panel&#x20;
* 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**'

You can create as many '**Flows**' as you want&#x20;


---

# 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://help.talkie.se/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.
