> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/subscriptions/getting-started/getting-started-with-subscriptions.md).

# Getting started with subscriptions

Set up subscription billing, customer self-service, price changes, and recovery workflows.

Use Subscriptions to sell recurring products, manage live contracts, recover failed payments, and support subscribers without leaving the admin.

Start with the task you need to solve.

### Start with the right guide

#### Set up billing behavior

* [Same-day subscription bundling](/subscriptions/getting-started/same-day-subscription-bundling.md)
* [Failed payment retries](/subscriptions/pricing-and-billing/failed-payment-retries.md)
* [Subscription auto-tagging](/subscriptions/getting-started/subscription-auto-tagging.md)
* [Shipping discounts for subscription orders](/subscriptions/getting-started/shipping-discounts-for-subscription-orders.md)

#### Configure the storefront experience

* [Configuring the Product Page subscription widget](/subscriptions/storefront-and-accounts/configuring-the-product-page-subscription-widget.md)
* [Configuring the Customer Subscriptions widget (legacy customer accounts)](/subscriptions/storefront-and-accounts/configuring-the-customer-subscriptions-widget-legacy-customer-accounts.md)
* [Configuring the Subscription Management block (new customer accounts)](/subscriptions/storefront-and-accounts/configuring-the-subscription-management-block-new-customer-accounts.md)

#### Support live subscribers

* [What customers can do from their account page](/subscriptions/storefront-and-accounts/what-customers-can-do-from-their-account-page.md)
* [Updating a customer's payment method](/subscriptions/managing-subscriptions/updating-a-customers-payment-method.md)
* [Manually charging a subscription (Order Now)](/subscriptions/managing-subscriptions/manually-charging-a-subscription-order-now.md)

#### Update pricing safely

* [Bulk-adjusting subscription product prices](/subscriptions/pricing-and-billing/bulk-adjusting-subscription-product-prices.md)
* [Realigning existing subscriptions to current prices (Price Sync)](/subscriptions/pricing-and-billing/realigning-existing-subscriptions-to-current-prices-price-sync.md)

### Core workflows

{% stepper %}
{% step %}

#### Configure the customer offer

Start with the product-page widget so customers can choose one-time or subscribe-and-save clearly.
{% endstep %}

{% step %}

#### Set tagging, recovery and churn rules

Turn on bundling if customers renew multiple contracts on the same day.

Set your dunning schedule before live billing starts.\
\
Configure your pause and cancellation flows to reduce churn.
{% endstep %}

{% step %}

#### Decide how customers self-serve

Review the account-page actions customers can take without contacting support.
{% endstep %}

{% step %}

#### Prepare merchant workflows

Make sure your team knows how to update payment methods, run **Order now**, review the Timeline, and work in bulk.
{% endstep %}
{% endstepper %}

### Most-used articles

* [Failed payment retries](/subscriptions/pricing-and-billing/failed-payment-retries.md)
* [Updating a customer's payment method](/subscriptions/managing-subscriptions/updating-a-customers-payment-method.md)
* [The Subscription Activity Timeline](/subscriptions/managing-subscriptions/the-subscription-activity-timeline.md)
* [Working with subscriptions in bulk](/subscriptions/managing-subscriptions/working-with-subscriptions-in-bulk.md)

### Related guides

* [Loyalty points × subscriptions](/subscriptions/storefront-and-accounts/loyalty-points-subscriptions.md)
* [Shipping discounts for subscription orders](/subscriptions/getting-started/shipping-discounts-for-subscription-orders.md)
* [Filtering the Subscriptions list](/subscriptions/managing-subscriptions/filtering-the-subscriptions-list.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roadmap.so/subscriptions/getting-started/getting-started-with-subscriptions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
