# Grid

The grid is a very powerful feature in aqua. It gives you the option to create Views and to display filtered items only. These can be sorted and grouped into different fields, which gives you an optimized overview of your development tasks that are in the focus of interest.&#x20;

The example in the following screen shows test cases, illustrating which cases can be created with the grid. Switch to the module navigation in order to do so.&#x20;

### <mark style="color:blue;">**Test Manager Example**</mark> <a href="#test_manager_example" id="test_manager_example"></a>

In this scenario, we have 9 test cases, each with a different workflow status and *Last execution status.*

&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_grid_rich_client_custom.png" alt=""><figcaption></figcaption></figure>

It is possible to group these elements, right-click on *Status* and click on *Group By This Column.*

<figure><img src="http://aquawiki.andagon.com/pictures/drex_grid_rich_client_custom_2.png" alt=""><figcaption></figcaption></figure>

This will return the following:&#x20;

&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_grid_rich_client_custom_3.png" alt=""><figcaption></figcaption></figure>

...which can be expanded.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_grid_rich_client_custom_4.png" alt=""><figcaption></figcaption></figure>

Furthermore, if you click on an item in the grid again, you can click on *Show Group By Box*. Here, you can allocate different fields via drag and drop so that all your items will be clustered.

&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_grid_rich_client_custom_5.png" alt=""><figcaption></figcaption></figure>

To change items within that field, mark the corresponding items and use the right mouse button as you would do to assign them to a person. Mark them followed by a right-click and click on *Change*:&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_grid_rich_client_custom_6.png" alt=""><figcaption></figcaption></figure>

These fields can be changed without opening them.


---

# 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.aqua-cloud.io/documentation/desktop-client/getting-started/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.
