# Grid

**Grid Execution** in Avo Assure allows users to efficiently run a large number of test cases across multiple systems by utilizing the Avo Grid. This distributed approach helps optimize execution time by parallelizing workloads and reducing the time required for test completion. &#x20;

The Avo Grid works as a central system that smartly assigns test cases to available machines based on which agents are active and how much capacity each system has. It ensures optimal resource utilization and seamless coordination of test execution across environments.&#x20;

### Prerequisites for Grid Execution&#x20;

Before initiating parallel/distributed execution, ensure the following configurations are in place:&#x20;

1. **Agent Configuration** \
   Refer to the: [Install & Configure Agent | Avo Assure](https://docs.avoautomation.com/administration/agent/install-and-configure-agent)&#x20;
2. **Grid Configuration** \
   Refer to the: [Create Grid | Avo Assure](https://docs.avoautomation.com/administration/avo-assure-grid/create-grid)&#x20;

{% hint style="warning" %}
***Note:** At least one agent in the created Grid must be **active** for the test execution to start.*
{% endhint %}

### Technologies Supported for Distributed Execution:

* Web
* API
* Data base

### This document includes:&#x20;

1. [**Create Grid ​**](https://docs.avoautomation.com/administration/grid/create-grid)

&#x20;      Steps to create new Avo Grid&#x20;

2. [**Work with Grid** ](https://docs.avoautomation.com/administration/grid/executing-test-cases-with-avo-grid)

&#x20;      Step to execute tests using the Grid&#x20;


---

# 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/administration/grid.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.
