# Automated Workflow For Restaurant Table Reservations

<table><thead><tr><th width="184">Automation Type </th><th>Description</th><th width="242.199951171875">Why should you send a message ?</th><th>Example message</th></tr></thead><tbody><tr><td><a href="/pages/nh3WdkgGzADuUxiJ0niU">Table Reservation Created</a></td><td>Triggered when a customer successfully books a table through your Wix website.</td><td>To reassure the customer that their reservation is confirmed and avoid confusion or no-shows.</td><td><em>“Your table is reserved for [Date, Time]. See you soon!”</em></td></tr><tr><td><a href="/pages/erxZkYTifWJSQKor7f72">Table Reservation Cancelled</a></td><td>Triggered when a customer or staff cancels a table booking.</td><td>To promptly inform the customer about the cancellation and prevent them from showing up unaware.</td><td><em>“Your table reservation for [Date, Time] has been canceled.”</em></td></tr></tbody></table>


---

# 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.mercuri.cx/features/automations/automated-workflow-for-restaurant-table-reservations.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.
