# Language Selection

**How to Change the Language:**

1. Go to the `/settings` menu.
2. Select the "Language" option.
3. The bot will display a list of available languages (e.g., English, Portuguese, Spanish, etc.) with corresponding buttons.
4. Click the button for your desired language.

***

**Confirmation:**

The bot should confirm the language change and begin displaying all messages and options in the selected language.

***

**Availability:**

The list of available languages will depend on the translations implemented by the HunterBot team.

Choosing your preferred language can make using the bot more intuitive and comfortable.


---

# 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://hunterbot-docs.gitbook.io/hunter-bot/settings/language-selection.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.
