# Translating panel

From Zero One version 5, the panel can be translated to any language Kirby have.&#x20;

{% hint style="warning" %}
Note that you can use only panel languages that Kirby supports.&#x20;
{% endhint %}

At the moment Zero One have English, German, French and Netherlands language.&#x20;

### How to translate panel?

Go to **`site/plugins/zero-one/languages/`** folder and you will see Zero One language files.&#x20;

#### Improving Zero One translations&#x20;

You can just edit the content of those files, it is easy to understand.&#x20;

#### **Adding a new language**&#x20;

You should duplicate one of those files and rename it to your language code. After that you can change language strings in that file. Your new language file will be automatically loaded.&#x20;

{% hint style="info" %}
If you translate to new language you can send it to us, and we will integrate it by default in the new Zero One version. There is an appreciation prize!
{% endhint %}


---

# 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://www.one.thezero.club/guide/administration-panel/translating-panel.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.
