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