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

# Subscription management integrations

> Connect FunnelFox with subscription platforms: Adapty, RevenueCat, and Qonversion. Sync web and in-app subscriptions seamlessly.

FunnelFox integrates with subscription management platforms to sync purchase
data and control user access in your mobile and web applications.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Adapty" href="/integrations/subscription-management/adapty">
    Mobile app subscription management with access level control and revenue
    analytics
  </Card>

  <Card title="RevenueCat" href="/integrations/subscription-management/revenuecat">
    Unified subscription analytics and management across platforms with
    automated revenue tracking
  </Card>

  <Card title="Qonversion" href="/integrations/subscription-management/qonversion">
    Cross-platform entitlement management with flexible access control and
    user properties
  </Card>
</CardGroup>

## How Subscription Management Works

When users purchase recurring products through your funnels:

1. **Purchase Completion**: User completes payment via any payment provider
2. **Profile Sync**: Customer profile created in subscription platform
3. **Access Grant**: Appropriate access levels or entitlements activated
4. **App Verification**: Your application checks user's access status
5. **Lifecycle Management**: Renewals, cancellations, and refunds handled automatically

## Key Benefits

<CardGroup cols={2}>
  <Card title="Unified Access Control" icon="shield-check">
    Manage user permissions across web and mobile from a single source
  </Card>

  <Card title="Automatic Sync" icon="rotate">
    Purchase data flows seamlessly to your subscription platform
  </Card>

  <Card title="Revenue Tracking" icon="chart-line">
    Monitor subscription metrics and lifetime value in one place
  </Card>

  <Card title="Trial Management" icon="clock">
    Handle free and paid trials with proper access control
  </Card>
</CardGroup>

## Setup Process

<Steps>
  <Step title="Choose Platform">
    Select the subscription management platform that fits your app
    architecture
  </Step>

  <Step title="Configure Integration">
    Add API credentials and set up access levels on the [Integrations page](https://app.funnelfox.com/integrations)
  </Step>

  <Step title="Map Products">
    Connect FunnelFox recurring products to platform-specific products
  </Step>

  <Step title="Test Flow">
    Verify purchases sync correctly and access is granted properly
  </Step>
</Steps>

## Best Practices

* **Test in Sandbox**: Always verify integration with test purchases first
* **Document Access Levels**: Clearly define what each tier includes

## Next Steps

* [Set up Adapty](/integrations/subscription-management/adapty) for mobile apps
* [Configure recurring products](/dashboard/products#recurring-products)
* [Learn about webhooks](/develop/webhooks) for custom integrations
