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

# Delayed Order Email Notification

**Date:** February 7, 2023

**Author:** Christopher Timm

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

### How to use

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

### 2. Click on the order to delay

![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. Click on 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. Click on Modify Est. Ready Time

### 5. Choose the additional time you would like to add

### 6. Click on Send Email

![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. If you choose to 'Send Email', click the button and it will send an email notification as per the below example.

![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" %}
Please email <info@restoflow.ch> or use the chat support feature to get assistance setting up this feature.
{% 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/platform-information/special-features/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.
