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

# Apps overview

> View key API metrics for all your apps at a glance.

<img src="https://assets.apitally.io/docs/2025-12-08/apps.webp" alt="Apps overview with sparklines" className="rounded-xl" />

When you open the Apitally dashboard, you first land on the *Apps* page.
Here you see an overview of key API metrics for all your applications, including sparkline graphs that help you quickly identify unexpected spikes or drops.

Clicking on a metric or graph takes you to the relevant dashboard with more details:

<CardGroup cols={2}>
  <Card title="Requests" icon="chart-simple" href="/api-metrics/traffic">
    Traffic dashboard
  </Card>

  <Card title="Error rate" icon="bug" href="/api-metrics/errors">
    Errors dashboard
  </Card>

  <Card title="Apdex score" icon="bolt" href="/api-metrics/performance">
    Performance dashboard
  </Card>

  <Card title="Consumers" icon="fingerprint" href="/api-metrics/consumers">
    Consumers dashboard
  </Card>
</CardGroup>
