> For the complete documentation index, see [llms.txt](https://ajuda.amgestor.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.amgestor.com.br/operacoes-da-loja.md).

# OPERAÇÕES DA LOJA

- [Como Acessar o Módulo Loja no AM Gestor](https://ajuda.amgestor.com.br/operacoes-da-loja/como-acessar-o-modulo-loja-no-am-gestor.md): Como acessar o módulo Loja a partir do painel principal (dashboard) do sistema AM Gestor e como retornar para o retaguarda.
- [Como Cadastrar um Orçamento no AM Gestor](https://ajuda.amgestor.com.br/operacoes-da-loja/como-cadastrar-um-orcamento-no-am-gestor.md): Processo de criação de um orçamento de venda dentro do módulo Loja do sistema AM Gestor.
- [Como Aprovar um Orçamento e Transformá-lo em Pedido no AM Gestor](https://ajuda.amgestor.com.br/operacoes-da-loja/como-aprovar-um-orcamento-e-transforma-lo-em-pedido-no-am-gestor.md): Duas formas práticas de aprovar um orçamento e convertê-lo automaticamente em um pedido de venda no sistema AM Gestor.
- [Como Criar um Novo Pedido no Módulo Loja](https://ajuda.amgestor.com.br/operacoes-da-loja/como-criar-um-novo-pedido-no-modulo-loja.md): Processo de criação de um novo pedido de venda no módulo Loja do sistema AM Gestor, incluindo lançamento de itens e opções de finalização.
- [Como Identificar ou Cadastrar Cliente em Pedido ou Orçamento](https://ajuda.amgestor.com.br/operacoes-da-loja/como-identificar-ou-cadastrar-cliente-em-pedido-ou-orcamento.md): Como identificar um cliente já cadastrado ou cadastrar um novo cliente durante a criação de pedidos ou orçamentos no sistema AM Gestor.
- [Como Marcar Itens para Entrega ou Retirada no Pedido](https://ajuda.amgestor.com.br/operacoes-da-loja/como-marcar-itens-para-entrega-ou-retirada-no-pedido.md): Como identificar corretamente quais produtos do pedido serão retirados pelo cliente e quais serão entregues posteriormente, usando os recursos do sistema AM Gestor.


---

# 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.amgestor.com.br/operacoes-da-loja.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.
