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

# Plans and limits

> Automation limits by organization plan

Automations are available on Core and Enterprise plans. Enterprise organizations must have [Ona Intelligence](https://ona.com/contact/sales) enabled to access Automations.

Each plan has limits on the number of Automations, concurrent actions, and available features.

## Limits by plan

| Feature                     | Core                  | Enterprise            |
| --------------------------- | --------------------- | --------------------- |
| Total Automations           | 50                    | Unlimited             |
| Max parallel actions        | 10                    | 25                    |
| Max total actions           | 50                    | 100                   |
| Webhooks (PR triggers)      | -                     | <Icon icon="check" /> |
| General Access sharing      | <Icon icon="check" /> | <Icon icon="check" /> |
| Share with individual users | -                     | <Icon icon="check" /> |
| Share with groups           | -                     | <Icon icon="check" /> |

<Note>
  Enterprise action limits are the current system-wide ceiling, not a plan cap. [Contact sales](https://ona.com/contact/sales) if you need higher limits.
</Note>

## Automation count

Each organization can create up to the limit for its plan. Automations marked for deletion do not count toward the limit.

When you reach the limit, creating a new Automation returns an error. Delete unused Automations or [upgrade your plan](#upgrading) to increase the limit.

## Action limits

Action limits control how many repositories an Automation processes per run:

* **Max parallel**: simultaneous actions running at once
* **Max total**: total actions per Automation run

These limits are set per Automation in the [guardrails configuration](/ona/automations/guardrails). On Core plans, the values cannot exceed the caps listed above. Enterprise plans can use any value up to the current system-wide ceiling (25 parallel, 100 total). [Contact sales](https://ona.com/contact/sales) for higher limits.

## Webhooks

Webhook-based [pull request triggers](/ona/automations/triggers/pullrequest) are available on the Enterprise plan. Non-enterprise organizations can use manual and time-based triggers.

## Sharing

Both plans support sharing Automations with everyone in the organization via [General Access](/ona/automations/sharing-automations).

Sharing with individual users and [groups](/ona/organizations/groups) requires the Enterprise plan.

## Subscription management

To manage your Core subscription, visit **Settings > Billing**. For Enterprise features, [contact sales](https://ona.com/contact/sales).
