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

# Learn: Monitoring

> Educational resources on uptime monitoring, synthetic checks, and monitoring best practices

Understand the fundamentals of uptime monitoring, when to use different approaches, and best practices for reliable systems.

## Concepts

<CardGroup cols={2}>
  <Card title="What is uptime monitoring?" icon="signal" href="/learn/monitoring/what-is-uptime-monitoring">
    Why monitoring matters and how it protects your users.
  </Card>

  <Card title="Synthetic vs real user monitoring" icon="scale-balanced" href="/learn/monitoring/synthetic-vs-real-user">
    When to use probes vs actual user data.
  </Card>

  <Card title="Monitoring as Code" icon="file-code" href="/learn/monitoring/monitoring-as-code">
    Why version-controlled monitoring config improves reliability.
  </Card>

  <Card title="API monitoring" icon="plug" href="/learn/monitoring/api-monitoring">
    Beyond uptime — response validation and latency tracking.
  </Card>
</CardGroup>

## Best practices

<CardGroup cols={2}>
  <Card title="Choosing check frequency" icon="clock" href="/learn/monitoring/choosing-check-frequency">
    Balance detection speed against cost and noise.
  </Card>

  <Card title="Reducing false positives" icon="shield" href="/learn/monitoring/reducing-false-positives">
    Multi-region checks, confirmation windows, and smart assertions.
  </Card>

  <Card title="Monitoring microservices" icon="diagram-project" href="/learn/monitoring/monitoring-microservices">
    Service health, inter-service communication, and aggregate status.
  </Card>

  <Card title="Monitoring third-party APIs" icon="globe" href="/learn/monitoring/monitoring-third-party-apis">
    Detect upstream outages before your users do.
  </Card>
</CardGroup>

## Start monitoring with DevHelm

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first monitor in under 5 minutes.
  </Card>

  <Card title="Monitoring overview" icon="book" href="/monitoring/overview">
    DevHelm monitor types, regions, and assertions.
  </Card>
</CardGroup>
