> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/backoffice/backoffice/items-and-materials/add-item-translations.md).

# Add item translations

Show item descriptions in the customer's language on quotations, invoices, and work orders.

Use item translations when customers receive documents in different languages.

Translations replace the item description on PDFs. The original description stays unchanged in BackOffice and the app.

### When translations are useful

Use translations when:

* you serve customers in multiple countries
* item descriptions must appear in the customer's language
* you want one catalog for all regions

### Add a translation to an item

{% stepper %}
{% step %}

### Open the item

Go to **Items**.

Open the item you want to translate.
{% endstep %}

{% step %}

### Edit the description translation

Click **Edit**.

Use the translation icon next to **Description**.
{% endstep %}

{% step %}

### Add the language and text

Click **Add**.

Select the language.

Enter the translated description.
{% endstep %}

{% step %}

### Save the item

Save the translation.

Save the item.
{% endstep %}

{% step %}

### Set the customer language

Open the customer in **Relations**.

Set the correct language on the customer record.
{% endstep %}
{% endstepper %}

### How translations are used

The translated description appears on customer PDFs when the customer language matches the item translation.

This is most useful for quotations and invoices. It also applies to work orders when the document uses that customer language.

{% hint style="info" %}
The app still shows the original item description.
{% endhint %}

### Frequently asked questions

<details>

<summary>Does a translated item also change the app language?</summary>

No. Employees still see the original item description in the app.

</details>

<details>

<summary>Does the customer language translate the full PDF automatically?</summary>

No. The PDF layout must also exist in that language.

</details>

<details>

<summary>Can I add translations later?</summary>

Yes. You can add translations to existing items at any time.

</details>

### Related topics

* [**Create an item**](/backoffice/backoffice/items-and-materials/create-an-item.md)
* [**Understand item fields and options**](/backoffice/backoffice/items-and-materials/understand-item-fields-and-options.md)
* [**Add items to quotations and invoices**](/backoffice/backoffice/items-and-materials/add-items-to-quotations-and-invoices.md)


---

# 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://knowledge.out-smart.com/backoffice/backoffice/items-and-materials/add-item-translations.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.
