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

# Integrations

> Pull metrics from Cloudflare, GitHub, Shopify, Resend, and more — no SDK needed.

Connect Tell to external services and pull metrics automatically. Set up once, and Tell captures data on a schedule so you can track trends alongside your product analytics.

<CardGroup cols={2}>
  <Card title="Cloudflare" icon="cloud" href="/tracking/integrations/cloudflare">
    Monitor DNS, traffic, security, and cache performance.
  </Card>

  <Card title="GitHub" icon="github" href="/tracking/integrations/github">
    Track stars, PRs, commits, and issue velocity.
  </Card>

  <Card title="Resend" icon="envelope" href="/tracking/integrations/resend">
    See email delivery, domains, and audience growth.
  </Card>

  <Card title="Shopify" icon="cart-shopping" href="/tracking/integrations/shopify">
    Watch orders, revenue, customers, and inventory.
  </Card>
</CardGroup>

## Getting Started

<Tabs>
  <Tab title="Cloud">
    1. Go to **Settings → Integrations**
    2. Pick a service and click **Connect**
    3. Paste your API credentials
    4. Choose what to pull and how often
  </Tab>

  <Tab title="CLI">
    Install the integration and add it to your config:

    ```bash theme={null}
    tell plugin install cloudflare
    ```

    ```toml theme={null}
    [[plugins]]
    name = "cloudflare"
    entity = "all"
    config.api_token = "${CLOUDFLARE_API_TOKEN}"
    config.zone_id = "abc123"
    ```

    Pull metrics manually or let the schedule handle it:

    ```bash theme={null}
    tell plugin pull cloudflare --entity all
    ```
  </Tab>
</Tabs>

See [Installation](/tracking/integrations/installation) for the full list of available integrations.

## What You Get

Once connected, Tell pulls metrics on your configured schedule and tracks them over time.

* **Dashboards** — build boards that mix integration data with your product analytics
* **Trends** — see how metrics change over days, weeks, and months

## Further Reading

* [Installation](/tracking/integrations/installation) — install and manage integrations
* [Pipeline Overview](/pipeline/overview) — how integration data flows through the pipeline
* [Configuration](/running-tell/configuration) — full config reference
