# Jump

The jump function allows you to **go from the last created cell to another cell**, in that same flow or in a different one. After the Jump cell you can bring back the conversation to the original flow.&#x20;

After clicking the Jump icon, choose if you want to jump to a cell in the flow you are editing or if you want to jump to a cell in another flow.

{% hint style="info" %}
For a better performance, we recommend to not exceed 100 cells in a single flow. If you need to add more cells, you can either create new flows such as User Journey or Jump.
{% endhint %}

If you want to **jump to a cell in the flow you are editing**, just select the cell you want to jump to. After you pick the cell you want to jump to, you will have to confirm it. When you jump, the flow continues on the cells that come after the destination.&#x20;

{% hint style="warning" %}
**Important:** You can only jump to existent cells or flows. So if you want to add a jump cell to your flow, you must have them created before.
{% endhint %}

### **Jump to Other Flows** <a href="#jump-to-other-flows" id="jump-to-other-flows"></a>

**You can also jump to other flows**, as long as they are jump and user journey flows. To do so, select “other” in the jump selection.

After that, a modal will open, so you can select the destination: a cell in the same flow or other flow. If you chose other flow, the whole flow is executed from the beginning to end.

* If you jump to a user journey flow, its first cell (an Intent) is ignored. If you need to use it, put it on the origin flow before the jump.
* To check the flow where the jump arrives, click on the “view flow” button over the jump cell (the eye icon). Then, you will be taken to the destination flow.

{% hint style="info" %}
**Important Considerations**

* If your destination is a jump flow, you can choose to not return to the origin flow by selecting the “end” cell after the last cell.
* After the flow ends, it returns by default to the previous flow at the jump point and continues from there.
  {% endhint %}

<figure><img src="/files/PqbN4mbpUp2DdPSInvWT" alt="" width="429"><figcaption><p>End cell</p></figcaption></figure>


---

# 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.conversational-ai.syntphony.com/user-guide/build-dialogs/dialog-cells/jump.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.
