# Jump to

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on Scale and Pro Plans.

### Overview

In some scenarios, we need to simplify our chat-flow either by connecting blocks in the same chat-flow or in different flow. The **Jump to** feature can be really useful to achieve this result.

Below are two things to remember when using the **Jump to**:

{% hint style="info" %}
**If you are transitioning within the same flow**, your destination card can be any type, provided there is an ask card in between.

***When jumping to a different flow*** - ensure the destination card is of the "ask" type.
{% endhint %}

## **Jump to** Block Usage:

### **Jumping to a block in the same flow**

1. In the chat flow, open the card to which you want to jump to and copy the reference id.

<figure><img src="/files/Awjb3Aljvy8Rctw65ymK" alt=""><figcaption><p>Copying the reference id of the destination block</p></figcaption></figure>

2. Go to "**Utilities**" and then click on "**Jump to".** Choose the option - No for Jump to another flow.

<div align="center" data-full-width="false"><figure><img src="/files/c3klldmDrMT64hkLTaVR" alt=""><figcaption><p><strong>Jumping to a block in the same flow</strong></p></figcaption></figure></div>

3. Paste the Reference id that you copied and click on Save.

### **Jumping to another flow(chat-flow).**

1. In the Bots, open the flow to which you want to jump to and copy the reference id.

<figure><img src="/files/VJpp1QBJRJ43Uv8oq6GM" alt="" width="563"><figcaption><p>Copying the reference id of the destination block</p></figcaption></figure>

2. Go to "**Utilities**" and then click on "**Jump to".** Choose the option - yes for Jump to another flow. A drop-down menu named "**Flow**" will appear and will contain a list of flows within this bot. Select the specific flow you want to jump to from the list.

<figure><img src="/files/2EuasrdDrXlGZXzEFc73" alt="" width="563"><figcaption></figcaption></figure>

3. Then, paste the previously copied the reference id in the "**Block Reference**" field.

<figure><img src="/files/0IeqhWMxg3WwZjyEWbGF" alt="" width="563"><figcaption></figcaption></figure>

4. Click on Save.

That are the possibilities with **Jump to**. Play around and jump to different flows or different block in the same chat-flow.


---

# 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.gallabox.com/bots/bot-utilities/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.
