> For the complete documentation index, see [llms.txt](https://nathfy.gitbook.io/nathfy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nathfy.gitbook.io/nathfy-docs/usando-a-nathfy/aprovacao-pelo-cliente.md).

# Aprovação pelo Cliente

## Como o cliente visualiza o orçamento

Quando você envia o orçamento, o cliente recebe um link.

<div align="left"><figure><img src="/files/qdQUYAVj3DChOzRSlf98" alt="" width="445"><figcaption></figcaption></figure></div>

Ao abrir, ele vê tudo de forma clara:

<div align="left"><figure><img src="/files/M9Z0KwfFoPnicfpKRA6I" alt="" width="375"><figcaption></figcaption></figure></div>

* Lista de serviços ou produtos
* Valores de cada item
* Valor total
* Observações e condições

💡 Ele pode acessar pelo celular ou computador, sem precisar de login.

\--------------------------------------------------------------------------------------------------------

## Aprovar um orçamento

Se o cliente estiver de acordo, ele pode aprovar na hora.

Basta:

* Acessar o link do orçamento
* Clicar em **Aprovar**

<div align="left"><figure><img src="/files/ZRQp8H9hU4mHPvABJjky" alt="" width="375"><figcaption></figcaption></figure></div>

Depois disso, você recebe a confirmação dentro da plataforma.

💡 Isso torna o processo rápido e sem burocracia.

\--------------------------------------------------------------------------------------------------------

## Recusar um orçamento

Se o cliente não quiser seguir com a proposta, ele pode recusar.

* Acessa o orçamento
* Clica em **Recusar**

<div align="left"><figure><img src="/files/baHjOuAEmF6cEGJSn80X" alt="" width="375"><figcaption></figcaption></figure></div>

💡 Em alguns casos, ele pode informar o motivo, isso pode te ajudar a melhorar suas propostas.

\--------------------------------------------------------------------------------------------------------

## Status do orçamento

Após o envio, o orçamento muda de status automaticamente.

Os principais são:

* **Rascunho** → ainda não foi enviado
* **Enviado** → cliente recebeu
* **Aprovado** → cliente aceitou
* **Recusado** → cliente não aceitou
* **Expirado** → passou do prazo

<div align="left"><figure><img src="/files/Yh5jxjCtSydQ3z0Wfcg5" alt="" width="563"><figcaption></figcaption></figure></div>

💡 Você pode acompanhar esses status na lista de orçamentos.

\--------------------------------------------------------------------------------------------------------&#x20;

💡 **Dica final:**\
Acompanhar os orçamentos enviados e responder rápido aumenta muito suas chances de fechar negócio.


---

# 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://nathfy.gitbook.io/nathfy-docs/usando-a-nathfy/aprovacao-pelo-cliente.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.
