> For the complete documentation index, see [llms.txt](https://sloyni.gitbook.io/immersiveskyblock/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sloyni.gitbook.io/immersiveskyblock/configuration/quickstart.md).

# Languages

> To configure the plugin’s languages, simply go to the Settings page in the `/iskyblock` administration menu, then scroll all the way down—you will find the settings related to language configuration.

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

<table><thead><tr><th width="243.60003662109375">Configuration</th><th>Purpose</th></tr></thead><tbody><tr><td>Administration language</td><td>This is the language used for everything related to the administration panel and administration commands.</td></tr><tr><td>Auto-detect player language</td><td>By enabling this setting, the language will be detected from the players’ operating system and matched with the available languages.</td></tr><tr><td>Available languages</td><td>This opens a menu that allows you to choose which languages to enable for your players.</td></tr><tr><td>Fallback language</td><td>This is the language that will be used if a translation is missing in another language.</td></tr><tr><td>Translate island templates</td><td>This allows you to enable or disable the translation of island names and descriptions in the players’ island template selection menu.</td></tr></tbody></table>

#### How to add a custom language?

> Is your language not available? No problem! To add a language, simply run the command `/iskyblock langs add`` `<mark style="color:$warning;">`<id>`</mark> <mark style="color:$success;">`<name>`</mark>.
>
> For example, to add Spanish: `/iskyblock langs add`` `<mark style="color:$warning;">`es`</mark> <mark style="color:$success;">`Spanish`</mark>
>
> This will create an <mark style="color:$danger;">`es.json`</mark> file in the <mark style="color:$primary;">`/mods/Sloyni_ISkyblock/`</mark><mark style="color:pink;">`lang/`</mark> folder.


---

# 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:

```
GET https://sloyni.gitbook.io/immersiveskyblock/configuration/quickstart.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.
