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

# Pricing

> Ingestly plans, credit allotments, and what it costs to process a document.

Ingestly is billed monthly per organization. Every plan includes every feature; plans differ in how many
credits you get each month and in a small set of tier-gated capabilities.

## Plans

| Plan           | Monthly price         | Credits           | Best for                        |
| -------------- | --------------------- | ----------------- | ------------------------------- |
| **Free**       | \$0                   | 200 credits       | Trying every feature end to end |
| **Basic**      | \~\~$79~~ **$67\*\*   | 1,000 credits/mo  | Individuals and small teams     |
| **Standard**   | \~\~$149~~ **$126\*\* | 2,000 credits/mo  | Growing businesses              |
| **Advanced**   | \~\~$499~~ **$424\*\* | 10,000 credits/mo | High-volume processing          |
| **Enterprise** | Contact sales         | Volume pricing    | Large-scale operations          |

Basic, Standard, and Advanced currently include 15% off launch pricing. Free is \$0 and Enterprise is custom,
so the discount does not apply to those plans.

<Note>Yearly billing is marked **Coming soon**. Only monthly plans are available today.</Note>

## Is there a free tier?

Yes. Free costs nothing, needs no credit card, and includes 200 credits. Every feature is available on Free so
you can build a complete pipeline, run real documents through it, and see the output before you pay anything.
Tier gating activates only when you move to a paid plan.

## What is a credit?

A credit is the billing unit consumed as a document moves through your pipeline. Cost depends on the nodes in
the pipeline and the number of pages processed, not on the number of runs.

A few common costs, per page:

| Step                                                               | Cost per page |
| ------------------------------------------------------------------ | ------------- |
| Upload, email, or webhook trigger                                  | 1 credit      |
| Extract (Engine 1, Medium precision)                               | 2 credits     |
| Classify (AI)                                                      | 0.2 credits   |
| Review, transform, validation (rules), callback, and other outputs | 0 credits     |

So a minimal "submit a document, get structured data back" pipeline (webhook trigger, extract, callback) costs
**3 credits per page**. A 5-page invoice through that pipeline costs 15 credits, which means Free covers about
13 such documents and Basic covers roughly 66 per month.

See [credits](/admin/credits) for the full per-node cost tables and worked examples.

## What happens when I run out of credits?

Runs stop when the balance is exhausted, and your pipelines and data stay exactly as they are. Credits are
allocated monthly and do not roll over. You can set an [alert rule](/admin/alert-rules) to notify you when the
balance drops below a threshold, and you can upgrade at any time to raise the monthly allotment.

## What is gated by plan?

Every plan includes every feature on Free so you can evaluate the product. On paid plans, these require a tier:

* **Excel export** on a [transform](/nodes/transform) output requires **Advanced** or higher.
* **Image document types** (PNG, JPG, TIFF, GIF, WebP) on a trigger require **Basic** or higher.
* **CSV** on a trigger requires **Basic** or higher.
* **API keys**, **custom roles**, and **webhook signing keys** require **Basic** or higher.

## Can I change plans?

Yes, at any time, from the subscription page in the app. Upgrades and downgrades both apply through the plan
picker. Enterprise is a managed plan: to move to or from it, contact sales. See
[subscription](/admin/subscription) for how billing, invoices, and the customer portal work.

## Related

<CardGroup cols={2}>
  <Card title="Credits" icon="coins" href="/admin/credits">
    Per-node credit costs and worked pipeline examples
  </Card>

  <Card title="Subscription" icon="credit-card" href="/admin/subscription">
    Plan changes, billing, and the customer portal
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Build and run your first pipeline
  </Card>

  <Card title="Alert rules" icon="bell" href="/admin/alert-rules">
    Get notified before your balance runs out
  </Card>
</CardGroup>
