> 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/de-documentation/navigation/suche.md).

# Suche

Um nach einem Element auf Projektebene zu suchen, geben Sie ein Stichwort in das Suchfeld ein und drücken Sie die 'Eingabetaste'.

Standardmäßig beginnt das System mit der Suche nach Elementen, die den festgelegten Kriterien innerhalb des Projekts entsprechen.

Wenn Sie nach Tickets innerhalb eines bestimmten Elementtyps suchen möchten, können Sie diesen Typ vor der Suche aus dem Dropdown-Menü auswählen. Wenn Sie die Ergebnisse nach einem spezifischen Elementtyp filtern möchten, können Sie diesen Typ aus dem Dropdown-Menü auswählen, nachdem Ergebnisse für alle Arten von Elementen zurückgegeben wurden.

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

Sobald die Elemente gefunden sind, können Sie eines davon öffnen, indem Sie im Pop-up auf den Titel klicken. Wenn Sie eine Gruppe von Elementen überprüfen und anschließend den Filter anwenden möchten, klicken Sie auf "Im Raster anzeigen", und die Elemente werden gefiltert und angezeigt

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

Um die Liste auf dem Navigationsbildschirm zurückzusetzen, klicken Sie einfach auf das Kreuz, um das Suchfeld zu leeren.

Für Ihre Bequemlichkeit haben wir auch eine Tastenkombination *Strg+K* hinzugefügt, um die Suche auszulösen, und 5die fünf zuletzt gesuchte Wörter hinzugefügt, sodass Sie in kürzester Zeit Elemente finden können.


---

# 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/de-documentation/navigation/suche.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.
