# Step: Jump To

This step allows the Contact to jump to another specified step in the Workflow.

![](/files/5H0Cu1YBKQhVSjemqN1y)

#### Configuration

There are two configurations within this step: **Step** and **Allow a maximum of \_\_ jumps.**

In Step, select the step from which the Contact's journey will continue. The jump can occur in any direction to any step in the Workflow.

In **Allow a maximum of \_\_ jumps**, define the number of times the jump can occur. The maximum input is 10.

#### How It Works

The Contact will jump to the specified step and continue the journey along its path. The Contact can repeat the jump step until they hit the maximum number of jumps allowed. When the maximum is reached, the Contact will skip the jump on the next attempt and proceed to the next specified step after the jump step. If no next step exists, the Contact will exit the Workflow.

The jump counter resets when the Contact exits the Workflow.


---

# 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.is-messenger.com/ismessenger/modules/workflow/workflow-step/step-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.
