> For the complete documentation index, see [llms.txt](https://support.vlex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.vlex.com/features/document-management/translation.md).

# Translation

To translate a document, click the **Translate** icon in the top-right corner, as seen in the image below. Then, select the target language in the pop-up box.

{% hint style="danger" %}
The automated translation feature should only be used to get an idea of a document. Do not rely on this feature to make legal decisions.
{% endhint %}

![Translate](/files/-McjVnG6vZvtgJubGqN8)

You have three options:

Option 1: **View version in original language**

![Original language, Spanish](/files/-McjVtIYKU9XGa559CVi)

Option 2: **View translated version**

![Translated from Spanish to English](/files/-McjVy_llUsLnDAFw-iW)

Option 3: **Parallel text** (which shows both versions so you can compare).

![](/files/-McjW1Wt01JYwuQY5kzZ)

You can use the **Print** menu to print the original, the translated version, or both. vLex will print the version that is currently on-screen.

![](/files/-McjW5YKbxtUYbn_i_2d)

{% hint style="info" %}
To learn more about printing, read the [Document management](/features/document-management.md) article.
{% endhint %}

## **Finding documents in different languages**

If you want to search for documents in different languages, you can do this directly from the **Advanced search** page. Use the toggle at the top of the **Words** fields and then select the target language.

![Searching for documents in another language](/files/-McjWHXacDj1r6QZOLAB)

The results page will display a label indicating that you are searching in a different language.&#x20;

When you use this feature for the first time, after selecting a document, you will see a dialogue box asking you if you want to translate the document. You can choose between:

* Only translate the current document
* Always translate from the selected language
* Never translate

{% hint style="info" %}
You can change your [Language settings](/support-1/settings.md#language) at any time.
{% endhint %}

## Video walkthrough

{% embed url="<https://vimeo.com/917899542>" %}
Short video, narrating the Accessibility and Translation options.
{% endembed %}


---

# 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://support.vlex.com/features/document-management/translation.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.
