> 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/elemente/fehlermanagement/fehler.md).

# Fehler

Bugs oder Fehler in Software beziehen sich auf Anomalien oder Unvollkommenheiten innerhalb eines digitalen Produkts, die dazu führen, dass es unerwartet, falsch oder unzureichend funktioniert. Diese Fehler können in jeder Phase des Softwareentwicklungszyklus auftreten und verschiedene Formen annehmen.

In aqua können Sie den Fehler an mehreren Stellen erfassen.&#x20;

Bewegen Sie die Maus über die Schaltfläche „Neu hinzufügen“ und wählen Sie im Menü die Option „Fehler“.&#x20;

<figure><img src="/files/uqaI9bpcVjThc2EfvB2h" alt=""><figcaption><p>Erstellen einen Defekt</p></figcaption></figure>

Sobald Sie auf den 'Fehler' klicken, werden Sie weitergeleitet, auf der Sie alle erforderlichen Details angeben können.

<figure><img src="/files/8NVMKHHNkSyqJyIY1pwg" alt=""><figcaption><p>Die Defekt-Seite</p></figcaption></figure>

Sie können auch einen Fehler aus dem Navigationsbaum erstellen. Wählen Sie einfach ein Projekt oder einen Ordner aus, klicken Sie dann auf das Plus und wählen Sie die Option 'Fehler' aus dem Menü.

<figure><img src="/files/xeB6JXLa3GByYGUFO82x" alt=""><figcaption><p>Defekt aus einem Navigationsbaum erstellen</p></figcaption></figure>

Es gibt auch die Möglichkeit, einen Fehler als abhängiges Element aus jeder Elementseite zu erstellen. Wählen Sie einfach diese Option im Menüband unter der Gruppe 'Abhängiges Element erstellen' aus.

<figure><img src="/files/JvP0OWRMs9XNmNcPdvH5" alt=""><figcaption><p>Ein abhängiges Element erstellen</p></figcaption></figure>


---

# 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/elemente/fehlermanagement/fehler.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.
