# Jump

The "Jump" action will move the chat to a different spot in the intents This can be useful for consolidating common sequences.

***

Select a **Human Handoff** action from the tree to configure it.

Under **Jump to**, select the target trigger or action. Their respective number badges are seen throughout the tree, and help to differentiate triggers or actions in the order they were created.

Press **Save** to confirm edits.


---

# 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://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/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.
