> For the complete documentation index, see [llms.txt](https://documentation.proto.cx/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/jump.md).

# Jump

`Action` — Moves the chat flow to a different point in the workflow tree.

## What it does

Redirects the active chat to a different trigger or action elsewhere in the workflow, without duplicating steps.

## When to use it

To reuse a common sequence — such as a main menu — by jumping to it rather than rebuilding it in every branch.

## Settings

| Setting     | Description                                                                                                            |
| ----------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Jump to** | Select the target trigger or action. Number badges throughout the tree identify each step in the order it was created. |

Press **Save** to confirm edits.

## Example

```
Send message: "Your complaint has been logged."
└─ Jump to: #12 Main menu
```

## Related

{% content-ref url="/pages/yRuISyntS8UJxaE5kgNX" %}
[Branch](/docs/modules/ai-agents/workflows-and-actions/branch.md)
{% endcontent-ref %}
