> For the complete documentation index, see [llms.txt](https://ola.meajuda.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ola.meajuda.cc/app-meus-pedidos/gestor-de-pedidos/selecao-automatica-da-comanda.md).

# Seleção automática da comanda

### O que é

A funcionalidade **Seleção da comanda** define como a comanda será escolhida no PDV:

* **Manual**: você escolhe a comanda ou mesa.
* **Automática**: o sistema seleciona a **próxima comanda livre**.

### Onde fica

**PDV → Configurações**

<figure><img src="/files/yl2Zk5V4uMUA8t4nBe55" alt="" width="204"><figcaption></figcaption></figure>

<figure><img src="/files/8EFACyKs5b8q8bKCHMdP" alt="" width="457"><figcaption></figcaption></figure>

### Como configurar

#### Opção 1: Seleção manual (padrão)

Quando essa opção está ativa:

* No carrinho do PDV, você seleciona manualmente a comanda/balcão/mesa.

<figure><img src="/files/Ve6zsIgFo7GZk52UfuSy" alt="" width="444"><figcaption></figcaption></figure>

<figure><img src="/files/Y5W6iBBG4VZLgXyUVDFH" alt="" width="547"><figcaption></figcaption></figure>

#### Opção 2: Seleção automática da próxima comanda livre

Quando essa opção está ativa:

* No carrinho do PDV, no local onde normalmente aparece “**selecione**”, o sistema mostra **“Próx. comanda disponível”**.
* O sistema atribui automaticamente a próxima comanda livre.

<figure><img src="/files/uO8pD8l7yZRVBYUpwsO6" alt="" width="448"><figcaption></figcaption></figure>

### O que acontece quando não há comandas disponíveis

Se todas as comandas estiverem em uso e a operação ultrapassar a quantidade disponível, o sistema  **sempre criará uma nova comanda automaticamente**.


---

# 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://ola.meajuda.cc/app-meus-pedidos/gestor-de-pedidos/selecao-automatica-da-comanda.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.
