> For the complete documentation index, see [llms.txt](https://docs.jukedisc.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jukedisc.xyz/guides/bot-language.md).

# Bot Language

### **Step 1: Change the Language**

To set the bot to a specific language, simply use the `/language` command followed by your desired language.

Example:

> ```
> /language [language]
> ```

#### **Supported Languages**

JukeDisc currently supports the following languages:

* **German**
* **Spanish**
* **Turkish**
* **French**
* **Greek**
* **Chinese**
* **Japanese**
* **Bulgarian**
* **Thai**
* **UK English**
* **Russian**
* **Vietnamese**
* **Italian**

Example:

> ```
> /language German
> ```

*This will change the bot's language to German.*

### **Step 2: Confirm the Language Change**

After entering the command, JukeDisc will update its language settings to your choice. You will receive a confirmation message in the newly selected language.

{% hint style="info" %}
💡 **Pro Tip:** If you ever need to revert back to English, just use `/language English`.
{% endhint %}

***

### **Need Help?**

If you have any questions about changing the language or encounter issues, feel free to reach out for support. We're here to ensure your experience with **JukeDisc** is tailored to your language preferences.


---

# 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://docs.jukedisc.xyz/guides/bot-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.
