# Proposta

O começo de todo o fluxo comercial é a proposta.

A partir de uma proposta, que contém diversas informações, um vendedor realizará o cadastro de uma intenção de compra por parte de um [cliente](/vendas/clientes.md) e se aprovada a proposta enviada, ela se tornará um pedido dentro do sistema.

Por sua vez, um pedido ao ser aprovado, emitirá um documento fiscal (ou seja, irá gerar uma nota-fiscal) com base no pedido.

<img src="/files/xKbk1qWng4dNlLDIXPwq" alt="" class="gitbook-drawing">

Lembrando que no caso de cancelamento do fluxo em etapas posteriores à proposta, **não implicam** em alterações da proposta criada.


---

# Agent Instructions: 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:

```
GET https://ajuda.kapim.com.br/vendas/proposta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
