# Installation

- [Datenbank Sync](https://docs.emergencyos.de/installation/datenbank-sync.md): Hier findest du eine Schritt für schritt Anleitung zu Einrichtung des Datenbank Sync Addons
- [Custom Fahrzeuge](https://docs.emergencyos.de/installation/datenbank-sync/custom-fahrzeuge.md): Hier wird erklärt wie du custom Fahrzuege hinzufügen kannst, so dass diese vom Datenbank Sync erkannt werden.
- [Gameserver API](https://docs.emergencyos.de/installation/gameserver-api.md): Alles zur Einrichtung des Addons "Gameserver API" finden Sie hier.
- [Einrichtung](https://docs.emergencyos.de/installation/gameserver-api/einrichtung.md): Hier wird erklärt, wie Sie die Gamerserver API einrichten
- [Ingame Tablet](https://docs.emergencyos.de/installation/ingame-tablet.md)
- [Einrichtung](https://docs.emergencyos.de/installation/ingame-tablet/einrichtung.md)
- [API Integration](https://docs.emergencyos.de/installation/ingame-tablet/api-integration.md)
- [API Verbindung](https://docs.emergencyos.de/installation/ingame-tablet/api-integration/api-verbindung.md): Hier erfahren sie, wie sie die API mit unserer Tablet Resource für FIveM Verbinden
- [API Funktionen](https://docs.emergencyos.de/installation/ingame-tablet/api-integration/api-funktionen.md): Hier finden Sie alle Funktionen der Tablet API integration
- [Fehlermeldungen](https://docs.emergencyos.de/installation/ingame-tablet/api-integration/fehlermeldungen.md)


---

# 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://docs.emergencyos.de/installation.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.
