# Translations

{% hint style="info" %}
**Multi-language Content FIlter Documentation**

<https://docs.moodle.org/400/en/Multi-language_content_filter>
{% endhint %}

**Adding new language**

1. **Go to:** `Dashboard → Site administration → Language → Language packs`
2. **Select** Available language packs (on the right)
3. **Install** selected language pack(s)

**What can I do with untranslated theme elements?**

1. **Go to:** `Dashboard → Site administration → Language → Language customization`
2. **Select:** language to add a translation.
3. **Click:** Open language pack for editing
4. Show strings of these components: Select all (`Ctrl + A` or `CMD + A`)
5. Only strings containing: e.g **`My courses`** or **`Get access`**
6. **Click:** Show strings
7. Add translation and Save


---

# 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://rosea.gitbook.io/baztheme/more/translations.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.
