> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/features/audit/traduire-un-formulaire-avec-lia.md).

# Traduire un formulaire avec l'IA

Depuis l'éditeur de formulaire, il est possible de **traduire automatiquement un formulaire** dans la langue de votre choix grâce à l'assistant IA.

Pour lancer une traduction :

1. Ouvrez le formulaire à traduire dans l'éditeur.
2. Cliquez sur **"Traduire le formulaire"** dans le menu de l'éditeur.
3. Sélectionnez la langue cible.
4. Choisissez l'une des deux options :
   1. **Créer un nouveau modèle** à partir du formulaire courant dans la langue cible
   2. **Créer une nouvelle version** du formulaire courant directement dans la langue cible

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

La traduction couvre les questions, sections, réponses et textes d'accompagnement. La disponibilité des langues dépend du modèle de LLM configuré dans votre espace de travail.

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


---

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

```
GET https://doc.dastra.eu/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.
