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

# Integration Guides

> Learn how to integrate Meter into your application

# Integration Guides

These guides show you how to integrate Meter into real-world applications and workflows.

## Available guides

<CardGroup cols={2}>
  <Card title="Bulk Upload" icon="upload" href="/guides/bulk-upload">
    Create multiple strategies at once by uploading a list of URLs
  </Card>

  <Card title="RAG Integration" icon="database" href="/guides/rag-integration">
    Connect Meter to your vector database for automatic RAG updates
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/webhooks">
    Set up webhook endpoints to receive real-time change notifications
  </Card>

  <Card title="Pull-Based Monitoring" icon="download" href="/guides/pull-based-monitoring">
    Poll for changes on your own schedule using the changes API
  </Card>

  <Card title="Change Detection Workflow" icon="code-compare" href="/guides/change-detection">
    Build custom change detection logic on top of Meter
  </Card>
</CardGroup>

## Example projects

See complete, working examples for common use cases:

<CardGroup cols={3}>
  <Card title="E-commerce Monitoring" icon="shopping-cart" href="/guides/examples/ecommerce-monitoring">
    Monitor product prices and availability
  </Card>

  <Card title="News Aggregation" icon="newspaper" href="/guides/examples/news-aggregation">
    Aggregate and track news articles
  </Card>

  <Card title="Job Board Scraping" icon="briefcase" href="/guides/examples/job-board-scraping">
    Track job listings and new postings
  </Card>
</CardGroup>

## What you'll learn

Each guide covers:

* Complete working code examples
* Best practices and optimization tips
* Error handling and edge cases
* Production deployment considerations

## Prerequisites

Most guides assume you have:

* A Meter account and API key
* Python 3.8+ or Node.js 16+
* Basic understanding of Meter [core concepts](/concepts/overview)

## Need help?

Email me at [mckinnon@meter.sh](mailto:mckinnon@meter.sh)
