> For the complete documentation index, see [llms.txt](https://ajuda.cardapioweb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.cardapioweb.com/gestao/mesas-e-comandas/criando-mesas-e-comandas.md).

# Criando mesas e comandas

Nela, você pode configurar e gerenciar o atendimento presencial com mais praticidade e organização.

## Principais funcionalidades da tela:

* **Visualização das mesas/comandas já cadastradas**, com as seguintes informações:
  * **Tipo**: identifica se é uma mesa ou comanda.
  * **Número**: número associado à mesa ou comanda.
  * **Ativa**: botão para ativar ou desativar aquela mesa/comanda.
  * **QR Code**: opção para visualizar e baixar o QR Code individual.
  * **Excluir**: ícone de lixeira para remover a mesa/comanda.
* **Pesquisar pelo número**: permite localizar uma mesa ou comanda específica rapidamente.
* **Taxa de serviço**: campo onde você define o percentual de taxa cobrada para pedidos feitos em mesas ou comandas. Basta clicar no ícone de lápis  ao lado da taxa exibida para editar o valor.
* **Baixar QR Codes**: exporta todos os QR Codes cadastrados em lote, facilitando a impressão para uso no salão.

<figure><img src="/files/XMXmKwzgmrbumsBfUuRp" alt=""><figcaption></figcaption></figure>

## Como criar uma nova mesa ou comanda?

* Acesse: **Configurações > Mesas/Comandas**;
* Clique em **+ Nova mesa/comanda**;
* Na tela que será exibida:
  * Escolha o **tipo** (mesa ou comanda);
  * Informe a **quantidade** que deseja criar;
  * Defina o **número de início**:
    * Se já existem mesas de 1 a 10, o próximo número inicial deverá ser 11;
    * Caso ainda não tenha nenhuma, comece pelo número 1;
* Clique em **Salvar**.

<figure><img src="/files/laDMu0KLVQxUW41A8dHi" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Utilize esta aba para organizar e agilizar seu atendimento no salão. O uso de QR Codes torna os pedidos mais rápidos e automatizados, além de melhorar a experiência do cliente e o controle da equipe.
{% 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://ajuda.cardapioweb.com/gestao/mesas-e-comandas/criando-mesas-e-comandas.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.
