# 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2FjFWBpHJVlOtZyp0zYRQs%2Fimage.png?alt=media&#x26;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%2FcVaXt8w7YwxGqnUBOe5n%2Fimage.png?alt=media&#x26;token=fffe16f5-571d-4990-b02f-e8a88434bd03" 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2F9PlkC7fZlTb1Ji7YBG3Q%2Fimage.png?alt=media&#x26;token=8906d0f6-a3a5-4c5a-a317-6382f6543279" 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="https://1745791824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAPDb8cKQtGlIAfgHjcsQ%2Fuploads%2Fd6iBrq28HdsMKzs7DVfd%2Fimage.png?alt=media&#x26;token=148f5360-5431-41e1-8d34-6204ea72559f" 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%2FXyYv5A737WYgoUF0Mzj7%2Fimage.png?alt=media&#x26;token=64e8b3c7-3fc4-4187-9129-448c37ca7329" 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.
