> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alforse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> The at-a-glance view of contract health in Deals.

The Deals dashboard summarizes contract health across the tenant (or a single subject company,
depending on your `subjectScope`):

* Contract totals
* Monthly receivables
* Collection gaps
* Overdue reminders

It's a read view over the same data as the [Contracts](/api-reference/contracts),
[Payments](/api-reference/payments), and [Collections](/api-reference/collections) APIs — if a
number on the dashboard looks wrong, those endpoints (or their `stats/summary` variants) are
where to check the underlying data.

<Card title="Analytics API" icon="chart-line" href="/api-reference/analytics">
  For programmatic access to cashflow and distribution breakdowns beyond what the dashboard
  shows, see the Analytics endpoints (requires the `sensitive_data` module permission).
</Card>
