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

# Overview & Navigation

> Navigate the Grain Dashboard and understand its key features

## Welcome to the Grain Dashboard

The Grain Dashboard is your central hub for managing crypto payment processing. From here, you can monitor transactions in real time, track payouts, and configure your account settings.

<Frame>
  <img src="https://mintcdn.com/grain/zjgTt8m-eWKaoeNU/images/dashboard/dashboard-overview.png?fit=max&auto=format&n=zjgTt8m-eWKaoeNU&q=85&s=9a10416b9450a186413b61a7534bac5d" alt="Grain Dashboard overview" width="2060" height="1260" data-path="images/dashboard/dashboard-overview.png" />
</Frame>

After signing in at [dashboard.grain.co](https://dashboard.grain.co), you land on the **Home** screen with a snapshot of your sales volume, transaction count, and recent activity.

## Main Navigation

The primary navigation runs along the left side of the dashboard, organized into three main areas:

### Dashboard

Your command center with key metrics, a performance chart, payout summary, and recent transactions — everything you need at a glance.

### Transactions

A detailed log of every payment that flows through your Grain integration. Filter by status, date range, search for specific transactions, and export to CSV.

### Settings

Manage API keys and webhooks, choose which cryptocurrencies to accept, invite team members, configure security, set notification preferences, and manage billing and payouts.

## Quick Links

<CardGroup cols={2}>
  <Card title="Key Metrics" icon="chart-simple" href="/partner-dashboard/guide/key-metrics">
    Track sales volume, transaction count, and unique wallets.
  </Card>

  <Card title="Filters and Performance" icon="filter" href="/partner-dashboard/guide/filters-and-performance">
    Filter by status and visualize trends over time.
  </Card>

  <Card title="Payouts and Recent Transactions" icon="money-bill-transfer" href="/partner-dashboard/guide/payouts-and-recent-transactions">
    View payout summary and latest transactions.
  </Card>

  <Card title="Filtering and Searching" icon="magnifying-glass" href="/partner-dashboard/guide/filtering-and-searching">
    Find specific transactions and export to CSV.
  </Card>

  <Card title="Transaction Details" icon="receipt" href="/partner-dashboard/guide/transaction-details">
    View a full breakdown of any payment.
  </Card>

  <Card title="API and Webhooks" icon="code" href="/partner-dashboard/guide/api-and-webhooks">
    Access API keys and configure webhook endpoints.
  </Card>

  <Card title="Payment Settings" icon="coins" href="/partner-dashboard/guide/payment-settings">
    Choose which cryptocurrencies and networks to accept.
  </Card>

  <Card title="Team Management" icon="users" href="/partner-dashboard/guide/team-management">
    Invite and manage team members.
  </Card>

  <Card title="Security" icon="shield-halved" href="/partner-dashboard/guide/security">
    Enable 2FA and manage IP whitelists.
  </Card>

  <Card title="Notifications" icon="bell" href="/partner-dashboard/guide/notifications">
    Configure email alerts for important events.
  </Card>

  <Card title="Billing and Payouts" icon="building-columns" href="/partner-dashboard/guide/billing-and-payouts">
    Manage payout schedule and bank account.
  </Card>
</CardGroup>

## Environment Switcher

Use the environment toggle in the top-right corner to switch between **Sandbox** and **Production**. Sandbox mode lets you test your integration with simulated transactions before going live.

<Tip>
  Start in Sandbox mode to verify your integration end-to-end. When you are ready, switch to Production and generate live API keys from the **Settings** page.
</Tip>
