> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/learn/training/self-led-training/adding-additional-languages.md).

# Adding Additional Languages

In the left-hand menu, under "Settings" select "Languages"<br>

<figure><img src="/files/RPacB0CSRiiFjfogOgli" alt="" width="329"><figcaption></figcaption></figure>

Click "Add Language" in the upper right-hand corner.<br>

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

For each language, add the name and abbreviation.<br>

<figure><img src="/files/DG7u4Ub3rOdFqsmJvWtP" alt="" width="563"><figcaption></figcaption></figure>

These will be added to the list.<br>

<figure><img src="/files/uAS3r0QGZuWtoVKfnJLx" alt="" width="552"><figcaption></figcaption></figure>

Click the "Export" Button to export a CSV file with all of your item names.<br>

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

In the spreadsheet, add the translation for each term in the appropriate column.<br>

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

&#x20;

Click "Import" and select the appropriate file.<br>

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

Navigate to your catalog and verify the items now show your language options.<br>

<figure><img src="/files/FgThnhkqVdbRDTX9qkVc" alt="" width="563"><figcaption></figcaption></figure>

&#x20;

### Video <a href="#h_01ffqjbk20942t1qmffj9qsjp9" id="h_01ffqjbk20942t1qmffj9qsjp9"></a>

{% embed url="<https://www.youtube.com/embed/eBRpB2bOsu4>" %}


---

# 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://community.threekit.com/learn/training/self-led-training/adding-additional-languages.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.
