> 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/vertical-management/rbac-operational-workflow/grid-management-in-vertical.md).

# Grid Management in Vertical

Use the Grid Management feature in Vertical Management to create, edit, and delete grids for a selected vertical. 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.&#x20;

## Creating a Grid in Vertical Management&#x20;

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

1. On the **Home** page, select **Admin**. &#x20;
2. In the left navigation pane, select **Vertical management** > **Grid Management**. The **Grids** page opens. &#x20;
3. From the **Select a Vertical** dropdown, select the required vertical.

{% hint style="info" %}
To know how to create verticle in RBAC, [click here](/avo-assure/administration/vertical-management/rbac-operational-workflow/vertical-management/vertical-creation.md).
{% endhint %}

4. Select **+ Add New**. The **Create New Grid** dialog box opens.

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

5. In the **Grid Name** text box, enter the grid name. &#x20;
6. In the **Agents List** table, select the required agents from the Agent column to include them in the grid. &#x20;
7. 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.
* You can create multiple grids by selecting the **+** **Create Grid** button.
  {% endhint %}

8. &#x20;Select **Create** to add the grid. You can use the created grid to execute tests.

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

## Editing a Grid in Vertical Management&#x20;

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

1. On the **Home** page, select **Admin**. &#x20;
2. In the left navigation pane, select **Vertical management** > **Grid Management**. The **Grids** page opens. &#x20;
3. From the **Select a Vertical** dropdown, select the required vertical. The available grids appear.&#x20;
4. Hover over the required grid row for which you want to edit. The **Edit** icon appears.&#x20;
5. Select the **Edit** icon. The **Edit Grid** dialog box appears.&#x20;

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

6. In the **Agents List** table, select or clear the required agents.&#x20;
7. Select **Update**. The Grid updated successfully message appears.&#x20;

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

## Deleting a Grid in Vertical Management&#x20;

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

1. On the **Home** page, select **Admin**. &#x20;
2. In the left navigation pane, select **Vertical management** > **Grid Management**. The **Grids** page opens. &#x20;
3. From the **Select a Vertical** dropdown, select the required vertical. The available grids appear.&#x20;
4. Hover over the required grid row for which you want to delete. The **Delete** icon appears.

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

5. Select the **Delete** icon. A confirmation message appears.&#x20;
6. Select **Yes** to delete the grid. The Deleted successfully message appears.


---

# 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/vertical-management/rbac-operational-workflow/grid-management-in-vertical.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.
