> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/generic/skip-operations/jump-steps-by.md).

# Jump Steps By

This is a pre-built action in Avo Assure is available under the **@Generic element,** instructs the Avo Assure to skip the design Test Steps as per the given count in input value and execute extended design Test Steps.

### Syntax

**Input value:** `<count of steps>`

| Argument                                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>\<count of steps></p><p>(Required)</p> | <p>Enter the number of steps to jump from the current step —</p><ol><li>use a positive number to jump forward (e.g.,<strong>3</strong>)</li><li>use a negative number to jump backward (e.g., <strong>-5</strong>)</li><li>Use <strong>0</strong> in the Input Value to continue execution to the next step without performing any jump.</li></ol><ul><li>Supported Input Format:</li></ul><p>1. Text</p><p>2. Static values/ Dynamic Variables</p><p>3. Numeric value</p> |

**Output value:**

| Argument | Description    |
| -------- | -------------- |
| N/A      | Not Applicable |

**Example 1**

**Executes the next step without skipping, maintaining the flow of execution.**

The **Jump Steps By** action takes the value from the **Input Value** column (e.g., **0**) and continues execution to the next step without jumping. This action does not return or store any result in a dynamic variable is primarily used to control the flow of execution.

<figure><img src="/files/hyaSVlnkWIfznEUlSVyS" alt=""><figcaption></figcaption></figure>

**Example 2**

**Controls execution flow by skipping forward based on step count.**

The **Jump Steps By** action takes the value from the Input Value column (e.g., **3**) and moves the execution pointer forward by the defined number of steps. This action does not return or store any result in a dynamic variable and is primarily used to control the flow of execution.

<figure><img src="/files/yIKbovXxYGu0RLAKmsXz" alt=""><figcaption></figcaption></figure>

**Example 3**

**Controls execution flow by skipping backward based on step count.**

The **Jump Steps By** action takes the value from the Input Value column (e.g., **-4**) and moves the execution pointer backward by the defined number of steps. This action does not return or store any result in a dynamic variable and is primarily used to control the flow of execution

<figure><img src="/files/i7O7JJ8Q8wqpdns6UXx6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/generic/skip-operations/jump-steps-by.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
