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

# Fluxomail Documentation

> Get started, integrate the API, and run reliably

## Start here

<Card title="Quickstart" icon="rocket" href="/guides/quickstart" horizontal>
  Create an API key, send your first email, and view the timeline.
</Card>

<Columns cols={2}>
  <Card title="Set up deliverability" icon="shield-check" href="/guides/setup-deliverability">
    Verify your sending domain and enable delivery signals.
  </Card>

  <Card title="Send transactional emails" icon="paper-plane" href="/guides/sending-transactional">
    Use the v1 API with idempotency and per‑minute rate limits.
  </Card>
</Columns>

## Use the API

<Columns cols={2}>
  <Card title="API introduction" icon="book" href="/api-reference/introduction">
    Base URL, authentication, idempotency, rate limits, errors.
  </Card>

  <Card title="Send an email" icon="envelope" href="/api-reference/fluxomail/send-email">
    POST /api/v1/emails/send with examples in cURL, Node, Python.
  </Card>

  <Card title="Preferences" icon="toggle-on" href="/api-reference/fluxomail/preferences">
    Read/update category subscriptions and one‑click unsubscribe.
  </Card>

  <Card title="Timeline" icon="timeline" href="/api-reference/fluxomail/get-send">
    Inspect send, messages, and normalized events.
  </Card>
</Columns>

## Operate

<Columns cols={2}>
  <Card title="Monitoring & Events" icon="wave-pulse" href="/guides/monitoring-and-webhooks">
    Provider events and tracking are managed; verify outcomes.
  </Card>

  <Card title="Billing & usage" icon="chart-simple" href="/guides/billing-and-usage">
    Understand monthly usage and per‑key limits.
  </Card>

  <Card title="Migration checklist" icon="clipboard-check" href="/guides/migration-checklist">
    Move from another provider with minimal downtime.
  </Card>
</Columns>

## Learn more

<Columns cols={2}>
  <Card title="Deliverability Autopilot" icon="arrow-trend-up" href="/solutions/deliverability-autopilot">
    Automated setup, warmup, and reputation monitoring.
  </Card>

  <Card title="Developer console" icon="terminal" href="/solutions/developer-console">
    Search logs, view timelines, and safely replay.
  </Card>

  <Card title="Event‑driven journeys" icon="diagram-project" href="/solutions/event-driven-journeys">
    Visual automations triggered by product events.
  </Card>

  <Card title="Predictable pricing" icon="coins" href="/solutions/predictable-pricing">
    Transparent, usage‑based pricing with guardrails.
  </Card>
</Columns>
