# Translation

You can configure the translation assistant through [Settings](/reference/settings.md) > [AI Assistant](/reference/settings/ai-assistant.md) > [Translation](/reference/settings/ai-assistant/translation.md).

### Enable translation assistant

Determines whether the translation assistant is enabled for users to use when translating texts in PIM.

### Translation engine

The translation engine to use for translations.

### Subscribtion key

The subscription key for your Azure Translator service (named Key1 in the Azure portal).

### Region name

The name of the region your Azure Translator is deployed in (ex. 'westeurope').


---

# 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.struct.com/reference/settings/ai-assistant/translation.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.
