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

# Plans

Autopilot Monitor will be available in two plans.

## Community — *available now (Private Preview)*

The Community plan is what this documentation describes: the full product as it exists today. It is **free — and stays free**. That's the point of a community plan: it is currently in Private Preview, and it remains the free way to use Autopilot Monitor after general availability.

* **Access:** invite-only, per tenant — see [Requirements & Access](/getting-started/requirements-and-access.md) for how to request activation.
* **Features:** the complete current feature set — live session monitoring, the full [rules engine](/rules/overview.md) including custom rules, fleet analytics, notifications, and diagnostics. The [AI integration (MCP)](/integrations/ai-integration-mcp.md) is included with **limits tied to your tenant's usage plan**.
* **Data retention:** session and telemetry data is retained for up to **90 days**.
* **Production use is fine** — the Community plan is meant for real fleets, not just labs. What you accept in return: community-based support, and later on, certain capabilities will be Enterprise-only.
* **Support:** community-based via [GitHub issues](https://github.com/okieselbach/Autopilot-Monitor/issues); rules and IME patterns are community-maintained.
* **Preview caveats apply:** frequent updates, no availability guarantees, and data structures may change — see the [Private Preview notes](/getting-started/requirements-and-access.md#private-preview-access).

## Enterprise — *coming soon*

A commercial plan for organizations that need more than the preview can promise — reliability commitments and support, plus higher operating limits. Planned Enterprise capabilities include extended **data retention** (from 90 up to **365 days**), raised **portal and agent API rate limits**, a larger **AI (MCP) usage quota**, and **delegated (MSP) administration** for managing multiple tenants from one place — aimed at larger fleets and managed service providers.

{% hint style="info" %}
🚧 **Coming soon.** Scope, pricing, and timeline will be announced here. If the Enterprise plan is interesting for your organization — or you have requirements it must cover — reach out via [LinkedIn](https://www.linkedin.com/in/oliver-kieselbach) or a [GitHub issue](https://github.com/okieselbach/Autopilot-Monitor/issues); early feedback directly shapes what it becomes.
{% endhint %}

## At a glance

|                  | Community                                                    | Enterprise                                                                       |
| ---------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------- |
| **Availability** | Now — Private Preview, invite-only                           | Coming soon                                                                      |
| **Price**        | Free — always                                                | To be announced                                                                  |
| **Feature set**  | Full current feature set — AI (MCP) within usage-plan limits | To be announced                                                                  |
| **Support**      | Community (GitHub)                                           | To be announced                                                                  |
| **Intended for** | Labs **and** production fleets — with community support      | Organizations needing support commitments and enterprise-only capabilities, MSPs |


---

# 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.autopilotmonitor.com/plans.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.
