> 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/mercuri-docs-pt/caracteristicas/automations/fluxo-de-trabalho-automatizado-para-reservas-de-mesas-em-restaurantes.md).

# Fluxo de Trabalho Automatizado para Reservas de Mesas em Restaurantes

<table><thead><tr><th width="131.6363525390625">Tipo de Automação</th><th width="150.2728271484375">Descrição</th><th width="130.2000732421875">Por que você deve enviar uma mensagem?</th><th>Mensagem de exemplo</th></tr></thead><tbody><tr><td>Table Reservation Created</td><td>Acionado quando um cliente reserva com sucesso uma mesa através do seu site Wix.</td><td>Para tranquilizar o cliente de que sua reserva está confirmada e evitar confusão ou faltas.</td><td><em>“Sua mesa está reservada para [Data, Hora]. Até breve!”</em></td></tr><tr><td>Table Reservation Cancelled</td><td>Acionado quando um cliente ou funcionário cancela uma reserva de mesa.</td><td>Para informar prontamente o cliente sobre o cancelamento e evitar que ele compareça sem saber.</td><td><em>“Sua reserva de mesa para [Data, Hora] foi cancelada.”</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:

```
GET https://docs.mercuri.cx/mercuri-docs-pt/caracteristicas/automations/fluxo-de-trabalho-automatizado-para-reservas-de-mesas-em-restaurantes.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.
