> 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/managing-grid-in-avo-assure.md).

# Managing Grid in Avo Assure

Use the Grid Management feature in Avo Assure to create, edit, and delete grids for a selected project. A grid defines a group of agents and the Avo client count, which you can use to execute tests. This section describes how to create a new grid, update agents in an existing grid, and remove a grid that is no longer required.

## Creating a Grid in Vertical Management

To create a grid in Avo Assure, perform the following actions:&#x20;

1. On the **Home** page, select **Admin**.&#x20;
2. In the left navigation pane, select **Grid Management**. The **Grids** page opens. 
3. Select **Create Grid**. The **Create New Grid** dialog box opens.&#x20;
4. In the **Grid Name** text box, enter the grid name. &#x20;
5. In the **Agents List** table, select the required agents from the **Agent** column to include them in the grid. &#x20;
6. In the **Avo Client Count** column, use the spin box to set the client count.&#x20;

{% hint style="info" %}
**Note**: &#x20;

* You can directly enter the client count in the spin box. &#x20;
* You can select the agent based on its status:&#x20;
  * **Active**: The agent is ready to execute tests. &#x20;
  * **Inactive**: The agent is unavailable and cannot execute tests.  &#x20;
    {% endhint %}

8. Select **Create** to add the grid. You can use the created grid to execute tests.

{% hint style="info" %}
**Note**: The created grid is available in the execution **Configuration** tab under the **Execute target** dropdown.
{% endhint %}

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

## Editing a Grid in Avo Assure

To edit a grid, perform the following actions: &#x20;

1. On the **Home** page, select **Admin**. &#x20;
2. In the left navigation pane, select **Grid Management**. The **Grids** page opens. &#x20;
3. Hover over the required grid row for which you want to edit. The **Edit** icon appears.&#x20;
4. Select the **Edit** icon. The **Edit Grid** dialog box appears.&#x20;
5. In the **Agents List** table, select or clear the required agents.&#x20;
6. Select **Update**. The Grid updated successfully message appears.&#x20;

<figure><img src="/files/7JLR0nYwxoHeJVp4TtNr" alt=""><figcaption></figcaption></figure>

## Deleting a Grid in Avo Assure

To delete a grid, perform the following actions: &#x20;

1. On the **Home** page, select **Admin**. &#x20;
2. In the left navigation pane, select **Grid Management**. The **Grids** page opens. &#x20;
3. Hover over the required grid row for which you want to delete. The **Delete** icon appears.&#x20;
4. Select the **Delete** icon. A confirmation message appears.
5. Select **Yes** to delete the grid. The Deleted successfully message appears.

<figure><img src="/files/wDkmSssYG7uIR3uwPH1v" 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/administration/grid-management/managing-grid-in-avo-assure.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.
