> 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/cadastros.md).

# cadastros

- [Principais cadastros](https://ajuda.amgestor.com.br/cadastros/principais-cadastros.md)
- [Clientes](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/clientes.md): Entenda o funcionamento do cadastro de clientes
- [Cadastrar cliente](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/clientes/cadastrar-cliente.md)
- [Alterar dados do cliente](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/clientes/alterar-dados-do-cliente.md)
- [Excluir cliente](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/clientes/excluir-cliente.md)
- [Produtos](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/produtos.md)
- [Cadastrar produto](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/produtos/cadastrar-produto.md)
- [Alterar produto](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/produtos/alterar-produto.md)
- [Excluir produto](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/produtos/excluir-produto.md)
- [Fornecedores](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/fornecedores.md)
- [Cadastrar fornecedor](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/fornecedores/cadastrar-fornecedor.md)
- [Alterar fornecedor](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/fornecedores/alterar-fornecedor.md)
- [Excluir fornecedor](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/fornecedores/excluir-fornecedor.md)
- [Transportadoras](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/transportadoras.md)
- [Cadastrar Transportadora](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/transportadoras/cadastrar-transportadora.md)
- [Alterar Transportadora](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/transportadoras/alterar-transportadora.md)
- [Excluir transportadora](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/transportadoras/excluir-transportadora.md)
- [Vendedores](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/vendedores.md)
- [Cadastrar vendedor](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/vendedores/cadastrar-vendedor.md)
- [Alterar vendedor](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/vendedores/alterar-vendedor.md)
- [Excluir vendedor](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/vendedores/excluir-vendedor.md)
- [Plano de pagamentos](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/plano-de-pagamentos.md)
- [Cadastrar pgamento](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/plano-de-pagamentos/cadastrar-pgamento.md)
- [Alterar pagamento](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/plano-de-pagamentos/alterar-pagamento.md)
- [Excluir pagamento](https://ajuda.amgestor.com.br/cadastros/principais-cadastros/plano-de-pagamentos/excluir-pagamento.md)
- [Tabelas auxiliares](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares.md)
- [Descontos Progressivos](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/descontos-progressivos.md)
- [Setores de Produtos](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/setores-de-produtos.md)
- [Linhas de Produtos](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/linhas-de-produtos.md)
- [Variações de Produtos](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/variacoes-de-produtos.md)
- [Atributos dos Produtos](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/atributos-dos-produtos.md)
- [Marcas](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/marcas.md)
- [Embalagens](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/embalagens.md)
- [Etiquetas](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/etiquetas.md)
- [Sugestões PDV](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/sugestoes-pdv.md)
- [Classificação Fiscal](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/classificacao-fiscal.md)
- [CFOP](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/cfop.md)
- [CSOSN/CST](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/csosn-cst.md)
- [UF ICMS](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/uf-icms.md)
- [Tributos](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/tributos.md)
- [Banco](https://ajuda.amgestor.com.br/cadastros/tabelas-auxiliares/banco.md)
- [Operações](https://ajuda.amgestor.com.br/cadastros/operacoes.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.amgestor.com.br/cadastros.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.
