> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-pro.ayaka.space/on-premises/de/installation/using-the-toolkit/3.-initialize-the-configuration.md).

# 3. Initialisieren Sie die Konfiguration

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

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

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

```
bin/init
```

{% endcode %}

Dieses Skript wird **nicht** alle vorhandenen Konfigurationsdateien überschreiben.

Überprüfen wir nun den Inhalt des `config/` Verzeichnisses mit dem `ls` Befehl:

{% 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 Serverkonfigurationsdateien und ermöglichen es Ihnen, anzupassen, wie Ihr Server arbeitet und wie Ihre Benutzer mit Ihrer Instanz interagieren.

| Name            | Beschreibung                                                    |
| --------------- | --------------------------------------------------------------- |
| `overleaf.rc`   | Die Hauptkonfigurationsdatei 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 werden wir jede der Dateien genauer durchgehen und erklären, wie Sie Ihre Instanz mit ihnen anpassen können. Wenn Sie vorab weiterspringen 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://overleaf-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.
