> For the complete documentation index, see [llms.txt](https://delivery.ajuda.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delivery.ajuda.cc/geral/autoatendimento/comandas.md).

# Comandas

As **comandas** são essenciais para organizar os pedidos dos clientes, garantindo um atendimento mais eficiente e sem erros. No **Modo QRCode** e no **Modo Tablet**, as comandas permitem que cada cliente tenha um identificador único para registrar e acompanhar seus pedidos de forma prática.

Siga o passo a passo abaixo para adicionar novas comandas ao sistema.

### **Adicionando Comandas**

1. No painel, vá até **Autoatendimento**.
2. Escolha **Configurar Modo QRCode** ou **Modo Tablet**.
3. No menu superior, clique na aba **Comandas**.
4. Clique no botão **Adicionar Comandas**.
5. Escolha o **tipo de gerador** desejado. Recomendamos a opção **Letras e Números** para melhor organização.
6. Defina a **quantidade de comandas** a serem criadas.
7. Informe a **numeração inicial** a partir da qual as comandas serão geradas.
8. Clique em **Gerar Comandas**.

<figure><img src="/files/YJSoLEM0XB3n5pYDkW2P" alt=""><figcaption><p>Adicionando comandas</p></figcaption></figure>

### **Utilizando as Comandas**

Após a criação, você pode:

✅ **Imprimir** as comandas para uso imediato.\
✅ **Baixar** as comandas para compartilhamento ou personalização.

Caso alguma comanda seja **extraviada**, é possível **desativá-la** no sistema, impedindo seu uso indevido. O controle de abertura e fechamento das comandas para consumo será gerenciado diretamente pelo **ERP**.

<figure><img src="/files/XeDpWdRrSFKSefSoxzrv" alt=""><figcaption><p>Lista de comandas</p></figcaption></figure>

<figure><img src="/files/nXkGY7QPLJOl3zwcnp2M" alt=""><figcaption><p>Impressão de comandas</p></figcaption></figure>

💡 **Dica:** Mantenha suas comandas organizadas e ativas para garantir um fluxo de pedidos ágil e sem confusão!

Se precisar de ajuda, estamos por aqui! 😊


---

# 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://delivery.ajuda.cc/geral/autoatendimento/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.
