> ## 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 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?">
    Agent uses [effort-based pricing](/billing/ai-billing) that scales with the complexity of your request. Every Agent interaction is billable—including [Plan mode](/references/agent/plan-mode) conversations—because Agent does reasoning work even when it doesn't change code.

    To manage costs, use [Economy mode](/references/agent/agent-modes), turn on [Code Optimizations](/references/agent/code-optimizations), 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 with one-month rollover, a 28-day database restore window, and priority support. 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 one extra month 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).
