# Create Output in Other Languages

## Overview

The AI models are optimized for use in English, but many of them are robust enough to generate good results for a variety of languages.\
\
We have seen good results in the following languages:&#x20;

* Chinese (zh-Hans)
* Chinese (zh-TW)
* French (fr-FR)
* German (de-DE)
* Italian (it-IT)
* Japanese (ja-JP)
* Portuguese (pt-BR)
* Russian (ru-RU)
* Spanish (es-ES)

{% hint style="warning" %}
Please note that depending on the complexity of the prompt and the input, the quality of results may vary and it is possible that the language model falls back to English.&#x20;
{% endhint %}

## How to

### Configuring another language

1. **Access AI settings**\
   Navigate to the **Settings** menu in your space
2. **Select artificial intelligence**

   Within the settings, find the option for **Artificial Intelligence**.
3. **Choose custom prompt**

   Look for the **Base prompt** settings and choose **Custom**.
4. **Modify Prompt to output text in another language**\
   Add instructions to output text in another language (e.g. Japanese). You can adjust not only the language but also the style and other parameters.<br>

   <figure><img src="/files/0MbsxuiTZv3s0u2m2esd" alt=""><figcaption></figcaption></figure>
5. **Generate a description**\
   The output when generating a release description will now appear in the selected language.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.released.so/guide/resources/ai-tips/create-output-in-other-languages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
