> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/plans-and-pricing/growth.md).

# Growth

The **Growth plan** is built for teams moving from evaluation to steady-state production. It includes all Free features and adds capacity and governance for multi-environment deployments.

## What You Get

* **Production-ready features at production scale** – Same pipeline, parsing, and queueing capabilities, with higher limits.
* **Everything you want to connect to** – All connectors, destinations, and processors included; limit apply only to usage.
* **Collaboration and control** – Unlimited users with role-based access control and an audit trail, Bindplane API for automation, and 8×5 support.

| Growth Included Usage |                               |
| --------------------- | ----------------------------- |
| Users                 | Unlimited                     |
| Projects              | 3                             |
| Collectors[^1]        | 50 (then $1.50/collector)     |
| Logs                  | 50 GB per day (then $0.20/GB) |
| Metrics               | 5 GB per day (then $2.00/GB)  |
| Traces                | 50 GB per day (then $0.20/BG) |

<details>

<summary>Unified Fleet Management</summary>

* Centralized Collector Management
* Rollouts
* Visual Pipelines
* No Code Pipeline Builder
* Persistent Queue
* Resource Library

</details>

<details>

<summary>Unified Telemetry</summary>

* Standardized Telemetry
* Instrument Once, Send Anywhere
* Automatic Parsing
* Collect All Telemetry Signals
* Transformation Preview

</details>

<details>

<summary>Unified Control</summary>

* View Real Time Data Flow
* Enrich and Transform Telemetry
* Mask and Redact PII Data
* Telemetry Aggregation (Logs/Spans to Metrics)
* Advanced Data Reduction & Compression
* Rehydrate from Cold Storage
* [Google SecOps Pipelines](https://docs.bindplane.com/feature-guides/google-secops-pipelines)

</details>

<details>

<summary>Security, Redundancy, &#x26; Support</summary>

* Bindplane API
* Role Based Access Control
* Audit Trail
* 8 × 5 support

</details>

{% hint style="info" %}
For a detailed comparison of limits and included features across the three plans, see the [Pricing page](https://bindplane.com/pricing).
{% endhint %}

## Running large, distributed fleets? Upgrade to an Enterprise plan

The Enterprise plan is built for global fleets: up to 1,000,000 collectors across unlimited projects, with progressive rollouts, offline updates, external auth, and a self-hosted option. [Explore the Enterprise plan here.](/plans-and-pricing/enterprise.md)

Interested in the Enterprise plan? [Request a demo](https://bindplane.com/request-demo) or [contact us](mailto:sales@bindplane.com).

[^1]: <sub>Collectors may also be referred to as "agents" in Bindplane. Limit for Growth is for simultaneously connected collectors.</sub>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/plans-and-pricing/growth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
