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

# Plan Gating and Limits

> Understand how plan boundaries affect collections, runs, and usage-sensitive workflows.

Some product capabilities are explicitly plan-sensitive.

## Confirmed current behavior

Collection creation is gated above the free plan.

That behavior is implemented directly in the collections API. On the free tier, the API returns a structured `forbidden` response with a `LIMIT_COLLECTIONS` code and an `upgrade_plan` upgrade target.

## Other usage-sensitive areas

The product also enforces or tracks usage around areas such as:

* sources
* concurrent runs
* crawled pages
* converted files
* indexed pages per month
* storage
* API calls

## Documentation recommendation

This page should stay close to implemented behavior. Do not describe pricing or entitlements more broadly than the product actually enforces today.
