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

# Observability overview

> Visualize and monitor your Nuntly metrics and event logs in real time. Track API performance, email delivery, webhook events, and received messages.

The observability dashboard gives you full visibility into how your Nuntly integration is performing. It is organized into five views, each focused on a specific layer of your activity.

## What you can monitor

<CardGroup cols={2}>
  <Card title="API" icon="code" href="/docs/guides/observability-api">
    Request volume, response times, and a live log of every API call.
  </Card>

  <Card title="Events" icon="bolt" href="/docs/guides/observability-events">
    A log of all email events: deliveries, bounces, opens, clicks, and complaints.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/docs/guides/observability-webhooks">
    Delivery status for every webhook event sent to your endpoint.
  </Card>

  <Card title="Sending" icon="paper-plane" href="/docs/guides/observability-sending">
    Delivery rates, bounce rates, complaint rates, and email flow visualization.
  </Card>

  <Card title="Receiving" icon="inbox" href="/docs/guides/observability-receiving">
    Message volume, security check results, and top recipients for your receiving domains.
  </Card>
</CardGroup>

## Learn more

<CardGroup cols={2}>
  <Card title="Add a sending domain" icon="tower-broadcast" href="/docs/guides/sending-domains">
    Configure your domain and enable open and click tracking
  </Card>

  <Card title="Set up webhooks" icon="webhook" href="/docs/guides/webhooks">
    Create and manage webhooks to receive email event notifications
  </Card>

  <Card title="Set up receiving" icon="inbox" href="/docs/guides/receiving-setup">
    Enable receiving on a domain to start receiving emails
  </Card>
</CardGroup>
