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

# Plans and credits overview

> Starter, Growth, Scale and Enterprise: what a plan grants, what credits are for, and where to read your own numbers.

export const Screenshot = ({id, alt, caption, frame = 'browser', url, marks = [], lang = 'en', workspace = 'northwind-outbound'}) => {
  const src = `/images/screenshots/${lang}/${id}.png`;
  const chrome = url ? `app.pipelime.ai/${workspace}${url}` : 'app.pipelime.ai';
  return <figure className={`pl-shot pl-shot--${frame} not-prose`}>
      <div className="pl-shot__frame">
        {frame !== 'bare' && <div className="pl-shot__bar">
            <span className="pl-shot__dots">
              <span className="pl-shot__dot" />
              <span className="pl-shot__dot" />
              <span className="pl-shot__dot" />
            </span>
            <span className="pl-shot__url">{chrome}</span>
          </div>}
        <div className="pl-shot__media">
          <img src={src} alt={alt} loading="lazy" />
          {marks.map(mark => <span key={mark.n} className="pl-shot__mark" style={{
    left: `${mark.x}%`,
    top: `${mark.y}%`
  }} aria-hidden="true">
              {mark.n}
            </span>)}
        </div>
      </div>
      {caption && <figcaption className="pl-shot__caption">{caption}</figcaption>}
    </figure>;
};

A plan sets what a workspace gets each month: credits, email recipients and team seats. Credits are what finding and enriching a lead costs.

<div className="pl-availability">
  <div className="pl-availability__row">
    <div className="pl-availability__label">Where</div>
    <div className="pl-availability__value"><span className="pl-path">Your avatar<span className="pl-path__sep">→</span>Subscription</span></div>
  </div>

  <div className="pl-availability__row">
    <div className="pl-availability__label">Partner-branded workspaces</div>
    <div className="pl-availability__value">Not shown in partner-branded workspaces.</div>
  </div>

  <div className="pl-availability__note">Visible to the account owner. In a partner-branded workspace the end users never see billing; the partner manages the plan.</div>
</div>

The plan screen is headed **Choose your plan**, and it drops the sidebar so the cards own the window. Three self-serve plans sit side by side (Starter, Growth and Scale), with a fourth card for Enterprise. Growth carries a **Most popular** badge (1), except that the plan you already hold, at the billing period you bought it on, shows **Current plan** in the badge's place. Scale is the only card with a slider: the handle runs from that tier's base credit grant up to a ceiling, and the card's figure moves with it. Enterprise is not one of these subscriptions at all. It is marked **Fully managed**, its price line reads **Let's talk**, and its **Schedule a meeting** button opens a booking link, because that tier is run by our team rather than configured by you. The **Monthly** / **Annual** toggle beside the heading rewrites every card; it opens on **Annual**, or on the period you are already subscribed to, and annual works out cheaper. The figures on the cards are real and this page never repeats them: read them on the screen, or at [pipelime.ai/pricing](https://pipelime.ai/pricing). One more thing rides above the cards: with no subscription on the account and a credit allowance above zero, a chip under the subtitle calls that allowance a free trial and counts down what is left of it, which is [not quite the same as being in a trial](/en/billing/free-trial-credits).

<Screenshot id="billing/plans-and-credits-overview--plans" url="/pricing" alt="The Choose your plan screen with no sidebar: a free-trial chip under the subtitle, a Monthly and Annual toggle on the right, and four cards in a row: Starter, a dark Growth card with a Most popular badge, Scale with a credit slider, and a teal Enterprise card reading Let's talk" caption="The prices move with the toggle and with Scale's slider. The plan names are the only part of this screen that stays put." marks={[{ n: 1, x: 39, y: 35 }]} />

<Note>
  In a partner-branded workspace this screen never shows the ladder. It offers a **Schedule a Call** button instead, and the partner handles the plan.
</Note>

A credit is what one found and enriched lead costs, and revealing that lead's phone number costs more credits than finding the lead did. The Starter and Growth cards do not say "credits" at all. They state the allowance as a monthly count of enriched leads, and only Scale, whose slider you set yourself, counts in credits. Your own numbers are on the **Subscription** screen. Its hero (1) names your plan: with no plan on the subscription (nothing at all, or only add-ons) it reads **Free plan** for a small credit allowance and **Custom plan** for a large or uncapped one, so a workspace holding bought credits and no plan reads **Custom plan** while the line underneath still says you are on the free plan. With a subscription the hero also carries a status chip, what you are being billed, whether that is monthly or annual, and the renewal date; without one it offers a button through to the plan screen. Under it, the Usage this period card draws a ring for credits (labelled **Leads**, not credits) and one more for each of recipients, tracking, LinkedIn and WhatsApp your plan actually allows (2), each reading what has been spent this period over what is allowed, or ∞ where nothing caps it. An Add-ons card at the bottom lists any credit packs sitting on the subscription, and carries **Add more credits** whether or not there are any.

<Screenshot id="billing/plans-and-credits-overview--subscription" url="/user/subscription" alt="The Subscription screen: a dark hero card headed Your plan reading Custom plan, with a button through to the plan screen, above a Usage this period card holding two rings labelled Leads and Recipients, each with spent over allowed underneath" caption="A workspace holding credits but no plan reads Custom plan: the rings, not the plan name, are what a support conversation starts from." marks={[{ n: 1, x: 45, y: 20 }, { n: 2, x: 55, y: 50 }]} />

## Related

<CardGroup cols={2}>
  <Card title="What consumes credits" icon="coins" href="/en/billing/what-consumes-credits">
    Every chargeable action, and the long list of things (imports, manual leads) that cost nothing at all.
  </Card>

  <Card title="Plan limits reference" icon="list-checks" href="/en/billing/plan-limits-reference">
    Every limit a plan can carry, and which ones actually stop you rather than just being tracked.
  </Card>

  <Card title="Reading the credits and usage popover" icon="gauge" href="/en/billing/usage-meter">
    The header pill's per-resource bars, the rollover row and the renewal countdown, explained.
  </Card>
</CardGroup>
