# Add new language

* Clone the English localization file in the Localization folder\ <br>

  <figure><img src="/files/q7ivOG0dCZ1RbZymUzv3" alt=""><figcaption></figcaption></figure>
* Translate it's content to the new language

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

* Open the Language configuration settings (Tools->WordsToolkit->Settings->Language configuration)&#x20;
* Add new language in the settings, fill the fields and assign the new localization file<br>

  <figure><img src="/files/dlmZ0fcm2BDrZV2WLr4D" alt=""><figcaption></figcaption></figure>
* To fill the model asset train [new language model ](/main/word-connect-game-toolkit/train-new-model-or-update.md)
* Current font supports latin and cirilics symbols. Use this [doc](/main/general-info/localization/font-setup.md) to create another font
* How localization objects work check [here](/main/general-info/localization/localization-details.md)


---

# 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://docs.candy-smith.com/main/word-connect-game-toolkit/add-new-language.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.
