> 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/gestao-de-pedidos/como-aumentar-ou-diminuir-o-tempo-de-entrega-preparo.md).

# Como aumentar ou diminuir o tempo de entrega/preparo?

#### Ajustando o tempo de entrega e preparo na Gestão de Pedidos.

Na tela de **Gestão de Pedidos**, você encontrará um pequeno botão com os ícones de **uma faca e colher** (representando o tempo de preparo) e **uma moto** (representando o tempo de entrega). <br>

<figure><img src="/files/783mHb4JAVDzzhzjOWTC" alt=""><figcaption></figcaption></figure>

Esse botão funciona como um **atalho rápido** para aumentar ou diminuir o tempo de preparo e de entrega **em todas as áreas**. Você poderá ajustar os tempos clicando em **+5 minutos**, **+10 minutos** ou reduzindo com **-5 minutos**, conforme necessário.<br>

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

{% hint style="info" %}
**Tempo de Preparo**\
\
Refere-se ao tempo necessário para preparar o pedido.\
Esse tempo prevalecerá em pedidos, retirada ou consumo no local, para pedidos de delivery o tempo de preparo será somado juntamente com o tempo de entrega.
{% endhint %}

{% hint style="info" %}
**Tempo de Entrega**\
\
Este é o intervalo exibido entre os botões de ajuste (ex: **+5 / -5**).\
Ele indica o **menor e maior tempo de entrega** configurado para todas as áreas, **já considerando o tempo de preparo**.  Ao clicar em + 10 ou - 10  todos os tempos de entrega das áreas cadastradas serão aumentados ou reduzidos automaticamente.
{% 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/gestao-de-pedidos/como-aumentar-ou-diminuir-o-tempo-de-entrega-preparo.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.
