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

# Flow

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

For example, if you have three items in your menu like Explore WotNot / 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?&#x20;

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

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

## Creating a flow

Click on + and choose the 'Flow' action block

<figure><img src="/files/9XqCRnx7V8bmT5s6SCYu" alt=""><figcaption></figcaption></figure>

## Entering a flow

1. Double click on the "Flow" node&#x20;

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

2. Click on the flow dropdown at top-left and choose the flow

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

## Moving selections into a flow

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/3ebSNPtJwvcVzbHAmMWs" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.wotnot.io/build/action-blocks/flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
