> 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/whatsapp-bot/manage-chatflow/multiple-flows-redirect-component.md).

# Multiple Flows (Redirect Component)

This page explains how to create multiple flows within your Website Bot and connect them using the 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2FjFWBpHJVlOtZyp0zYRQs%2Fimage.png?alt=media&amp;token=d8cee412-4611-463f-8f7a-46385b3f3a87" 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2Fr6iWDFsbDCSartZrnzQY%2Fimage.png?alt=media&amp;token=10999fde-aa55-41ca-a51e-b9e02e9b8967" alt=""><figcaption></figcaption></figure>

2. Select your pre-created chatbot from the list (you can also search by name).
3. 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.

#### 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2F5nM3EeBbM0pvuCHMIp4a%2Fimage.png?alt=media&amp;token=e03607a7-9661-4d77-9319-989cd076bf2a" 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2F4RiI1GX5vPVVlwpXQwHs%2Fimage.png?alt=media&amp;token=a47016df-0a51-45fe-be74-e7e5ab42e09f" 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.
