> For the complete documentation index, see [llms.txt](https://docs.beefree.io/end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/end-user-guide/ai-tools-for-content-creation/automatic-translations.md).

# Automatic Translations

## AI-Powered Translations Overview

With this feature, you can easily and quickly create translations using the builder and add them to your email, page, or popup designs. Powered by DeepL, this model is renowned for its accuracy and ability to produce high-quality translations. This is particularly beneficial for anyone who needs to support multiple languages for a single design.

## Prerequisites

Before using this feature, ensure you have the following:

* DeepL AddOn activated and available in the builder
* Multi-language templates enabled
* One defined primary language and up to five additional languages also specified

## How to Use

Follow these steps to use AI to automatically generate translations for your template language versions:

1. Enter your design.
2. Navigate to the language version of your design you'd like to translate.
3. Click on the **Translate** button inside the builder.

The translated content will automatically appear in the selected language version of your template.

{% hint style="info" %}
**Note:** The builder supports one primary language and up to five additional languages.
{% endhint %}

## Benefits of Using AI-Powered Translations

* **Accuracy**: DeepL is known for its high-quality translations.
* **Efficiency**: Automatic translations save time and effort.
* **Multi-Language Support**: Easily manage content in up to six different languages.

The following video provides a visual example of how to use the Translate feature to create multi-language versions of your designs.

The following video provides a visual example of how to perform these steps.

{% embed url="<https://www.youtube.com/watch?v=HZG5ywDrJvM>" %}


---

# 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.beefree.io/end-user-guide/ai-tools-for-content-creation/automatic-translations.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.
