# Translations management

The translation management shows a grid of the current translations and its context. This allows for an easy way to customize the language in the portal.

### Show translations by

This is where one can choose which translation rows that will be displayed.

### Import/Synchronize

Import button allows the user to import translated tables of data from an external source.

Export button exports the translation data as an excel file(.xlsx).

The synchronize button updates the current data with the current set of data from the translation source.&#x20;

![](/files/-M-tmh3Osk-m2rnjKOcO)


---

# 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://help.novacuraflow.com/6.11/development/portal/options/translations-management.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.
