> 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/aqua-intelligence/languages-with-aqua-intelligence.md).

# Languages with aqua Intelligence

aqua Intelligence can work in multiple languages.&#x20;

You can either let aqua Intelligence detect the language automatically or ask your System Administrator to set a default language for your workspace.

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

### Supported languages

aqua Intelligence supports the following languages:

* English
* German
* French
* Spanish
* Italian
* Polish
* Portuguese
* Hindi

### Using a default language

Once your System Administrator sets a default language, it's applied to aqua Intelligence for all users and projects.

When a default language is set:

* aqua Intelligence always answers in that language, no matter which language you type in.
* This applies to chat, generating requirements, test cases, test data, and editing content.

✅ Example: If your default is **Italian**, aqua Intelligence will always respond in Italian, even if you ask something in English.

### When no language is set

If no default language is selected in system settings, aqua Intelligence automatically follows these rules:

#### Writing requirements or documents

* If you write in **German**, AI continues in German.
* If you write in **English**, AI continues in English.
* If you write in another language, aqua Intelligence uses the language defined in your aqua settings (either English or German).

#### Generating test cases

* Requirements in German → test cases in German.
* Requirements in English → test cases in English.
* Requirements in mixed languages → aqua Intelligence uses aqua settings.

#### Generating test case descriptions

* Test cases in German → descriptions in German.
* Test cases in English → descriptions in English.
* Mixed languages → aqua Intelligence uses aqua settings.

#### Editing or improving text

* English text → edited result in English.
* German text → edited result in German.
* If instruction and text are in different languages, the output matches the text language.
* Other languages → aqua Intelligence uses aqua settings.

#### Chat with aqua Intelligence

* Ask in English → answer in English.
* Ask in German → answer in German.
* Ask in another language → aqua Intelligence uses aqua settings.


---

# 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/aqua-intelligence/languages-with-aqua-intelligence.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.
