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

# Integrations

> Connect ReferralLoop with your favorite tools and services

## Overview

ReferralLoop offers multiple ways to integrate with your existing tools and workflows. Choose the integration method that best fits your needs.

## Integration Options

<CardGroup cols={2}>
  <Card title="Zapier" icon="plug" href="/integrations/zapier">
    Connect to 5,000+ apps with no-code automation. Perfect for non-technical
    users.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/integrations/webhooks">
    Build custom integrations with webhooks. Ideal for developers and custom
    workflows.
  </Card>

  <Card title="REST API" icon="terminal" href="/api-reference/introduction">
    Full programmatic control with our REST API. Maximum flexibility for
    developers.
  </Card>
</CardGroup>

## Choosing the Right Integration

### Use Zapier if:

* You want to connect without writing code
* You need quick integrations with popular apps
* You prefer a visual workflow builder
* You want to get started in minutes

### Use Webhooks if:

* You need real-time event notifications
* You're building custom integrations
* You want to process events server-side
* You need more control over event handling

### Use the REST API if:

* You need full control over your integration
* You're building a custom application
* You need to query data on-demand
* You want to manage resources programmatically

## Getting Started

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" horizontal>
  New to ReferralLoop? Start here to learn the basics.
</Card>
