> For the complete documentation index, see [llms.txt](https://alcavie-systems-1.gitbook.io/suporte/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alcavie-systems-1.gitbook.io/suporte/sistema/relatorios/clientes.md).

# Clientes

Tenha uma visão mais completa do seu público com relatórios sobre os clientes mais ativos, os que estão inativos, os novos e a frequência de visita. Isso permite ações mais direcionadas e melhora o relacionamento com a base de clientes.

***

<details>

<summary>Ranking de clientes</summary>

Lista os clientes que mais compraram na loja, considerando quantidade de compras e valor total.

***

<figure><img src="/files/5N4qeRPoOS8e81wJnkMy" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Clientes inativos</summary>

Mostra os clientes que estão há mais tempo sem realizar compras, ajudando a identificar oportunidades de reativação.

***

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

</details>

<details>

<summary>Novos clientes por período</summary>

Apresenta os clientes que foram cadastrados em um período específico, útil para acompanhar o crescimento da base de clientes.

***

<figure><img src="/files/19uNQAXpXvy1hGlzEFpM" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Fluxo de cliente</summary>

Exibe a quantidade de clientes compradores em comparação aos visitantes cadastros em "Fluxo de clientes", oferecendo uma visão clara do engajamento com a loja.

***

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

</details>

<details>

<summary>Análise de clientes</summary>

Resume o perfil dos clientes, com percentuais sobre sexo e faixa etária.

***

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

</details>


---

# 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://alcavie-systems-1.gitbook.io/suporte/sistema/relatorios/clientes.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.
