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

# Subscriptions

> Answers about managing your Replit subscription—upgrading, canceling, fixing failed payments, transferring, and pausing.

export const ProPlanPrice = '$100';

export const ProCreditRolloverPeriod = 'two months';

These answers cover managing your subscription. For full plan details, see [Core](/billing/plans/replit-core) and [Pro](/billing/plans/replit-pro).

<AccordionGroup>
  <Accordion title="How do I upgrade from Core to Pro, and what's the difference?">
    Compared with [Core](/billing/plans/replit-core), [Pro](/billing/plans/replit-pro) ({ProPlanPrice}/month) adds:

    * Turbo mode
    * Up to 15 builders with pooled credits
    * Tiered credits. Unused credits roll over for {ProCreditRolloverPeriod}
    * A 28-day database restore window (versus 7 days on Core)
    * Priority support

    To upgrade, open **Settings → Billing**, select the Pro plan, and confirm your payment details. For a feature comparison and current pricing, see the [pricing page](https://replit.com/pricing).
  </Accordion>

  <Accordion title="How do I cancel my subscription?">
    Open **Settings → Billing** and select the option to cancel your subscription, then complete the confirmation steps. You keep your plan features until the end of the billing period, after which your account moves to the free [Starter plan](/billing/plans/starter-plan).

    Before the transition, be aware that published apps may go offline, custom domain connections are removed, and storage is reduced. Download anything you want to keep first. If your subscription shows as `past_due`, a payment may have failed—resolve it before canceling.
  </Accordion>

  <Accordion title="My renewal payment failed—how do I update my payment method?">
    Open **Settings → Billing**, select **Update payment method**, and add or update your card. Replit retries the outstanding payment automatically after you save.

    If the problem continues, [contact Replit Support](https://replit.com/support) with your payment intent ID (it starts with `pi_`). Billing failure notices sometimes land in your spam folder.
  </Accordion>

  <Accordion title="How do I transfer a subscription to a different email or account?">
    Subscriptions are tied to your Replit account and can't be transferred directly. To change the email on your account while keeping the subscription, go to **Settings → Profile**, then edit your email.

    To move a subscription to a different account, [contact Replit Support](https://replit.com/support)—these are handled case by case.
  </Accordion>

  <Accordion title="I was charged twice in one month—what happened?">
    Two charges in one month usually come from one of these:

    * A subscription fee plus a separate usage charge that hit a billing threshold
    * A retried payment that succeeded after an earlier failure
    * More than one active subscription

    To see what each charge is for, open **Settings → Account usage** and select **See previous invoices**. If something still doesn't add up, [contact Replit Support](https://replit.com/support).
  </Accordion>

  <Accordion title="I changed my plan but the new features aren't available—what should I do?">
    Plan changes are usually available right away. If new features aren't showing up:

    1. Hard-refresh with `Cmd+Shift+R` (Mac) or `Ctrl+Shift+R` (Windows).
    2. Sign out and sign back in.
    3. Open **Settings → Billing** and confirm the change went through—it should show your new plan name.

    If billing shows the right plan but features still aren't there, [contact Replit Support](https://replit.com/support) with your username and the feature you're trying to use.
  </Accordion>

  <Accordion title="Can I pause my subscription instead of canceling?">
    Some subscribers qualify to pause their subscription for one month instead of canceling. If you're eligible, the option appears when you go to cancel. During a pause:

    * Your next payment is skipped and no monthly credits are granted
    * Published projects stay live and collaborators keep access
    * Eligible credits roll over and credit packs stay usable
    * Agent and hosting usage is still billed pay-as-you-go

    **Settings → Billing** shows a **Paused** badge and your pause end date, and your subscription resumes automatically on that date. You can cancel a scheduled pause before it takes effect, but an active pause can't end early. You can pause your subscription only once.
  </Accordion>
</AccordionGroup>

## Still need help?

For account-specific subscription questions, [contact Replit Support](https://replit.com/support).
