> For the complete documentation index, see [llms.txt](https://docs.hominy.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hominy.com.br/guia-do-produto/relatorios-dashboards.md).

# Relatórios e dashboards

O Hominy transforma o andamento dos processos em **métricas** — para você medir eficiência, gargalos e volume.

## Dashboards

Dashboards reúnem **widgets** configuráveis:

* **Contadores** (counters) — total de cards por status, fase, etc.
* **Gráficos** (charts) — distribuição e evolução.
* **Scorecard** — indicadores-chave.
* **Lead/Cycle time** — tempo médio do processo e por fase.
* **SLA** — cards dentro/fora do prazo.

Os widgets medem a **eficiência do processo**: quanto tempo um card leva do início ao fim (lead time) e quanto tempo passa em cada fase (útil para achar gargalos).

## Report builder

Relatórios de fluxo permitem **agrupar** (group-by) e aplicar **métricas** sobre os cards — por fase, responsável, etiqueta, período. O resultado pode ser **exportado em CSV**.

## Compartilhamento

Dashboards podem ser marcados como públicos (`is_public`). O compartilhamento por link externo está no roadmap.

## Cobertura

| Recurso                                  | Status  |
| ---------------------------------------- | ------- |
| Dashboards com widgets                   | ✅       |
| Report builder (group-by + métricas)     | ✅       |
| Export CSV de relatório                  | ✅       |
| Lead/cycle time                          | ✅       |
| Relatórios cross-fluxo (company reports) | parcial |
| Relatório agendado por e-mail            | roadmap |


---

# 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:

```
GET https://docs.hominy.com.br/guia-do-produto/relatorios-dashboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
