> 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/web-client/allgemein/app-sprache.md).

# App-Sprache

Wenn Sie ein Konto erstellen, prüft Aqua Ihre Browsersprache und bietet Ihnen das Demoprojekt und die Benutzeroberfläche entweder auf Deutsch (wenn die deutsche Sprache eingestellt ist) oder auf Englisch an.

Wenn Sie die Sprache später ändern möchten, können Sie dies in Ihrem Profil.

Klicken Sie zuerst auf den Benutzeravatar und wenn die Seitenleiste angezeigt wird, klicken Sie auf die Schaltfläche "Sprache ändern".

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

Wählen Sie dann die gewünschte Option und klicken Sie auf die Schaltfläche "Speichern".

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

Sobald Sie sie speichern, wird die ausgewählte Sprache übernommen.

{% hint style="info" %}
aqua bietet derzeit nur Übersetzungen ins Deutsche und Englische. Wenn Sie die Option "Browsersprache" auswählen, und Ihre Browsersprache z. B. Chinesisch ist, wird Englisch als Standardsprache festgelegt.

Wir arbeiten daran, aqua in weiteren Sprachen anzubieten, damit unsere Benutzer die Benutzeroberfläche in ihrer bevorzugten Sprache verwenden können.
{% 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/de-documentation/web-client/allgemein/app-sprache.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.
