> ## 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.

# Installation

> Install and manage Tell integrations.

## Install an Integration

<Tabs>
  <Tab title="Cloud">
    Go to **Settings → Integrations**, find the integration you want, and click **Install**.
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    tell plugin install <name>
    ```

    For example:

    ```bash theme={null}
    tell plugin install cloudflare
    ```
  </Tab>
</Tabs>

## Available Integrations

| Integration                                     | Description                                   |
| ----------------------------------------------- | --------------------------------------------- |
| [Cloudflare](/tracking/integrations/cloudflare) | DNS, traffic, security, and cache performance |
| [GitHub](/tracking/integrations/github)         | Stars, PRs, commits, and issue tracking       |
| [Resend](/tracking/integrations/resend)         | Email delivery, domains, and audiences        |
| [Shopify](/tracking/integrations/shopify)       | Orders, revenue, customers, and inventory     |

## Managing Integrations

<Tabs>
  <Tab title="Cloud">
    Go to **Settings → Integrations** to view, configure, or remove installed integrations.
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    # List installed integrations
    tell plugin list

    # View details for an integration
    tell plugin info cloudflare

    # Pull metrics on demand
    tell plugin pull cloudflare --entity all

    # Remove an integration
    tell plugin remove cloudflare
    ```
  </Tab>
</Tabs>
