> ## Documentation Index
> Fetch the complete documentation index at: https://docs.release0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to use the Jump to element

> Learn how to use the Jump to element feature to simplify and organize complex conversation flows in your chatbot agent. Redirect conversations to specific elements for cleaner flow design.

The **Jump to element** element feature in this visual flow design allows you to redirect the conversation to a specific element elsewhere in the flow. This helps maintain a cleaner and more organized flowchart, especially in complex interactions where multiple pathways might converge or lead back to the same point.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/MimUY9m4TiaqqVxh/images/elements/logic/jump1.png?fit=max&auto=format&n=MimUY9m4TiaqqVxh&q=85&s=5d799eac40a8a978192a97308d259ad3" alt="Release0.com - Jump Agent elements" width="720" height="515" data-path="images/elements/logic/jump1.png" />
</Frame>

###

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/MimUY9m4TiaqqVxh/images/elements/logic/jump2.png?fit=max&auto=format&n=MimUY9m4TiaqqVxh&q=85&s=073b446fd862434a26c61f9712eca8b0" alt="Release0.com - Jump Agent elements" width="630" height="526" data-path="images/elements/logic/jump2.png" />
</Frame>

### Key Features of the Jump to element

1. **Simplifies Flow Structure**:\
   Instead of creating duplicate elements or drawing long, messy connections, you can reuse existing elements by jumping to them.

2. **Efficient Flow Design**:
   * Reduces redundancy by avoiding repeated elements.
   * Helps centralize logic, making future edits easier.

3. **Flexibility**:\
   Allows dynamic redirection to key elements, such as a **Menu**, **FAQ**, or **Restart**.

### Example Use Case: Jumping to the "Menu"

* **Scenario**:\
  After completing a specific action (e.g., submission confirmation), you want the user to return to the main menu without duplicating it in the flow.

* **Implementation**:\
  Add a Jump to element in the current sequence, select the "Menu" element as the destination, and the conversation will seamlessly redirect there.
