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

# Billing and plans

> Understand billing in Remapdb, choose the right plan, and manage subscriptions, payments, and invoices with clear links to each billing task.

Use this section as your billing guide in Remapdb. It helps you choose a plan, subscribe, change plan, recover failed payments, and understand exactly when billing changes apply.

## How billing works in Remapdb

* You start billing actions in **Settings > Billing** in Remapdb.
* Remapdb shows your current plan, status, billing period, renew date, and current charge details.
* Payment method, billing address, invoice payment, and full invoice history are handled in the Stripe customer portal.
* Higher-cost paid-plan changes are applied immediately with proration, and any amount due is charged now.
* Lower-cost paid-plan changes and downgrade to Free are scheduled for period end.

<Info>
  For plan limits and feature access by tier, see [Feature availability by plan](/feature-availability-by-plan).
</Info>

## Open the right page for the right task

| Task                                                                | Page                                                                                  |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| Compare plans and choose monthly or yearly billing                  | [Pricing plans](/billing/pricing-plans)                                               |
| Subscribe to a paid plan or change plan/cycle                       | [Subscribe or change plan](/billing/subscribe-or-change-plan)                         |
| Fix failed charges, past-due renewals, and invoice/payment warnings | [Payment failed: next steps](/billing/payment-failed-next-steps)                      |
| Update payment method, billing address, and invoice records         | [Billing invoices and payment methods](/billing/billing-invoices-and-payment-methods) |
| Understand status changes, scheduled updates, and downgrade timing  | [Billing subscription lifecycle](/billing/billing-subscription-lifecycle)             |

## Core billing tasks users ask most often

### Subscribe to a paid plan

* Go to [Pricing plans](/billing/pricing-plans) first to choose the plan and billing cycle.
* Then follow [Subscribe or change plan](/billing/subscribe-or-change-plan) for the full click-by-click flow.

### Update or change your plan

* Start in **Settings > Billing**.
* Click the **Update subscription** button.
* Follow [Subscribe or change plan](/billing/subscribe-or-change-plan) for the exact rules:
  * Higher-cost changes apply immediately with proration, and any amount due is charged now.
  * Lower-cost changes are scheduled for current period end.

### Cancel your paid plan (downgrade to Free)

* Open [Billing subscription lifecycle](/billing/billing-subscription-lifecycle) and follow the downgrade steps.
* Remapdb schedules downgrade at period end, so you keep current paid access until that date.

### Manage invoices, card, and billing address

* Open [Billing invoices and payment methods](/billing/billing-invoices-and-payment-methods).
* That page explains exactly which actions happen in Stripe and which billing data you can review directly in Remapdb.

## Where to check billing health quickly

* Open **Settings > Billing** and review:
  * **Status**
  * **Billing period**
  * **Renew date**
  * **Payment method** warnings
  * **Invoice history** due states
* If you see a warning banner at the top of the app, resolve it the same day using [Payment failed: next steps](/billing/payment-failed-next-steps).

## Before you make billing changes

* Confirm who in your team owns payment approval.
* Confirm your target plan covers your website count, quote volume, and API needs.
* Confirm your payment method is valid before starting plan updates.
* If a scheduled change already exists, click the **Cancel scheduled change** button before starting a new change.

## Pages in this section

<div className="px-4 pb-10 max-w-6xl mx-auto">
  <Columns cols={2}>
    <Card title="Pricing plans" href="/billing/pricing-plans" className="rounded-sm">
      Compare plans, limits, and monthly versus yearly billing.
    </Card>

    <Card title="Subscribe or change plan" href="/billing/subscribe-or-change-plan" className="rounded-sm">
      Subscribe, upgrade, downgrade between paid plans, or switch billing cycle.
    </Card>

    <Card title="Payment failed: next steps" href="/billing/payment-failed-next-steps" className="rounded-sm">
      Fix payment issues before they affect your service.
    </Card>

    <Card title="Billing invoices and payment methods" href="/billing/billing-invoices-and-payment-methods" className="rounded-sm">
      Manage card, billing address, and invoices through Stripe.
    </Card>

    <Card title="Billing subscription lifecycle" href="/billing/billing-subscription-lifecycle" className="rounded-sm">
      Understand statuses, scheduled changes, downgrades, and timing.
    </Card>
  </Columns>
</div>
