> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/features/automations/automated-workflow-for-restaurant-table-reservations.md).

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