> For the complete documentation index, see [llms.txt](https://docs.guideflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guideflow.com/help/ai/ai-localization-center.md).

# AI Localization Center

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

#### How to use AI Localization Center

* In the editor, go to the **upper-right corner** and click the AI Localization Center icon.
* Click on “**+ Add language**”.
* Select the language you want to add.
* Click on the **AI Translate** button to translate the guideflow for each language. All step titles, descriptions, buttons, and Call-to-Actions will be automatically translated.
* If needed, you can manually tweak the translated copy.
* When ready, click Save.
* Click on Share and make your guideflow live.
* In the upper right corner, click the **“AI Localization Center”** button and switch to a different language
* Your viewers can now switch between any of the languages you've added.

{% hint style="info" %}

* You can add as many languages as you want.
* Every new edit in your guideflow can be re-translated instantly using AI.
* You can manually refine any translated text if needed.
  {% endhint %}


---

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