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

# Dashboard

> Your home base in Smelt

The Dashboard is your home base in Smelt, giving you a quick overview of your account and activity.

## Dashboard Overview

When you log in, you'll see:

<CardGroup cols={2}>
  <Card title="Total Jobs Run" icon="list-check">
    Count of all jobs you've created
  </Card>

  <Card title="Total Rows Processed" icon="table-rows">
    Cumulative rows processed across all jobs
  </Card>

  <Card title="This Month's Usage" icon="chart-line">
    Rows used in current billing period
  </Card>

  <Card title="Rows Remaining" icon="battery-half">
    How many rows left in your monthly allowance
  </Card>
</CardGroup>

## Recent Activity Feed

The activity feed shows your latest actions:

* Jobs started, completed, or failed
* Files uploaded
* Templates created or modified

Click any item to jump directly to that job or file.

## Quick Actions

Quick action buttons let you:

* **Upload a File** — Jump to file upload
* **Create Template** — Start a new template
* **New Job** — Begin the job creation wizard

## Onboarding Checklist

New users see a checklist to track first-time setup:

<Steps>
  <Step title="Upload Your First File">
    Get your lead data into Smelt
  </Step>

  <Step title="Create Your First Template">
    Set up an AI prompt configuration
  </Step>

  <Step title="Run Your First Job">
    Generate personalized copy
  </Step>
</Steps>

The checklist disappears once you've completed all steps.

## Navigation

From the Dashboard, use the left sidebar to navigate to:

| Section              | What It Contains           |
| -------------------- | -------------------------- |
| **Files**            | Your uploaded CSVs         |
| **Templates**        | Your custom templates      |
| **Template Library** | 17 system templates        |
| **Jobs**             | Job history and results    |
| **Settings**         | Account, API keys, billing |
