> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/application-reference/templates/automatic-translation.md).

# Automatic Translation

Lucy is used across multiple countries and languages. To support this, **Templates Translation with AI** enables automatic translation of selected templates into other languages while preserving their original structure and formatting.

{% hint style="info" %}
This feature is available by request and comes with additional costs per translation.

If you are interested in this feature please contact your account manager.
{% endhint %}

This feature utilizes [DeepL's translation services](https://www.deepl.com/en).

***

## How to enable

Go to **Settings > Advanced System Settings > Advanced Settings** and enable the checkbox:

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

Click **Save** to apply.

***

## How it works

1. Select an awareness.

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

2. Choose a language.

<figure><img src="/files/6iCW9RJGjM5NMKeX8quG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Remember to click **Save** after adding a language.
{% endhint %}

3. Generate an instant translation.

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

{% hint style="info" %}
Click **Apply Translation** and then click **Save** to commit the changes.
{% endhint %}

<figure><img src="/files/81QiERu8DWYF16Fkw02u" alt=""><figcaption></figcaption></figure>

***

## Compatability warning

The automatic translation feature works with content that contains **only** basic HTML elements.

If a page contains dynamic content (usually because of an exam, quiz, or other interactive content) the translation feature will break these elements.


---

# 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://wiki.lucysecurity.com/application-reference/templates/automatic-translation.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.
