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

# Overview

> Learn about billing for organizations on Replit Pro, including tiered credits, pooled usage, and migration from the former Teams plan.

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>;

## Replit Pro

The **Pro plan** replaced the former Teams plan. Pro has **no per-seat fees**: you get **up to 15 builders** with **pooled credits** and budget controls. Everyone works from the same plan. See [Replit Pro](/billing/plans/replit-pro) for full Pro plan features.

## Billing and usage

Invoices include your plan cost and usage-based charges. To see historic and upcoming bills, visit the usage page. Usage is tracked per workspace so you can see how credits are consumed across your organization. See [Workspaces](/core-concepts/workspaces) for how projects, teammates, settings, and billing are organized.

## Usage-based pricing

Visit [Usage-based billing](/billing/about-usage-based-billing) for details on compute, data transfer, databases, and other usage.

## Credit packs

If your organization needs additional credits beyond your monthly allowance, you can purchase credit packs in **Settings** → **Account** → **Billing**.

<CreditPackTable />

Credit packs expire six months after the purchase date and do not renew or roll over. Credits are automatically used from the credit pack that expires earliest first. On Pro, unused subscription credits also roll over for one month.
