> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Manage envelopes, track signing status, configure settings, and view API keys in the SignatureAPI Dashboard.

The [SignatureAPI Dashboard](https://dashboard.signatureapi.com) is where you manage your account, monitor envelopes, and configure settings. It works alongside the API — anything you configure in the Dashboard applies to envelopes created through the API, and envelopes created through the API appear in the Dashboard.

## Sections

<CardGroup cols={2}>
  <Card title="Envelopes" icon="file-contract" href="/docs/dashboard/envelopes">
    Browse envelopes, check signing progress, download deliverables, and cancel or delete envelopes.
  </Card>

  <Card title="Email Inspector" icon="envelope" href="/docs/dashboard/emails">
    Preview emails sent to recipients, download attachments, and debug delivery issues with SMTP reports.
  </Card>

  <Card title="Document Library" icon="book" href="/docs/dashboard/library">
    Upload permanent files (PDF, DOCX, images) for reuse across envelopes and branding.
  </Card>
</CardGroup>

## Settings

<CardGroup cols={2}>
  <Card title="General Settings" icon="gear" href="/docs/dashboard/general-settings">
    Set default language, time zone, and timestamp format for your account.
  </Card>

  <Card title="Senders" icon="envelope" href="/docs/dashboard/senders">
    Add and verify email addresses used as Reply-To in signing request emails.
  </Card>

  <Card title="Email Notifications" icon="bell" href="/docs/dashboard/notification-channels">
    Receive email alerts when envelopes complete, fail, or recipients bounce.
  </Card>

  <Card title="Team Members" icon="user" href="/docs/dashboard/users">
    Invite team members and assign roles to control access to your account.
  </Card>

  <Card title="API Keys" icon="key" href="/docs/dashboard/api-keys">
    Create and revoke test and live API keys for your integrations.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/docs/dashboard/webhooks">
    Set up endpoints to receive real-time event notifications.
  </Card>
</CardGroup>
