# AI Translate

AI Translate is a feature that allows you to automatically convert your guideflows into different languages.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/er5z5m8f6r>" %}

#### How to use AI Translate

* Open your Guideflow workspace, and navigate to "All Guideflows" or a specific folder.
* Click on the three dots icon on the guideflow you want to translate.
* Select "AI Translate" from the dropdown menu.
* Choose Language
  * A popup window with a dropdown menu will appear.
  * Select the language you want to translate from the list.
* Click the "Translate" button.
* You will be redirected to a copy of the guideflow translated into the selected language.
* Once translated, you can edit the translated guideflow just like any other guideflow in your workspace.
* Use the preview feature to see how the translated guideflow will look to your audience.

{% hint style="info" %}
If you don't see the language you want to use, contact us at <contact@guideflow.com> for assistance.
{% endhint %}

{% hint style="info" %}
Please always review the translated guideflow for accuracy. Adjustments may be necessary to ensure the translation meets your standards.
{% endhint %}


---

# 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://docs.guideflow.com/help/ai/ai-translate.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.
