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

# Overview

> View, pause, cancel, and migrate subscriptions with FunnelFox Billing.

You can manage all FunnelFox Billing subscriptions created through FunnelFox funnels or your custom funnels, including those built with the Web SDK.

All changes are automatically synced with <Tooltip tip="Payment Service Provider">PSPs</Tooltip> and let you handle customer requests in one place.

Your available options depend on the selected FunnelFox Billing setup:

* [Manage in FunnelFox dashboard](/billing/subscription-management-overview#funnelfox-billing-with-funnelfox): Available only for subscriptions created through FunnelFox funnels.
* [Manage in FunnelFox Billing dashboard](/billing/subscription-management-overview#funnelfox-billing-with-web-sdk): Available for all FunnelFox Billing setups, including custom funnels built with the Web SDK.

## Manage in FunnelFox dashboard

Use the main FunnelFox dashboard to view and manage subscriptions created through FunnelFox funnels. This applies to all connected <Tooltip tip="Payment Service Provider">PSPs</Tooltip>.

<Columns cols={2}>
  <Card title="View subscriptions" href="/billing/view-subscriptions-funnelfox">
    See all subscriptions in the FunnelFox dashboard, filter by status, platform, funnel, and more.
  </Card>

  <Card title="Manage subscriptions" href="/billing/manage-subscriptions-funnelfox">
    Pause or cancel subscriptions directly from the subscription details page.
  </Card>
</Columns>

## Manage in FunnelFox Billing dashboard

FunnelFox Billing dashboard is useful regardless of your setup.

<Tip>You can also use [FunnelFox Billing API](/develop/api-billing) for managing subscriptions crated through your custom funnels.</Tip>

<Columns cols={3}>
  <Card title="View subscriptions" href="/billing/view-subscriptions-billing">
    List and inspect subscriptions created through FunnelFox Billing.
  </Card>

  <Card title="Manage subscriptions" href="/billing/manage-subscriptions-billing">
    Pause, discount, and update subscriptions using the Billing dashboard or API.
  </Card>

  <Card title="Subscription migration" href="/billing/subscription-migration-billing">
    Move customers to a new price point immediately or on a scheduled basis.
  </Card>
</Columns>
