> For the complete documentation index, see [llms.txt](https://ajuda.dinelink.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.dinelink.com.br/engajamento-e-insights/analytics.md).

# Análise de Dados

Transforme seus dados de vendas em decisões inteligentes. O Painel de Analytics do DineLink oferece uma visão completa da performance do seu restaurante.

### Principais Métricas

O sistema monitora automaticamente os seguintes indicadores:

* **Faturamento Bruto**: Total de vendas em um período.
* **Ticket Médio**: Valor médio gasto por cliente ou mesa.
* **Volume de Pedidos**: Quantidade total de pedidos processados.
* **Tempo Médio de Preparo**: Eficiência da cozinha.

### Filtros e Períodos

Você pode visualizar seus dados por:

* Hoje (tempo real).
* Últimos 7 dias.
* Este mês.
* Períodos personalizados.

{% hint style="info" %}
Todos os gráficos são interativos. Você pode passar o mouse sobre os pontos para ver os valores exatos.
{% endhint %}

### Itens Mais Vendidos (Top Items)

Descubra quais pratos e bebidas geram mais receita e quais são os favoritos dos seus clientes. Use essa informação para:

* Otimizar o estoque.
* Destacar itens populares no cardápio.
* Criar promoções para itens de baixa saída.

### Horários de Pico

Visualize em quais dias da semana e horários o seu restaurante recebe mais pedidos. Isso ajuda a planejar melhor as escalas da equipe e evitar sobrecarga na cozinha.


---

# 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://ajuda.dinelink.com.br/engajamento-e-insights/analytics.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.
