# Flow

Flow action block is used to segment parts of your chatbot tree into smaller flows.

For example, if you have three items in your menu like Explore wotSABot / Talk to sales / Support, instead of building all the flows in one tree, you will build three flow with the same names. So that each flow has only its flow in it.

### How does it help? <a href="#how-does-it-help" id="how-does-it-help"></a>

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

Setting up 'Flow' action block

### Creating a flow <a href="#creating-a-flow" id="creating-a-flow"></a>

* Click on + and choose the 'Flow' action block
* Double click on the 'Flow' action block to open its flow
  * Or, open the right panel and choose 'Open flow'

<figure><img src="/files/7XrhvH9hcCrMr0wPYNLd" alt=""><figcaption></figcaption></figure>

If you already have a flow already built that you want to move inside a 'Flow' action block, follow these steps:

* Hold shift and select the area of action blocks you want to move
* Click on the 'Move' icon
* The highlighted flow will be moved to your desired 'Flow' action block

<figure><img src="/files/WHUoyFJ9HuTUIE5Wi2bz" alt=""><figcaption></figcaption></figure>

### Navigating between flows <a href="#navigating-between-flows" id="navigating-between-flows"></a>

To navigate between flows, click on the name of the flow or '**Home**' button visible on the top left corner of the canvas.

You can also return to the root flow, by clicking on the Home icon.

\ <br>

<figure><img src="/files/CsaxOCZvZfDl9Dy8NGsN" alt=""><figcaption></figcaption></figure>


---

# 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.wotsabot.ai/wotsabot-help-articles/bot-builder/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.
