# Cards and Table Views

## Overview

In the [Listeners](/the-workspace/listeners.md), [Pipelines](/the-workspace/pipelines.md), [Data sinks](/the-workspace/pipelines/data-sinks.md) and [Enrichment](/the-workspace/pipelines/actions/enrichment.md) areas, you can view all the resources in your Tenant as cards or in a table. Use the icons at the top right corner of the elements to switch between both modes.

In both views, you can:

* Use the search box to look for specific elements in the list.
* Display all the elements individually in a list or grouped by types, and order the elements as required. These grouping options vary depending on the area you are.

## Cards view

In this view, each element is displayed as a card that shows details about it.

* Click a card to open the details window, or double-click it to access the element and edit it. In the details window, you can click the **Add tag** button and add the required tags to an element. For each tag you enter in the box, hit the `Enter` key. Click **Save** to add the tags.
* Click the ellipsis button on each card to edit the element, copy its ID, or remove it.

<figure><picture><source srcset="/files/eSBvf1i8KL7OJ2LJlJj9" media="(prefers-color-scheme: dark)"><img src="/files/e2z5t230zFJai935nwpa" alt=""></picture><figcaption></figcaption></figure>

## Table view

In the **Table** view, you can click the cog icon to begin customizing the table settings. You can reorder the columns in the table, hide or display the required ones or pin them.

Changes will be automatically applied. Click the **Reset** button to recover the original configuration.

<figure><picture><source srcset="/files/wivblBkuayZESAiQCXsC" media="(prefers-color-scheme: dark)"><img src="/files/WSMn1ivyaZzDhodvMT5x" alt=""></picture><figcaption></figcaption></figure>

* Click a row to open the details window, or double-click it to access the element and edit it. In the details window, you can cick the **Add tag** button and add the required tags to an element. For each tag you enter in the box, hit the `Enter` key. Click **Save** to add the tags.
* Click the icon next to each column name to sort the table content or pin columns.
* Click the ellipsis button on each row to edit the element, copy its ID, or remove it.

## Order and group elements

In both cards and table views, you can display your elements using the following options:

* **Order by** - Order the elements by a specific criterion (alphabetically, creation date or update date).
* **Group by** - Group the elements in different categories. The categories you can choose may vary in each area of the platform (status, type, etc).&#x20;


---

# 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.onum.com/getting-started/understanding-the-essentials/cards-and-table-views.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.
