> 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/navigation-page/search.md).

# Search

To search for an item at the project level, enter a keyword into the search box and press the 'Enter' key.&#x20;

By default, the system will begin searching for items that meet the specified criteria within the project.

If you wish to search for tickets within a specific item type, you may select that type from the dropdown menu prior to initiating the search. Similarly, if you wish to filter results that are of the specific item type, you may select it from the dropdown after results for all types of items have been returned.

<figure><img src="https://lh5.googleusercontent.com/T6CqHk1qhQK6p2SK5zbEJ8oGXXOSezX5fRZ8FRSK7-6defsZyASYuUZJtzh9dMKgBPFNqIYMBxjpxjcgtMozWBpYJpj7uKU2m8jzOys7HPn_dwalkiuW0sDFnpIZHrAAJ7CuC5fhunxWLbS5m5J-7V8" alt=""><figcaption></figcaption></figure>

Once the items are found, you can open one of them from the pop up by clicking on the title. If you want to check a group of items and apply the filtering next, then click on 'Show on the grid' and the items will be filtered and displayed.

<figure><img src="https://lh6.googleusercontent.com/RYGJ3cPO0iTVsNqoe4ibKdVoHofL3dpSaaTSR6JzYTDDg1RfWyDM6ePxbcua1ijMcydpZPsiQZVh24T8DYwKJigm5a7XcuKBXCIntj2aOfkdaroBare6lQqclAaxbILc-yrmaDcCE6o8L0fP7TDbX2s" alt=""><figcaption><p>Search an item</p></figcaption></figure>

To reset the list on the navigation screen, simply clear the search box by clicking on the cross.&#x20;

For your convenience, we also added a shortcut *Ctrl+K* to trigger search and added 5 recent searched words, making it easier for you to find items in no time.


---

# 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/navigation-page/search.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.
