# 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.


---

# 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.botpenguin.com/bots/sms-bot/edit-and-manage-chatflow/multiple-flows-redirect-component.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.
