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

# Relatórios

## Visão geral dos relatórios

A área de relatórios mostra como estão seus resultados na Nathfy.

Você consegue acompanhar:

* Quantos orçamentos criou
* Quantos foram aprovados ou recusados
* Valores totais negociados

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

💡 É aqui que você entende o que está funcionando e onde pode melhorar.

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

## Taxa de aprovação

A taxa de aprovação mostra quantos orçamentos foram aceitos pelos clientes.

Exemplo:

* Você enviou 10 orçamentos
* 5 foram aprovados\
  👉 Sua taxa é 50%

💡 Isso ajuda a medir a qualidade das suas propostas.

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

## Ticket médio

O ticket médio mostra o valor médio dos seus orçamentos.

Exemplo:

* Você fez 5 orçamentos
* Total de R$ 5.000\
  👉 Ticket médio = R$ 1.000

💡 Isso ajuda a entender quanto você costuma vender por orçamento.

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

## Exportação de dados

Você pode exportar seus dados para analisar fora da plataforma.

Geralmente, é possível exportar:

* Lista de orçamentos
* Clientes
* Resultados

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

💡 Ideal para relatórios internos, controle financeiro ou envio para contabilidade.

***

💡 **Dica final:**\
Acompanhar seus números com frequência ajuda você a vender melhor e tomar decisões mais seguras.


---

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