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

# Introduction

> Subscription Manager helps you track recurring subscriptions, renewal dates, and spending, with multi-currency analytics, AI capture, reminders, and multi-device sync.

# Subscription Manager

Subscription Manager helps you keep track of recurring subscriptions: what you pay for, how often it renews, when the next payment is due, and how much it all costs in your chosen currency.

Your data stays in your browser by default, and the app works fully without an account. When you want to use it across devices, sign in to enable cloud sync.

<Frame caption="Dashboard overview with demo subscription data.">
  <img src="https://mintcdn.com/subscriptionmanager/ORRzw3h97kP3AWOt/images/product/dashboard-overview.png?fit=max&auto=format&n=ORRzw3h97kP3AWOt&q=85&s=22c4333b77049fdd24c3aec7a441a800" alt="Subscription Manager dashboard showing spending totals, filters, and demo subscription cards" width="2790" height="1768" data-path="images/product/dashboard-overview.png" />
</Frame>

## What you can do

* Track subscriptions with category, amount, currency, billing period, and renewal date.
* Review monthly and yearly totals in a selected base currency.
* Convert between CNY, USD, EUR, JPY, GBP, AUD, CAD, CHF, HKD, and SGD.
* Sort and filter subscriptions by name, amount, renewal date, category, or creation date.
* Manage built-in and custom categories.
* Use AI capture to add or update subscriptions from a piece of text or a screenshot.
* Export print-ready A4 [PDF reports](/en/user-guide/reports) of your spending.
* Import and export subscription data as JSON for backups and migration.
* Sign in to sync your data across devices.
* Receive push reminders for upcoming renewals through Bark.
* Create Developer API keys for automation through the public API.

## Start here

<CardGroup cols={2}>
  <Card title="Use the app" icon="rocket" href="/en/user-guide/overview">
    Learn how to manage subscriptions, use AI capture, reminders, backups, and sync.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/en/user-guide/faq">
    Common questions about where data lives, backups, sync, and privacy.
  </Card>
</CardGroup>

## For developers

<CardGroup cols={2}>
  <Card title="Self-hosting" icon="server" href="/en/getting-started">
    Run the app locally or deploy your own instance, enabling hosted features as needed.
  </Card>

  <Card title="Public API" icon="code" href="/en/api/overview">
    Integrate subscription data with scripts, agents, or third-party tools. Endpoint details live in the [API Reference](/api-reference).
  </Card>
</CardGroup>
