> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/product-updates-for-public-and-private-clouds-customers/product-updates/2024/24.93.0-public-and-private-clouds.md).

# 24.93.0 - public and private clouds

Version  24.93

Date: 24.09.2024

### Add 'filter' label with a search word when using 'show on the grid'

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

We’ve introduced a new feature aimed at reducing the friction users encounter when searching for items and navigating through grid results. This feature adds a filter label to the grid whenever a user searches for an item and clicks "Show on the grid." Here’s how this functionality improves your workflow and why it’s beneficial.

* **Filter label Addition**: When you entered a word or a phrase and then clicke "Show on the grid" after searching, a label indicating the applied filter will appear on the grid.
* **Search box reset**: The search box will clear once the filtered items are shown on the grid to minimize confusion and ensure the user understands they are working with a filtered view.
* **Persistence across sessions**: The filter label will remain on the grid even if you reload the page, ensuring that you don’t lose your place or have to redo your search.
* **Restoring the unfiltered view**: If you remove the filter label, the grid will return to the initial unfiltered state, allowing you to start fresh when needed.

{% hint style="success" %}
Each of these updates is aimed at making your aqua experience even better—whether it’s simplifying your daily tasks, ensuring accuracy, or making the platform more intuitive.

**Stay tuned for more enhancements coming your way!**
{% endhint %}


---

# 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.aqua-cloud.io/documentation/product-updates-for-public-and-private-clouds-customers/product-updates/2024/24.93.0-public-and-private-clouds.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.
