# Translating

## Make custom translations

If you want to create custom translations, only for your server...\
If you want to customize commands and other features...\
**Create your custom translation file.**

#### Video tutorial:

{% embed url="<https://www.veed.io/view/46e3c2ef-6660-4bb0-ab6c-f70de4566b1e?panel=share>" fullWidth="true" %}

#### Steps:

1. Duplicate your language translation file (the base you want to start with it)
2. Change the file name to something original (keep the file format to `json5`)
3. Add a note to this file and add your credits
4. Update the translations as you need
5. Change the language in the config to the name of your translations file


---

# 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://mb.petyxbron.cz/1.8/translating.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.
