> For the complete documentation index, see [llms.txt](https://help.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.botpenguin.com/bots/facebook-bot/edit-and-manage-chatflow/multiple-flows-redirect-component.md).

# Multiple Flows (Redirect Component)

## Multiple Flows (Redirect Component)

This page explains how to create multiple flows within your Website Bot and connect them using the **Redirect** component. With multiple flows, you can build modular conversations and trigger different flows based on user interactions.

***

### Creating a Trigger Flow

#### 1. Create a New Flow

1. Click on the Bots and Select your bot.

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

2. Click on the Chatflow tab from the expanded menu.
3. Select the flow you want to edit or create a new flow.

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

4. Select your pre-created chatbot from the list (you can also search by name).
5. Configure this new flow as needed—it will now appear in your list of available flows.

***

### Setting Up a Redirect in an Existing Flow

#### 1. Open the Previous Flow

* Go to the flow from which you want to trigger your newly created flow.

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

#### 2. Add the Redirect Component

* Insert the **Redirect** component into the chat flow.
* From the dropdown inside the component, select the flow you want the conversation to jump to.

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

* Select the Chatflow to connect next.
* And after this flow the flow will be redirected to the next selected Chatflow.

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

***

### How Flow Redirection Works

When the redirect component is triggered during a conversation, the bot will seamlessly move to the selected flow. This lets you:

* Break complex conversations into smaller, manageable flows
* Create personalized conversation paths
* Build dynamic, flexible chatbot interactions across your website

Using multiple flows and redirect connections helps you structure conversations more efficiently and deliver a smoother experience for users.
