> For the complete documentation index, see [llms.txt](https://wiki-en.herrtechniker.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-en.herrtechniker.eu/bungeesystem/messages-files.md).

# Messages Files

## Filesystems

### "Single File"-System

The "Single File" system consists of a file (messages.yml), where all possible languages are entered, which your network should support. Important is, if you don't have the [LanguageAPI](https://gitlab.herrtechniker.eu/HerrTechniker/gitbook-pluginwiki-en/-/blob/main/bungeesystem/messages-files/broken-reference/README.md), this system will be used automatically. In addition, the default language specified in config.yml must be contained in messages.yml.

{% hint style="info" %}
Even if you have the LanguageAPI, you can still use the "single file" system.
{% endhint %}

### "Multi File"-System

The "Multi File" system consists of several files. For each language there must be one file. How the syntax of the file must look like, you can find out [hier](/languageapi/get-started.md#multi).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki-en.herrtechniker.eu/bungeesystem/messages-files.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.
