> For the complete documentation index, see [llms.txt](https://ajuda.pdvlegal.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.pdvlegal.com.br/retaguarda/modulo-estoque.md).

# Módulo Estoque

Use o **Módulo Estoque** para controlar entradas, saídas e saldo dos produtos.

O módulo também centraliza inventário, produção e transferências entre filiais.

🎥 Prefere assistir? Veja uma visão geral sobre o Módulo Estoque:

{% embed url="<https://www.youtube.com/watch?v=IdXSa_bYJWI>" %}

{% hint style="success" %}
As vendas do PDV podem refletir no estoque automaticamente. Isso ajuda a manter o saldo atualizado e reduz divergências operacionais.
{% endhint %}

### O que você pode fazer

* registrar entrada de estoque
* registrar saída de estoque
* transferir produtos entre filiais
* fazer inventário
* gerar ordem de produção
* consultar saldo atual

### Conceitos principais

* **Baixa automática de estoque** — as vendas do PDV atualizam o saldo dos produtos em tempo real.
* **Movimentações de estoque** — entradas, saídas, transferências e ajustes ficam centralizados no módulo.
* **Relatórios exportáveis** — você pode exportar dados para conferência e análise.
* **Controle operacional** — o módulo ajuda a identificar produtos com divergência, falta ou consumo acima do esperado.

### Guias disponíveis

* [**Entrada de estoque**](/retaguarda/modulo-estoque/entrada-de-estoque.md)
* [**Manifesto do destinatário**](/retaguarda/modulo-estoque/manifesto-do-destinatario.md)
* [**Saída de estoque**](/retaguarda/modulo-estoque/saida-de-estoque.md)
* [**Transferência de estoque**](/retaguarda/modulo-estoque/transferencia-de-estoque.md)
* [**Inventário simples**](/retaguarda/modulo-estoque/inventario-simples.md)
* [**Inventário por planilha**](/retaguarda/modulo-estoque/inventario-por-planilha.md)
* [**Ordem de produção**](/retaguarda/modulo-estoque/ordem-de-producao.md)
* [**Consulta de estoque atual**](/retaguarda/modulo-estoque/consulta-de-estoque.md)


---

# 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.pdvlegal.com.br/retaguarda/modulo-estoque.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.
