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

# Orçamentos

## Criar um novo orçamento

Criar um orçamento é simples e rápido:

1. Vá até a aba **Orçamentos**

<div align="left"><figure><img src="/files/SNzmW8FvqGy2khYcepOU" alt=""><figcaption></figcaption></figure></div>

2. Clique em **Novo orçamento**

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

3. Selecione o cliente

<figure><img src="/files/0IcoCSQORkSxqCtXtQMS" alt=""><figcaption></figcaption></figure>

4. Comece a montar sua proposta

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

Depois disso, você pode adicionar itens, ajustar valores e salvar.

💡 Você pode começar com o básico e completar depois, sem pressa.

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

## Adicionar itens e serviços

Aqui é onde você monta o conteúdo do orçamento.

Você pode:

* Escolher **serviços já cadastrados**
* Ou adicionar itens manualmente

<figure><img src="/files/MNSift9zVqfA5XRT0VlZ" alt=""><figcaption></figcaption></figure>

Em cada item, você define:

* Serviço (opcional)
* Descrição
* Quantidade
* Valor
* Unidade

💡 Usar serviços já cadastrados ajuda a ganhar tempo e manter padrão.

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

## Definir validade e observações

Antes de finalizar, você pode incluir informações importantes:

* **Validade do orçamento** → até quando ele pode ser aceito
* **Observações** → detalhes extras para o cliente

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

Exemplos de observações:

* Prazo de execução
* Forma de pagamento
* Condições do serviço

💡 Esses detalhes deixam seu orçamento mais claro e profissional.

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

## Visualizar orçamento

Antes de enviar, você pode visualizar como o cliente vai ver.

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

💡 Isso ajuda a:

* Conferir valores
* Revisar informações
* Evitar erros

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

Se precisar, é só voltar e ajustar.

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

## Duplicar ou excluir orçamento

Para facilitar seu dia a dia:

👉 **Duplicar**\
Cria uma cópia de um orçamento já existente\
Ideal para quando você faz propostas parecidas

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

👉 **Excluir**\
Remove um orçamento que não será utilizado

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

💡 Duplicar economiza tempo e mantém consistência nos seus envios.

***

💡 **Dica final:**\
Quanto mais claro e organizado for seu orçamento, maiores são as chances de aprovação.


---

# 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/orcamentos.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.
