> For the complete documentation index, see [llms.txt](https://help.stockeo.solvenium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stockeo.solvenium.com/data-mapping/translations.md).

# Translations

To configure translations, click on the gear icon next to the Title or Description field.

The first time, you'll need to approve the permission to let Stockeo access your store languages, and modify translations.

<figure><img src="/files/R793SbDh1rIlrPCcC8Z5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MsCzsQig47hV90OaRiQZ" alt=""><figcaption></figcaption></figure>

To set product translations, you also need to [add the desired languages in your store settings](https://help.shopify.com/en/manual/international/languages/manage-languages#add-new-language).

<figure><img src="/files/JpLE4mnvuODWH0cq0fiy" alt=""><figcaption></figcaption></figure>

Once the new permission is granted, and languages are added, you can indicate the fields where titles and descriptions are translated to a specific language in the feed.

For example, assuming that the feed is in JSON format with the following structure:

```javascript
[{
    "sku": "PROD001",
    "title": {
        "en": "Wireless Headphones",
        "de": "Kabellose Kopfhörer",
        "es": "Auriculares Inalámbricos"
    },
    "description": {
        "en": "High-quality wireless headphones with noise-cancellation."
        "de": "Hochwertige kabellose Kopfhörer mit Geräuschunterdrückung."
        "es": "Auriculares inalámbricos de alta calidad con cancelación de ruido."
    }
    "quantity": 150
}, {
   ...
}]
```

The data mapping to update titles and descriptions in English, German, and Spanish should look like this:

<figure><img src="/files/LI7CpkdEh6njrjeMMk7b" alt=""><figcaption><p>Data Mapping - multi-language translations</p></figcaption></figure>


---

# 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://help.stockeo.solvenium.com/data-mapping/translations.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.
