> 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/administration/grid-management.md).

# Grid Management

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;

[**Agent Configuration** ](/avo-assure/administration/agent-management/install-and-configure-agent.md)

{% hint style="info" %}
**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
* Database

### This document includes

* [Managing Grid in Avo Assure](/avo-assure/administration/grid-management/managing-grid-in-avo-assure.md)
* [Grid Execution in Avo Assure](/avo-assure/administration/grid-management/grid-execution-in-avo-assure.md)


---

# 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:

```
GET https://docs.avoautomation.com/avo-assure/administration/grid-management.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.
