> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/route-to-chatbot.md).

# Route to Chatbot

In certain situations, you may need to route a user to multiple flows. For example, when a payment is collected, you might want to route the user to another flow where you can gather detailed requirements and pass them to your team for further action. When routing from one flow to another, it is possible to pass all the data collected from the current flow to the destination flow in order to maintain the context of the conversation.

By seamlessly transitioning the user from one flow to another, you can ensure a smooth and personalized experience. The data collected in the current flow can be transferred to the destination flow, allowing for continuity and enabling your team to have access to the relevant information.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXelCIAJOwlDI3rpK9GiQ75ZWuTCUQnGpLtLTgZJgiree77m3U_z_Sty26ebc4z3CWjsLjOD1cERYZEgEmn5eLE8uXsR_FrR7rV3xHuZ9wpIaaaAOUsyk1Mp1utND4ZmLSX3BYWr0kiTcUSqQgqpHUlls0eT?key=1qqFXlcKQC4QffFFDupvgw" alt=""><figcaption></figcaption></figure>

You can select the channel, select the flow and select the attributes and insert all the values that need to be passed to the other flow for maintaining the context of the conversation, the values passed from here to another flow will be available under attributes with named **"Routed Flow Data"** as shown below&#x20;

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


---

# 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, and the optional `goal` query parameter:

```
GET https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/route-to-chatbot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
