# Übersicht

Diese Entwickler-Dokumentation zeigt auf, wie die GreenBill-Software in verschiedenste Systeme über technische Wege integriert werden kann. Die Anwendungsfälle für eine Integration sind vielfältig, lassen sich aber hauptsächlich in zwei Kategorien unterteilen:

* [Kassenhersteller](/anwendungsfaelle/fuer-kassenhersteller.md), die ihr System um eine Lösung für digitale Belege ergänzen möchten
* [Unternehmen](/anwendungsfaelle/fuer-unternehmen.md), die das GreenBill-System nutzen und die Belegdaten möchten

Für beide Fälle bieten wir die passende Lösung: neben unserer REST-API für Kassenhersteller, bieten wir eine Webhook-Funktion, die es ermöglicht die Belege an einen externen HTTP-Endpunkt zu senden.


---

# 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.greenbill.de/master.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.
