> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/de/installation/using-the-toolkit/3.-initialize-the-configuration.md).

# 3. Die Konfiguration initialisieren

### Die Konfiguration wird initialisiert <a href="#initializing-the-configuration" id="initializing-the-configuration"></a>

Lassen Sie uns die Konfigurationsdateien unseres neuen Servers mit einigen sinnvollen Standardwerten initialisieren, indem wir das Bundle ausführen `bin/init` Skript verwendet.

{% code title="Initialisierung ausführen" %}

```
bin/init
```

{% endcode %}

Dieses Skript wird **nicht** vorhandene Konfigurationsdateien überschreiben.

Jetzt sehen wir uns den Inhalt des `config/` Verzeichnisses mit dem `ls` Befehl an:

{% code title="Das config-Verzeichnis auflisten" %}

```
ls config
```

{% endcode %}

Wenn alles erfolgreich initialisiert wurde, sollten Sie drei Konfigurationsdateien sehen: `overleaf.rc`, `variables.env` und `Version`. Dies sind die wichtigsten Server-Konfigurationsdateien und sie ermöglichen es Ihnen, anzupassen, wie Ihr Server arbeitet und wie Ihre Benutzer mit Ihrer Instanz interagieren.

| Name            | Beschreibung                                                    |
| --------------- | --------------------------------------------------------------- |
| `overleaf.rc`   | Die wichtigste Konfigurationsdatei auf oberster Ebene.          |
| `variables.env` | Umgebungsvariablen, die in den Docker-Container geladen werden. |
| `Version`       | Die zu verwendende Version des Docker-Images.                   |

{% hint style="info" %}
Für den Moment reicht es zu wissen, dass diese Dateien existieren und wo Sie sie finden können. Später in der Dokumentation gehen wir jede dieser Dateien ausführlicher durch und erklären, wie Sie Ihre Instanz damit anpassen können. Wenn Sie vorab mehr erfahren möchten, finden Sie eine vollständige Aufschlüsselung dieser Konfigurationsdateien auf der [Seite „Dateien und Speicherorte"](/on-premises/de/konfiguration/overleaf-toolkit/files-and-locations.md).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://ayakaleaf-pro.ayaka.space/on-premises/de/installation/using-the-toolkit/3.-initialize-the-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
