> 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/lucy-wiki-de/anwendungsreferenz/vorlagen/automatische-ubersetzung.md).

# Automatische Übersetzung

Lucy wird in mehreren Ländern und Sprachen verwendet. Um dies zu unterstützen, **Vorlagenübersetzung mit KI** ermöglicht die automatische Übersetzung ausgewählter Vorlagen in andere Sprachen unter Beibehaltung ihrer ursprünglichen Struktur und Formatierung.

{% hint style="info" %}
Diese Funktion ist auf Anfrage verfügbar und verursacht zusätzliche Kosten pro Übersetzung.

Wenn Sie an dieser Funktion interessiert sind, wenden Sie sich bitte an Ihren Account Manager.
{% endhint %}

Diese Funktion nutzt [die Übersetzungsdienste von DeepL](https://www.deepl.com/en).

***

## So aktivieren Sie es

Gehen Sie zu **Einstellungen > Erweiterte Systemeinstellungen > Erweiterte Einstellungen** und aktivieren Sie das Kontrollkästchen:

<figure><img src="/files/924d87b5343b87f4172082d9041c7cba3893c6b8" alt=""><figcaption></figcaption></figure>

Klicken Sie auf **Speichern** zum Anwenden.

***

## So funktioniert es

1. Wählen Sie eine Awareness aus.

<figure><img src="/files/8eb8f240263d418e4961f6598234877fceb6b76c" alt=""><figcaption></figcaption></figure>

2. Wählen Sie eine Sprache.

<figure><img src="/files/3225c8e390fe0d52391d5766e286a8189a344291" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Denken Sie daran, auf **Speichern** nach dem Hinzufügen einer Sprache zu klicken.
{% endhint %}

3. Erstellen Sie eine sofortige Übersetzung.

<figure><img src="/files/7fe48c08e000620cf8439fb9a16810a5f10f766c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Klicken Sie auf **Übersetzung anwenden** und klicken Sie dann auf **Speichern** um die Änderungen zu übernehmen.
{% endhint %}

<figure><img src="/files/35a372418dc60e677f612981e27069f3451766b7" alt=""><figcaption></figcaption></figure>

***

## Kompatibilitätswarnung

Die automatische Übersetzungsfunktion funktioniert mit Inhalten, die **nur** grundlegende HTML-Elemente enthalten.

Wenn eine Seite dynamische Inhalte enthält (in der Regel wegen einer Prüfung, eines Quiz oder anderer interaktiver Inhalte), werden diese Elemente durch die Übersetzungsfunktion beschädigt.


---

# 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/lucy-wiki-de/anwendungsreferenz/vorlagen/automatische-ubersetzung.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.
