# Grid View

<figure><img src="/files/eemkoL64Wwr3mAGEAn2E" alt=""><figcaption><p>Grid View</p></figcaption></figure>

To access the grid view, click on the "Grid" tab on the cluster bar once you are on the cluster detail page.&#x20;

The grid view has a left-hand panel containing all available Kubernetes object types grouped by functionality, including CRDs.&#x20;

To display a specific type of object on the grid, simply select the object type you want to see from the left-hand panel.

<figure><img src="/files/YV1TFq1hLwMyXDHM5qol" alt="" width="204"><figcaption><p>SideBar Catalog</p></figcaption></figure>

&#x20;Once the data is displayed on the grid, users can sort by multiple columns, and create queries filtered by column, and columns are also movable and resizable.

<figure><img src="/files/QFpFC2XP8QmCf1YId8ae" alt="" width="375"><figcaption><p>Multi sort</p></figcaption></figure>

<figure><img src="/files/bb72E31pX3FtPNnTI3Mw" alt="" width="312"><figcaption><p>Column Filter</p></figcaption></figure>

To search across all columns, the grid view provides a search bar on the grid header.&#x20;

To add a new object of the selected type, simply click on the "Add" button on the header bar.

<figure><img src="/files/5d1n3wppR9UG3N4xsIko" alt=""><figcaption><p>Grid header bar</p></figcaption></figure>

To update or delete an object, select the row containing the object and use the side editor to make any modifications.

{% content-ref url="/pages/02Z7x1LG5yfT1Wi24bvs" %}
[Side Editor](/documentation/side-editor.md)
{% endcontent-ref %}


---

# 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://doc.k8studio.io/documentation/grid-view.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.
