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

# Dashboard overview

> A tour of the Valkyrie web dashboard and its screens.

The Valkyrie dashboard is the web app for people (as opposed to the
[API](/api-reference/introduction) and [MCP server](/mcp/overview) for machines).
After you sign in you land on **Insights**, a summary of your account with quick
actions, headline stats, a token-usage trend, and recent activity.

<Frame caption="The Insights landing screen.">
  <img src="https://mintcdn.com/valkyrie-azumo/gcj5Fb5HjPMoSXfu/images/dashboard/insights.png?fit=max&auto=format&n=gcj5Fb5HjPMoSXfu&q=85&s=fad674f84a8032b55efb161b9a06f882" alt="Valkyrie Insights dashboard" width="2880" height="1800" data-path="images/dashboard/insights.png" />
</Frame>

## The navigation

The left sidebar groups everything you can do:

| Screen          | What it's for                                                                  |
| --------------- | ------------------------------------------------------------------------------ |
| **Insights**    | Account summary, quick actions, usage trend, recent activity                   |
| **API Keys**    | Create and manage MCP and deployment keys, see [API Keys](/dashboard/api-keys) |
| **Datasets**    | Upload and manage training data, see [Datasets](/guides/datasets)              |
| **Fine-Tuning** | Create and monitor training jobs, see [Fine-Tuning](/dashboard/fine-tuning)    |
| **Models**      | Deploy and operate models, see [Models](/dashboard/models)                     |
| **Aliases**     | Give deployments memorable URLs, see [Aliases](/guides/aliases)                |
| **Usage**       | Per-request telemetry, see [Usage](/dashboard/usage)                           |
| **Quota**       | Prepaid balance and charges, see [Quota](/dashboard/quota)                     |
| **Help**        | In-app guides and support                                                      |

Administrators also see an **Admin** section (Dashboard, Users, Wallets,
Transactions).

Your current balance is always visible in the top bar (e.g. **\$25.66 remaining**),
and a theme toggle switches between light and dark.

## Help center

The **Help** screen has searchable, in-app guides covering getting started, API
keys, wallet & billing, datasets, fine-tuning, models, and troubleshooting, plus a
way to contact support.

<Frame caption="The in-app Help center.">
  <img src="https://mintcdn.com/valkyrie-azumo/gcj5Fb5HjPMoSXfu/images/dashboard/help.png?fit=max&auto=format&n=gcj5Fb5HjPMoSXfu&q=85&s=6d20adc4ac65e3236e804153de2873ff" alt="Valkyrie Help center" width="2880" height="1800" data-path="images/dashboard/help.png" />
</Frame>

## Signing in

Access the dashboard with your organization's Valkyrie URL and sign in. People
authenticate with a session (a JWT behind the scenes); applications and agents use
[API keys](/dashboard/api-keys) instead.
