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

# Dashboard

> Workspace overview with key metrics, quick actions, and recent activity

The Dashboard is the landing page after login. It shows the current state of your workspace at a glance.

## Metrics

Four counters at the top:

* **Connected Agents** — Number of agent users linked to your tenant.
* **Datasets** — Total datasets in your workspace.
* **API Calls (24h)** — Request count over the last 24 hours.
* **Error Rate** — Percentage of failed requests in the same window.

## Inline search

The search bar at the top of the dashboard lets you query your knowledge graph directly. Select a dataset from the dropdown, enter a query, and results are returned inline. This uses the same search mechanism as the dedicated [Search](/cognee-cloud/ui/search) page.

## Quick actions

The dashboard provides cards for common tasks:

* **Python SDK** — Opens a modal with step-by-step setup instructions: install the package, then connect with `cognee.serve()`, store data with `cognee.remember()`, and query with `cognee.recall()`.
* **API Keys** — Navigate to the [API Keys](/cognee-cloud/ui/api-keys) page.
* **Connect Agent** — Navigate to [Connect Agent](/cognee-cloud/connections/connecting-an-agent).
* **Upload Files** — Opens a pop-up to upload files directly into the currently selected dataset without leaving the dashboard.

## Recent activity

A timeline of the latest pipeline runs, showing operation type, status, dataset, and timestamp. For more detail, see the [Activity](/cognee-cloud/ui/activity) page.

<Note>
  If no datasets exist yet, the dashboard redirects to the [onboarding flow](/cognee-cloud/quickstart).
</Note>
