# Ein Formular mit KI übersetzen

Im Formulareditor ist es möglich, **ein Formular automatisch** in die Sprache Ihrer Wahl mithilfe des KI-Assistenten zu übersetzen.

Um eine Übersetzung zu starten:

1. Öffnen Sie das zu übersetzende Formular im Editor.
2. Klicken Sie auf **"Formular übersetzen"** im Menü des Editors.
3. Wählen Sie die Zielsprache aus.
4. Wählen Sie eine der beiden Optionen:
   1. **Eine neue Vorlage erstellen** aus dem aktuellen Formular in der Zielsprache
   2. **Eine neue Version erstellen** des aktuellen Formulars direkt in der Zielsprache

<figure><img src="/files/2nhQE3qFheQO4dyDWXB8" alt=""><figcaption></figcaption></figure>

Die Übersetzung umfasst Fragen, Abschnitte, Antworten und Begleittexte. Die Verfügbarkeit der Sprachen hängt vom in Ihrem Mandanten konfigurierten LLM-Modell ab.

<figure><img src="/files/9BQN1WvRCYjTRlwbo9Wg" alt=""><figcaption></figcaption></figure>


---

# 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://doc.dastra.eu/de/features/audit/traduire-un-formulaire-avec-lia.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.
