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

# Subscriptions

> Create and manage your subscriptions

Subscriptions are the heart of recurring billing in Fynn. With subscriptions, you can create and manage flexible billing models for your customers.

<CardGroup cols={2}>
  <Card title="Create Subscription" icon="plus" href="/en/guide/subscriptions/create">
    Create new subscriptions with products, prices, and custom terms.
  </Card>

  <Card title="Activate Subscription" icon="bolt" href="/en/guide/subscriptions/activate">
    Activate subscriptions and select items and billing start date.
  </Card>

  <Card title="Cancel Subscription" icon="xmark" href="/en/guide/subscriptions/cancel">
    Cancel subscriptions and manage cancellation periods.
  </Card>

  <Card title="Pause Subscription" icon="pause" href="/en/guide/subscriptions/pause">
    Pause subscriptions temporarily and resume them.
  </Card>

  <Card title="Billing Groups" icon="layer-group" href="/en/guide/subscriptions/billing-groups">
    Combine multiple subscriptions into a single invoice.
  </Card>
</CardGroup>

## Total Contract Value (TCV)

The Total Contract Value (TCV) is the total value of a subscription over the entire initial contract term. The TCV is an important indicator for the value of a subscription and is often used to evaluate subscriptions.

The TCV is calculated by summing the recurring revenue of a subscription over the entire initial contract term. One-time payments and discounts are also taken into account.

Example:

A subscription has a monthly price of 100 EUR and a contract term of 12 months. The TCV is therefore 1,200 EUR.
If the subscription receives a 10% discount on the first 3 months, the TCV is 1,080 EUR.
If a one-time payment of 100 EUR is added within the 1st contract term (e.g., for consulting), the TCV is 1,180 EUR.

If an upgrade to a higher-value subscription is then performed within the 1st contract term, the TCV is adjusted accordingly.

<Info>
  If a subscription contains multiple currencies, the TCV is calculated in the tenant's default currency according to the currently valid ECB exchange rate.
</Info>
