> For the complete documentation index, see [llms.txt](https://lagenda.gitbook.io/lagenda-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lagenda.gitbook.io/lagenda-docs/painel-administrativo/dashboard.md).

# Dashboard

O Dashboard é a sua tela de boas-vindas no painel — o primeiro item do menu lateral e para onde você cai logo depois do login. É o resumo do seu negócio, de relance.

## Escolha o período

Lá no topo, você escolhe o que quer analisar: **Hoje**, **Esta semana**, **Este mês** ou um período à sua escolha.

## Seus indicadores

Cartões mostram, para o período escolhido, com a variação em relação ao período anterior:

* Agendamentos
* Clientes atendidos
* Faturamento
* Ticket médio

## Gráficos

* **Faturamento**: como ele evoluiu ao longo do período.
* **Status dos agendamentos**: quanto foi agendado, concluído e cancelado, num relance.

## O que mais você encontra por aqui

* **Próximos agendamentos**
* **Serviços mais realizados**
* **Novos clientes** (quem teve o primeiro atendimento dentro do período)
* **Agendamentos por profissional**
* **Aniversariantes da semana** — com um botão para mandar parabéns direto pelo WhatsApp, sem enrolação
* **Resumo financeiro** — receitas, comissões pagas e lucro líquido do período

## Notificações

* O **sino** no topo te avisa das últimas novidades do sistema — veja [Central de Notificações](https://lagenda.gitbook.io/lagenda-docs/painel-administrativo/pages/l1ZYI2IkZcbzA07AZ0ve#central-de-notificações).
* Precisa de ajuda? O ícone de ajuda no topo já abre um e-mail direto pro nosso suporte.


---

# 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://lagenda.gitbook.io/lagenda-docs/painel-administrativo/dashboard.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.
