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

# Introduction

> Reorder is an open-source Medusa plugin that adds subscriptions, renewals, dunning, retention flows, and analytics to your store.

Reorder is an open-source plugin for [Medusa.js](https://medusajs.com) that turns your store into a full recurring commerce platform. It adds subscription management, configurable plans and offers, automated renewal orchestration, payment recovery through dunning, cancellation retention flows, and subscription analytics — all from the Medusa Admin.

Reorder extends Medusa's native modules rather than replacing them. Subscriptions link directly to your existing products, customers, carts, and orders. Renewals generate standard Medusa orders and use your configured payment provider. Admin users can also move directly from a Medusa order to its linked subscription through the order-detail widget. No separate catalogs, customer records, or payment credentials to manage.

## Features

<CardGroup cols={2}>
  <Card title="Subscriptions" icon="arrows-rotate" href="/concepts/subscriptions">
    Create, pause, resume, and cancel subscriptions. Track lifecycle state and upcoming renewals.
  </Card>

  <Card title="Plans & Offers" icon="tags" href="/concepts/plans-offers">
    Configure subscription frequencies, per-frequency discounts, trials, and minimum cycle rules.
  </Card>

  <Card title="Renewals" icon="calendar-check" href="/concepts/renewals">
    Scheduler-backed renewal execution with manual override, approval flows, and attempt history.
  </Card>

  <Card title="Dunning" icon="triangle-exclamation" href="/concepts/dunning">
    Automatic payment retry scheduling with configurable intervals and manual recovery actions.
  </Card>

  <Card title="Cancellation & Retention" icon="hand" href="/concepts/cancellation-retention">
    Run retention flows — pause offers, discounts, and bonuses — before finalizing cancellations.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/admin/analytics">
    Track MRR, churn rate, LTV, and active subscription counts with filterable trend charts.
  </Card>
</CardGroup>

Ready to install? Follow the [Quick Start](/quickstart) guide.
