> 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/platform-documentation/catalog-2.0-docs/org-setup/project-settings/languages.md).

# Languages

Threekit supports multilingual configurators. The steps below cover the process of adding additional languages to a configuration experience. ([How-to Guide Here](/learn/training/self-led-training/adding-additional-languages.md))

Navigate to **Languages** within **Settings**

<img src="/files/WJ5dDA6XFyzGAFImdQ5B" alt="" width="226">

Click **Add Language**

![](/files/P6F9zcVpIVf4HlZDXzN0)

Populate the label and the language code

![](/files/61wwhPGTMRfXW8xmgrmN)

**Export** to .csv

![](/files/WA5MgVQvuwY3o4GOyJ1a)

Each language will be represented by a column on the CSV, include translations where appropriate

![](/files/NtaP1xDJ0yEBcDDOmjMF)

Import the .csv file

![](/files/QjcBco39gjeiuQFMziNU)

The imported .csv file will be visible beneath the **Import** button, and can be deleted at any time by hovering over the file name.

![](/files/NxGvpWFDKLu3emD9Zz9G)

The imported file will be used as the translation source upon embedding the Threekit Player and making use of the appropriate initialization parameter to set the language.

To view a given item in a specific language, simply select it from the dropdown on any catalog item.

![](/files/16Ux0L0yOe0hYIrT4cAL)


---

# 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/platform-documentation/catalog-2.0-docs/org-setup/project-settings/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.
