> 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/delayed-order-email-notification.md).

# E-Mail-Benachrichtigung über verspätete Bestellung

**Datum:** 7. Februar 2023

**Autor:** Christopher Timm

<figure><img src="/files/UYVmvsMZhSzHwKvebfxX" alt=""><figcaption><p>Example of the optional email notification for delayed orders</p></figcaption></figure>

### Wie zu verwenden

### 1. [Gehe zu admin.restoflow.ch](https://admin.restoflow.ch/restaurant/RESsnHW7AjTKYMCr7aOF6NrP/orders)

### 2. Klicken Sie auf die zu verzögernde Bestellung

![Step 2 screenshot](https://images.tango.us/workflows/2fe2c70e-3b35-4563-b397-de3f3147ae04/steps/e23c75c3-1c32-4300-a2b4-9c4c696c87f6/1aa466b0-823d-4827-a0f1-6d81a9030f5d.png?crop=focalpoint\&fit=crop\&fp-x=0.4531\&fp-y=0.2256\&fp-z=3.1159\&w=1200)

### 3. Klicken Sie auf Details

![Step 3 screenshot](https://images.tango.us/workflows/2fe2c70e-3b35-4563-b397-de3f3147ae04/steps/9f6d1d32-9688-4298-8b7a-8aa7860514a5/c9a14ef2-88aa-4365-ad5e-f4d6719f76ad.png?crop=focalpoint\&fit=crop\&fp-x=0.4277\&fp-y=0.2767\&fp-z=2.9452\&w=1200)

### 4. Klicken Sie auf Schätzung ändern. Bereitzeit

### 5. Wählen Sie die zusätzliche Zeit aus, die Sie hinzufügen möchten

### 6. Klicken Sie auf E-Mail senden

![Step 6 screenshot](https://images.tango.us/workflows/2fe2c70e-3b35-4563-b397-de3f3147ae04/steps/f30bd579-456c-4f6d-b343-4879cd5ab473/b65fafbf-15db-4fe3-9e39-b1bed324219d.png?crop=focalpoint\&fit=crop\&fp-x=0.4932\&fp-y=0.4862\&fp-z=2.9282\&w=1200)

### 7. Wenn Sie „E-Mail senden“ wählen, klicken Sie auf die Schaltfläche und es wird eine E-Mail-Benachrichtigung wie im folgenden Beispiel gesendet.

![Step 7 screenshot](https://images.tango.us/workflows/2fe2c70e-3b35-4563-b397-de3f3147ae04/steps/0c6c8f94-58b2-4f27-a152-c0bc1f8516ce/8ad0487b-fa36-4f96-b449-85585afed3bf.png?crop=focalpoint\&fit=crop\&fp-x=0.5000\&fp-y=0.5000\&w=1200)

{% hint style="danger" %}
Bitte senden Sie eine E-Mail an <info@restoflow.ch> oder nutzen Sie die Chat-Support-Funktion, um Hilfe bei der Einrichtung 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/delayed-order-email-notification.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.
