> For the complete documentation index, see [llms.txt](https://recursos.demandu.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recursos.demandu.tech/edita-tu-flujo-de-chat/redirigir-multiples-flujos-interconectados.md).

# Redirigir (Múltiples Flujos Interconectados)

La plataforma Demandu te permite crear **múltiples flujos de chat** dentro de un mismo bot, y usar un componente especial de **Redirección** para saltar de un flujo a otro durante la conversación. Esto es útil si tienes, por ejemplo, distintos sub-flujos para diferentes temas o secciones (ventas, soporte, reservas, etc.) y quieres invocarlos según las respuestas del usuario.

## ¿Cómo configurar flujos múltiples con redirección?

**Crear un nuevo flujo:** En la sección **“Edita tu flujo de chat”**, haz clic en **“Crear nuevo flujo”**. Asigna un nombre a este flujo (por ejemplo, *Flujo de Soporte*) y créalo. Luego diseña este flujo como lo harías normalmente. El nuevo flujo aparecerá listado en la página de edición.

<figure><img src="/files/47JIGgZEdgXi36ZkgfN3" alt=""><figcaption></figcaption></figure>

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

Introduce el nombre:&#x20;

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

Configura el nuevo flujo con la interacción que deseas:&#x20;

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

Aparecerá en tu lista de Flujos con el nombre que configuraste:&#x20;

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

**Agregar componente de Redirección en un flujo existente:** Ve a otro flujo (por ejemplo, el flujo principal) donde quieras insertar la bifurcación. En ese punto del flujo, agrega el componente **“Redirigir”**.

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

**Configurar la redirección:** En las opciones del componente Redirigir, selecciona del desplegable el nombre del flujo al que deseas que salte (por ejemplo, *Flujo de Soporte* creado en el paso 1). Puedes añadir un breve texto antes de redirigir (ej. “Permíteme comprobar esa información...”).

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

**Resultado de la redirección:** Una vez configurado, cuando la conversación llegue a ese componente, el chatbot **cambiará al flujo seleccionado**. A partir de ahí, seguirá los mensajes y lógica de ese flujo secundario.

Con este método, puedes conectar fluidamente varios flujos dentro de un mismo bot. Esto aumenta la flexibilidad de las interacciones, permitiendo manejar distintos escenarios de conversación sin tener que construir un único flujo enorme.


---

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

```
GET https://recursos.demandu.tech/edita-tu-flujo-de-chat/redirigir-multiples-flujos-interconectados.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.
