> For the complete documentation index, see [llms.txt](https://docs.droptopfour.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.droptopfour.com/setting-up/languages.md).

# Languages

## Available languages

Droptop is translated in the following languages (![](https://badges.crowdin.net/droptop-four/localized.svg)):

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:green;">Arabic</mark></td><td>🇸🇦</td></tr><tr><td><mark style="color:green;">Czech</mark></td><td>🇨🇿</td></tr><tr><td><mark style="color:green;">Danish</mark></td><td>🇩🇰</td></tr><tr><td><mark style="color:green;">Dutch</mark></td><td>🇳🇱</td></tr><tr><td><mark style="color:green;">English</mark></td><td>🇨🇦 - 🇬🇧 - 🇺🇸</td></tr><tr><td><mark style="color:green;">French</mark></td><td>🇫🇷</td></tr><tr><td><mark style="color:green;">German</mark></td><td>🇩🇪</td></tr><tr><td><mark style="color:green;">Hindi</mark></td><td>🇮🇳</td></tr><tr><td><mark style="color:green;">Indonesian</mark></td><td>🇮🇩</td></tr><tr><td><mark style="color:green;">Italian</mark></td><td>🇮🇹</td></tr><tr><td><mark style="color:green;">Japanese</mark></td><td>🇯🇵</td></tr><tr><td><mark style="color:green;">Korean</mark></td><td>🇰🇷</td></tr><tr><td><mark style="color:green;">Latvian</mark></td><td>🇱🇻</td></tr><tr><td><mark style="color:green;">Persian</mark></td><td>🇮🇷</td></tr><tr><td><mark style="color:green;">Polish</mark></td><td>🇵🇱</td></tr><tr><td><mark style="color:green;">Portuguese</mark></td><td>🇵🇹</td></tr><tr><td><mark style="color:green;">Russian</mark></td><td>🇷🇺</td></tr><tr><td><mark style="color:green;">Slovak</mark></td><td>🇸🇰</td></tr><tr><td><mark style="color:green;">Spanish</mark></td><td>🇪🇸 - 🇲🇽</td></tr><tr><td><mark style="color:green;">Turkish</mark></td><td>🇹🇷</td></tr><tr><td><mark style="color:green;">Ukrainian</mark></td><td>🇺🇦</td></tr><tr><td><mark style="color:green;">Vietnamese</mark></td><td>🇻🇳</td></tr></tbody></table>

*The language support could be partial. If you want to help translating or translate in another language, contact us on our Discord server.*

## Change language

If you want to change the droptop language, you have to go in `Droptop settings >> Change language` where you will find the available languages divided by continent.

## Contribute to the translations

If you want to contribute to the translation of droptop, head to <https://contribute.droptopfour.com/localization/translator-infos#contribute> and follow the guide.&#x20;


---

# 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://docs.droptopfour.com/setting-up/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.
