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

# Free & Pricing Plans

Autonmis offers tailored [**plans**](https://autonmis.com/pricing) for different user groups to suit your needs. Whether you are an individual, startup, or enterprise, Autonmis has a plan that fits.&#x20;

Let’s explore the different plans:

### **Starter Plan (Free for Individuals)**

Begin your data journey with Autonmis! Ideal for those looking to explore and understand their data without upfront investment.

* Features include:
  * Drag-and-drop visualization
  * AI-assisted analytics (limited)
  * Share dashboards & notebooks
  * Limited objects and Standard support

### **Enterprise Plan (Free Trial Available)**

* **Free Trial for Enterprise**: Explore the full range of Autonmis' enterprise capabilities, such as advanced data integration, monitoring, and premium AI insights. After the trial, users can either upgrade to the paid **On-Prem/VPC** plan for ongoing access or look forward to our **Enterprise SaaS** option (coming soon).
* **Enterprise On-Prem/VPC**:
  * Full Autonmis BI and DE Suite
  * Advanced data integration & monitoring
  * Enhanced AI-Driven Insights
  * Custom deployment options and premium support

### **Startup Plan (Private Beta for Early Access)**

Gain exclusive early access to enterprise features and directly shape the future of the Autonmis platform by joining our **Startup Plan**.

* Access to:
  * Enterprise-level features
  * Influence product roadmap
  * Close collaboration with the Autonmis team
  * Guaranteed pricing discounts

<figure><img src="/files/P1LG3NoCWrS8VL4X9RZj" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
All plans allow for seamless data exploration and are designed to grow with your needs. Upgrade anytime as your data demands increase.
{% endhint %}


---

# 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.autonmis.com/introduction/free-and-pricing-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.
