# How to add translations?

**Click the “Translations” tab** on the left side of the app.

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

You will see a list of all the fields you have created. **Select the language you want to translate your fields into.**&#x20;

For example, if your store’s main language is English and you want to add French translations, simply choose **“French”** from the dropdown menu.

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

\
After selecting a language and choosing the field you want to translate, you will see the **translation table**.\
**Enter your translation** into the text fields provided.

<figure><img src="/files/6JL2zRwLcPyN9031AoqK" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}

* **Cart Label** refers to the text shown in the cart, checkout, and order pages.
* Each Cart Label must be **unique per field**, not per language.
* You may use the same text as your Field Header, but you **cannot** reuse a Cart Label from another field.
  {% endhint %}

{% hint style="info" %}
If the language you need is not available in the dropdown, please contact us via live chat or email at **<info@minimateapps.com>**.
{% endhint %}


---

# 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://minimateapps.gitbook.io/customfield/how-to.../how-to-add-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.
