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

# Home

> Your 60-second control tower.

Home is the first surface you see every morning. It answers five questions in order:

1. What needs my decision now?
2. What's scheduled next?
3. Is the engine healthy?
4. Are my brands moving?
5. What's changed since I last looked?

## The KPI strip

Six cards across the top, in this fixed order:

<CardGroup cols={3}>
  <Card title="Pending actions" icon="bell">
    Proposals waiting for your decision in the Inbox.
  </Card>

  <Card title="Scheduled today" icon="clock">
    Events firing in the next 24 hours from the Calendar.
  </Card>

  <Card title="Total spend" icon="dollar-sign">
    Rolled up across every connected ad account.
  </Card>

  <Card title="Total revenue" icon="trending-up">
    Rolled up across every connected store.
  </Card>

  <Card title="MER" icon="percent">
    Marketing efficiency ratio across your portfolio.
  </Card>

  <Card title="Agent health" icon="activity">
    Worst-performing agent gets surfaced first.
  </Card>
</CardGroup>

The first two are urgency. The next three are performance. The last is system confidence.

## Secondary modules

Below the strip:

* **Needs your attention** — the highest-priority items in your Inbox, surfaced inline.
* **Top brands by attention** — which brands the engine has been active on.
* **Brain highlights** — newly promoted patterns that may change how your agents act this week.
* **Recent activity** — a short tail of what's been approved, rejected, or auto-fired.
* **Source trust** — a slim ribbon showing freshness across your connected platforms.

## What Home will never show

No decorative trend charts without an action. No campaign tables. No vanity scores. Every number on Home ties to something you can do or a question you can act on. If a metric doesn't lead to an action, it doesn't ship on Home.

<Card title="Open Home" icon="arrow-right" href="https://meshpilot.app/dashboard">
  Jump to your control tower.
</Card>
