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

# Guides to Using Checkly

> Comprehensive collection of practical guides for monitoring, testing, and automation with Checkly

Welcome to the Checkly Guides section! Here you'll find practical, hands-on guides that help you implement monitoring solutions, automate testing workflows, and optimize your applications for reliability and performance.

## Getting Started Guides

Start your journey with Checkly using these foundational guides that cover the essential concepts and workflows.

<Columns cols={3}>
  <Card title="Monitoring as Code" icon="code" href="/guides/getting-started-with-monitoring-as-code">
    Learn how to implement monitoring as code using Checkly's CLI for scalable, version-controlled monitoring
  </Card>

  <Card title="Developer Empowerment" icon="users" href="/guides/empowering-developers-with-checkly">
    Discover how Checkly integrates into developer workflows and CI/CD pipelines
  </Card>

  <Card title="Playwright to Monitoring" icon="theater-masks" href="/guides/playwright-testing-to-monitoring">
    Convert your existing Playwright tests into production monitoring checks
  </Card>
</Columns>

## Monitoring Guides

Comprehensive guides for different types of monitoring scenarios to ensure complete coverage of your applications.

<Columns cols={2}>
  <Card title="End-to-End Monitoring" icon="route" href="/guides/end-to-end-monitoring">
    Learn how to monitor complete user journeys and critical business flows
  </Card>

  <Card title="Uptime Monitoring" icon="arrow-up" href="/guides/uptime-monitoring">
    Set up reliable uptime monitoring for your applications and services
  </Card>

  <Card title="Keyword Monitoring" icon="magnifying-glass" href="/guides/keyword-monitoring">
    Monitor specific content and keywords on your websites
  </Card>

  <Card title="SDLC Monitoring" icon="diagram-project" href="/guides/sdlc-monitoring">
    Implement monitoring throughout your software development lifecycle
  </Card>
</Columns>

## API Monitoring Guides

Specialized guides for monitoring APIs and web services with advanced techniques and integrations.

<Columns cols={3}>
  <Card title="OpenAPI Monitoring" icon="file-code" href="/guides/monitoring-an-openapi-spec">
    Automatically generate monitoring checks from your OpenAPI specifications
  </Card>

  <Card title="Stripe API Monitoring" icon="credit-card" href="/guides/monitoring-the-stripe-api">
    Set up comprehensive monitoring for Stripe API endpoints and webhooks
  </Card>

  <Card title="API Setup Scripts" icon="gear" href="/guides/setup-scripts-for-apis">
    Create setup scripts to prepare your API environment for testing
  </Card>
</Columns>

## E-commerce Monitoring Guides

Industry-specific guides for e-commerce applications covering critical business flows and revenue-impacting scenarios.

<Columns cols={2}>
  <Card title="Playwright E-commerce" icon="shopping-cart" href="/guides/monitoring-ecommerce-apps-using-playwright">
    Monitor critical e-commerce flows like checkout, search, and user authentication
  </Card>

  <Card title="Terraform E-commerce" icon="cloud" href="/guides/monitoring-ecommerce-apps-using-terraform">
    Infrastructure as Code approach to e-commerce monitoring
  </Card>
</Columns>

## Playwright Guides

Advanced Playwright techniques and best practices for reliable browser automation and testing.

<Columns cols={3}>
  <Card title="Puppeteer Migration" icon="arrow-right" href="/guides/moving-from-puppeteer-to-playwright">
    Migrate your existing Puppeteer scripts to Playwright
  </Card>

  <Card title="Developer Fixtures" icon="flask" href="/guides/developer-fixtures">
    Use fixtures to create reusable test data and setup
  </Card>

  <Card title="Auto-Waiting Methods" icon="clock" href="/guides/auto-waiting-methods">
    Master Playwright's auto-waiting capabilities for more reliable tests
  </Card>
</Columns>

## Advanced Topics

Specialized guides for advanced monitoring scenarios that require deeper technical knowledge.

<Columns cols={2}>
  <Card title="Reading Traces" icon="chart-line" href="/guides/reading-traces">
    Understand and analyze distributed tracing data for debugging
  </Card>

  <Card title="Broken Link Monitoring" icon="link-slash" href="/guides/how-to-monitor-broken-links">
    Set up automated monitoring to detect broken links on your websites
  </Card>
</Columns>
