> 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/support/getting-help.md).

# Hilfe erhalten

### Der Doctor

Das Overleaf Toolkit bringt ein praktisches `Doctor` Skript zur Fehlerbehebung mit. Führen Sie `bin/doctor` aus, und das Skript gibt Informationen über Ihre Host-Umgebung, Ihre Konfiguration und die Abhängigkeiten aus, die das Toolkit benötigt. Diese Ausgabe kann dem Overleaf-Supportteam auch dabei helfen, Probleme bei Server-Pro-Installationen zu diagnostizieren.

{% hint style="info" %}
Nutzer von Overleaf Pro können [ein Issue auf GitHub öffnen](https://github.com/ayaka-notes/overleaf/issues).

es ist eine gute Idee, die Ausgabe des `bin/doctor` Skripts in Ihrer Nachricht einzufügen.
{% endhint %}

### Den Doctor konsultieren <a href="#consulting-with-the-doctor" id="consulting-with-the-doctor"></a>

Führen Sie das Doctor-Skript aus:

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

```bash
bin/doctor
```

{% endcode %}

Sie werden eine Ausgabe ähnlich dem folgenden Beispiel sehen.

<details>

<summary>Beispiel für die vollständige Ausgabe</summary>

```
====== Overleaf Doctor ======
- Host-Informationen
    - Linux
    - Ausgabe von 'lsb_release -a':
            Es sind keine LSB-Module verfügbar.
            Distributor-ID:	Ubuntu
            Beschreibung:	Ubuntu 22.04.5 LTS
            Release:	22.04
            Codename:	jammy
- Abhängigkeiten
    - bash
        - Status: vorhanden
        - Versionsinfo: 5.1.16(1)-release
    - docker
        - Status: vorhanden
        - Versionsinfo: Docker-Version 28.0.4, Build b8034c0
    - docker compose
        - Status: vorhanden
        - Versionsinfo: Docker Compose-Version v2.34.0
    - realpath
        - Status: vorhanden
        - Versionsinfo: realpath (GNU coreutils) 8.32
    - perl
        - Status: vorhanden
        - Versionsinfo: 5.034000
    - awk
        - Status: vorhanden
        - Versionsinfo: mawk 1.3.4 20200120
- Docker-Daemon
    - Status: läuft
====== Konfiguration ======
- config/version
    - Status: vorhanden
    - Version: 5.4.0
- config/overleaf.rc
    - Status: vorhanden
    - Werte
        - OVERLEAF_DATA_PATH: data/overleaf
        - OVERLEAF_LOG_PATH: data/overleaf/logs
        - SERVER_PRO: true
        - SIBLING_CONTAINERS_ENABLED: true
            - bei quay.io angemeldet: true
        - MONGO_ENABLED: true
        - REDIS_ENABLED: true
- config/variables.env
    - Status: vorhanden
    - Werte
        - OVERLEAF_FILESTORE_BACKEND: fs
        - OVERLEAF_HISTORY_BACKEND: fs

====== Warnungen ======
- Keine, alles in Ordnung
====== Ende ======
```

</details>

### Host-Informationen

Das `Host-Informationen` Dieser Abschnitt enthält Informationen über den Rechner, auf dem das Toolkit ausgeführt wird (zum Beispiel Linux-Distribution und -Version).

<details>

<summary>Beispielausgabe der Host-Informationen</summary>

```
- Host-Informationen
    - Linux
    - Ausgabe von 'lsb_release -a':
            Es sind keine LSB-Module verfügbar.
            Distributor-ID:	Ubuntu
            Beschreibung:	Ubuntu 22.04.5 LTS
            Release:	22.04
            Codename:	jammy
```

</details>

### Abhängigkeiten

Das `Abhängigkeiten` Abschnitt listet die für die Funktion des Toolkits erforderlichen Werkzeuge auf. Wenn ein Werkzeug vorhanden ist, wird es aufgeführt als `Status: vorhanden` mit Versionsinformationen. Wenn es fehlt, wird es aufgeführt als `Status: FEHLT!` und am Ende der `Doctor` Ausgabe wird eine Warnung hinzugefügt.

<details>

<summary>Beispielausgabe für Abhängigkeiten (vorhanden)</summary>

```
- docker
    - Status: vorhanden
    - Versionsinfo: Docker-Version 28.0.4, Build b8034c0
```

</details>

<details>

<summary>Beispielausgabe für Abhängigkeiten (fehlend)</summary>

```
- docker
    - Status: FEHLT!
```

</details>

Wenn irgendwelche Abhängigkeiten fehlen, wird das Toolkit mit hoher Wahrscheinlichkeit nicht funktionieren.

### Konfiguration

Das `Konfiguration` Abschnitt enthält Informationen über Dateien im `config/` Verzeichnis. Für `config/overleaf.rc`, gibt der Doctor einige Schlüsselwerte aus. Fehlende Dateien werden aufgeführt als `Status: FEHLT!` und am Ende der `Doctor` Ausgabe wird eine Warnung hinzugefügt.

<details>

<summary>Beispielausgabe der Konfiguration</summary>

```
====== Konfiguration ======
- config/version
    - Status: vorhanden
    - Version: 5.4.0
- config/overleaf.rc
    - Status: vorhanden
    - Werte
        - OVERLEAF_DATA_PATH: /tmp/overleaf
        - SERVER_PRO: false
        - MONGO_ENABLED: false
        - REDIS_ENABLED: true
- config/variables.env
    - Status: FEHLT!
```

</details>

Hinweise zum obigen Beispiel:

* `OVERLEAF_DATA_PATH` auf `/tmp/overleaf` ist möglicherweise kein sicherer Speicherort für wichtige Daten.
* `MONGO_ENABLED: false` bedeutet, dass das Toolkit keine eigene MongoDB bereitstellt; stellen Sie sicher, `MONGO_URL` dass es bei Bedarf auf eine extern verwaltete MongoDB verweist.
* `config/variables.env` im Beispiel fehlt.

### Warnungen

Das `Warnungen` Abschnitt fasst die vom Doctor-Skript gefundenen Probleme zusammen. Wenn es keine Probleme gibt, wird dieser Abschnitt dies anzeigen.

<details>

<summary>Beispielausgabe der Warnungen</summary>

```
====== Warnungen ======
- Konfigurationsdatei variables.env nicht gefunden
- rc-Datei, OVERLEAF_DATA_PATH nicht gesetzt
====== Ende =======
```

</details>


---

# 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/support/getting-help.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.
