> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/bot-flows/logic/jump-to.md).

# Jump To

Simplify your chat flow with the Jump To feature. In some scenarios, simplifying your chat flow involves connecting blocks either within the same flow or across different flows within same bot or between different bots. The Jump To feature is extremely useful for this purpose.

Here are two key points to remember when using Jump To:

1. **Within the Same Flow:** Your destination card can be any type, as long as there is an Ask card in between.
2. **Between Different Flows:** Ensure the destination card is an Ask card.
3. **Jump To from Bots:** When transitioning between different bots, select the appropriate bot and flow from the drop-down menu. Ensure that the destination card in the selected bot is also an Ask card to maintain a seamless interaction.

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

## Using the Jump To Feature

To use the Jump To feature, follow these steps:

1. Go to "Utilities" and click on "Jump To."
2. A drop-down menu named "Bot" and "Flow" will appear, containing a list of bots and their respective flows.
3. Select the specific flow from the bot you want to jump to from the list.
4. Then, paste the copied reference ID into the "Block Reference" field.
5. Click on Save.


---

# 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://docs.bizmagnets.ai/bot-flows/logic/jump-to.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.
