# Start Loop

This is a pre-built Action located under the **@Generic Element**. The functionality of this action in Avo Assure is to start the loop. It extracts specific data from a structured source, such as a Data Table or an Excel file, and retrieves it for use as test data in the test steps during test execution.

{% hint style="info" %}
**Note**: The **Get Param** action must be used before the **Start Loop** action. Without a **Start Loop** action, the **Get Param** action cannot execute.
{% endhint %}

## Syntax     &#x20;

**Input Value**: `N/A`&#x20;

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

**Output Value**: N/A

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

### **Example: Starting a Loop Execution**

In this example, we explain how the Start Loop action initiates loop execution based on parameters retrieved earlier.

* **Action**: Start Loop
* **Input Value**: N/A&#x20;
  * The Start Loop action does not required any input value.
* **Logical Explanation**: The **Start Loop** action initiates the loop execution using the parameters extracted by the preceding **Get Param** action. It functions as the entry point of the loop structure. The steps placed between the **Start Loop** and **End Loop** actions execute repeatedly based on the parameter values retrieved by the **Get Param** action.

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


---

# 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.avoautomation.com/avo-assure/actions/generic/loops-and-condition-operations-1/start-loop.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.
