> 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/free.md).

# Free

The **Free plan** is the quickest way to start using Bindplane without cost or commitment. It’s designed for individuals, small teams, or proofs-of-concept that need core telemetry capabilities without cost.

## What You Get

* **Production-ready features at evaluation scale** – Visual no-code pipelines, centralized collector management, automatic parsing, real-time transformation and masking, and built-in data reduction and compression
* **Everything you want to connect to** – All connectors, destinations, and processors included; limit apply only to usage
* **Collaboration included** – Unlimited users and one project to organize your work.

| Free Included Usage |               |
| ------------------- | ------------- |
| Users               | Unlimited     |
| Projects            | 1             |
| Collectors[^1]      | 10            |
| Logs                | 10 GB per day |
| Metrics             | 1 GB per day  |
| Traces              | 10 GB per day |

<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

</details>

<details>

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

* Best effort & community support

</details>

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

## Need more data? Upgrade to a Growth plan

The Growth plan helps you scale your fleet and ingest without re-architecting, with 3 projects, 50 collectors, and bigger daily caps. [Explore the Growth plan here.](/plans-and-pricing/growth.md)

To upgrade from a Free plan:

1. Go to your [Organization page](https://app.bindplane.com/organization).
2. Under Free Plan, click the Upgrade to Growth button.
3. Enter your card details
4. Click Subscribe

If you would like to end your paid Growth plan, you can always downgrade back to Free.

[^1]: <sub>Collectors may also be referred to as "agents" in Bindplane. Limit for Free 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/free.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.
