# How to change bot language?

To change the language of the bot, follow these simple steps:

1. **Enable Server Community on Your Discord Server**

   To access language settings for the bot, you'll need to enable Server Community on your Discord guild. This is a straightforward process, and you can find detailed instructions in the official Discord support article: [Enabling Your Community Server](https://support.discord.com/hc/en-us/articles/360047132851-Enabling-Your-Community-Server).

   Ensure you have the necessary permissions within your Discord server to make these changes.
2. **Select Your Preferred Language**

   Once you have successfully enabled Server Community on your guild, navigate to your server settings. In the Server Community settings section, you will find an option to select the language for the bot.

{% hint style="info" %}
Available languages: French, English, Spanish, Russian, Roman
{% endhint %}

That's it! You've successfully changed the bot's language to suit your preferences. Enjoy a seamless experience in the language of your choice.


---

# 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://help.coodo.xyz/faq/how-to-change-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.
