> ## 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.

# Pricing and plans

> Answers about Replit plans, how Agent usage is priced, monthly credits and rollover, credit packs, and discounts.

export const CreditPackTable = () => <table>
    <thead>
      <tr>
        <th>Credit Pack</th>
        <th style={{
  textAlign: 'right'
}}>Price</th>
        <th style={{
  textAlign: 'right'
}}>Discount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>$100 credits</td>
        <td style={{
  textAlign: 'right'
}}>$100</td>
        <td style={{
  textAlign: 'right'
}}>—</td>
      </tr>
      <tr>
        <td>$300 credits</td>
        <td style={{
  textAlign: 'right'
}}>$290</td>
        <td style={{
  textAlign: 'right'
}}>$10 off</td>
      </tr>
      <tr>
        <td>$500 credits</td>
        <td style={{
  textAlign: 'right'
}}>$480</td>
        <td style={{
  textAlign: 'right'
}}>$20 off</td>
      </tr>
      <tr>
        <td>$1,000 credits</td>
        <td style={{
  textAlign: 'right'
}}>$950</td>
        <td style={{
  textAlign: 'right'
}}>$50 off</td>
      </tr>
    </tbody>
  </table>;

export const CoreAnnualPrice = '$204';

export const ProPlanPrice = '$100';

export const ProCreditRolloverPeriod = 'two months';

export const CoreCredits = '$20';

These answers cover plans and pricing. For full plan details, see [Starter](/billing/plans/starter-plan), [Core](/billing/plans/replit-core), and [Pro](/billing/plans/replit-pro), and check the [pricing page](https://replit.com/pricing) for current rates.

<AccordionGroup>
  <Accordion title="How is Agent usage priced, and why am I charged in Plan mode?">
    Free Mode is a benefit included with Core and Pro subscriptions. It provides no-cost Agent work within an allowance. The allowance resets every five hours and has a weekly limit. Check **Settings → Usage** to see your usage. It is not a free plan on its own, and the Starter tier keeps its existing limits.

    Paid modes and confirmed paid work use [effort-based pricing](/billing/ai-billing) based on request complexity. Plan Mode can perform billable reasoning in the paid path, even when it does not change code. Replit asks for confirmation before a paid action starts.

    Start with [Free Mode](/features/agent/agent-modes) for everyday work. Choose [Power mode](/features/agent/agent-modes) when you need more capability at an affordable price. You can also scope work with [Plan mode](/features/agent/plan-mode), and set a usage limit and budget in [Managing your spend](/billing/managing-spend). To see a breakdown of your charges, open **Settings → Account usage** and select **See previous invoices**.
  </Accordion>

  <Accordion title="What's included in each plan—Starter, Core, and Pro?">
    Each plan targets a different stage of building:

    * **Starter** is free, with a daily Agent allowance and limited monthly cloud credits, basic Agent access, and one published app. See [Starter plan](/billing/plans/starter-plan).
    * **Core** includes {CoreCredits} in monthly credits, full Agent with Plan and Build modes, up to 5 collaborators, unlimited published apps, and a 7-day database restore window. See [Core plan](/billing/plans/replit-core).
    * **Pro** ({ProPlanPrice}/month) adds Turbo mode, up to 15 builders with pooled credits, tiered credits, and a 28-day database restore window. Unused credits roll over for {ProCreditRolloverPeriod}. See [Pro plan](/billing/plans/replit-pro).

    For a side-by-side comparison and current pricing, see the [pricing page](https://replit.com/pricing).
  </Accordion>

  <Accordion title="Does Replit offer a student or education discount?">
    Replit runs an education program for students and educators. To check current eligibility, discounts, and how to apply, visit [replit.com/education](https://replit.com/education).

    <Note>Specific discount amounts and eligibility rules are managed by the education program and may change—the education page is the source of truth.</Note>
  </Accordion>

  <Accordion title="How does annual billing work, and how much do I save?">
    Annual billing gives you a lower effective monthly rate in exchange for paying for the year upfront. [Core](/billing/plans/replit-core) is {CoreAnnualPrice}/year. To switch, choose the annual option when you subscribe or change your plan. For other plans and current savings, see the [pricing page](https://replit.com/pricing).
  </Accordion>

  <Accordion title="Do unused monthly credits roll over to the next month?">
    It depends on your plan. Core credits reset at the start of each billing cycle and don't roll over. Pro includes [credit rollover](/billing/plans/replit-pro)—unused credits carry over for {ProCreditRolloverPeriod} before expiring.

    If your balance is higher than your monthly allocation, the extra may be referral or promotional credits, which have their own expiration dates.
  </Accordion>

  <Accordion title="How do I purchase additional credits (credit packs)?">
    Credit packs add credits on top of your monthly allocation, with discounts on larger packs:

    <CreditPackTable />

    Open **Settings → Account usage** and select the option to purchase a credit pack. Credits apply to Agent usage, deployments, storage, and other usage-based services. See [Managing your spend](/billing/managing-spend#purchase-credit-packs) for details.

    If you subscribed through the App Store, add a web payment method to your account first.
  </Accordion>

  <Accordion title="Is there a free trial for Core or Pro?">
    Replit doesn't offer a time-limited free trial for paid plans, but you have options to try Replit first:

    * The [Starter plan](/billing/plans/starter-plan) is free with no time limit.
    * The [education program](https://replit.com/education) offers discounted access to eligible students.

    For current subscription refund terms, [contact Replit Support](https://replit.com/support).
  </Accordion>

  <Accordion title="If I upgrade mid-cycle, how is proration calculated?">
    When you change plans mid-cycle, Replit credits the unused portion of your current plan toward the cost of the new plan. The exact proration is shown on the billing confirmation screen before you complete the change, so you can review it before anything is charged.
  </Accordion>
</AccordionGroup>

## Still need help?

For questions about your specific plan or charges, [contact Replit Support](https://replit.com/support).
