> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/de/setup-order-aggregation.md).

# Auftragsaggregation einrichten

Durch die Auftragsaggregation können Sie Bestellungen von mehreren Lieferplattformen wie UberEats und DoorDash direkt in Restoflow konsolidieren. Dadurch wird die Auftragsverwaltung zentralisiert, Fehler reduziert und der Arbeitsablauf in der Küche optimiert, da kein Wechsel zwischen Apps mehr erforderlich ist.

Uber Eats und Doordash werden über die Auftragszusammenfassung mit der Online-Bestellung verbunden. Sobald eine Bestellung von einer der Plattformen eingeht, wird der Ursprung in den Bestelldetails angegeben.

<figure><img src="/files/QAv5ijNcP3fS7TAsUN3e" alt="" width="328"><figcaption></figcaption></figure>

### Einrichtungsprozess:

1. Kontaktieren Sie uns per Live-Chat, um uns mitzuteilen, dass Sie mit der Einrichtung der Aggregation beginnen möchten.
2. Wir werden Sie nach Ihren Anmeldeinformationen für Plattformen wie UberEats, DoorDash usw. fragen. Sie müssen uns auch als Manager oder Admin hinzufügen, um den Verbindungsprozess zu optimieren. Um die Einrichtung abzuschließen, benötigen wir die entsprechenden Zugriffsberechtigungen.
3. Unser Team wird Sie zur Verifizierung kontaktieren, um die Aggregation auf den Plattformen von Drittanbietern vollständig zu aktivieren.
4. Sobald die Einrichtung abgeschlossen ist, benachrichtigen wir Sie und Ihr Restoflow-System beginnt mit dem Empfang von Bestellungen von allen verbundenen Plattformen.

{% hint style="danger" %}
Bitte senden Sie eine E-Mail an <info@restoflow.ch> oder nutzen Sie die Chat-Support-Funktion, um Hilfe bei der Aktivierung dieser Funktion zu erhalten.
{% 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://restoflow.gitbook.io/restoflow-dokumentation/de/setup-order-aggregation.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.
