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

# Plans

### Plans

#### OSS

dragondrop.cloud is a managed platform for the open-sourced [cloud-concierge](https://github.com/dragondrop-cloud/cloud-concierge) container. You can use cloud-concierge however and whenever you'd like for free. Community-based customer support.

#### Forever Free Tier

Define and manage a single cloud-concierge instance forever free to use for all customers. Community-based customer support.

**Start-Up**

3 managed cloud-concierge instances and 3 users on the dragondrop platform. Email-based customer support. $25 / month or $250 / year.

**Growth**

Unlimited managed cloud-concierge instances and unlimited users. 72-hour customer support. $150 / month or $1,500 / year.

**Business**

Everything in Growth, along with "[Cloud Perch](/product-docs/getting-started/cloud-perch-cloud-footprint-visualizations.md)", our cloud visualization platform allowing for analysis for costs, drift, and security issues across time and managed cloud-concierge instances. $300 / month or $3,000 / year.

#### Enterprise Support

Add enhanced customer support to any given tier, with options that include same-day response customer support through either Slack, Email or Phone and SLAs. [Let's talk](https://calendly.com/d/zyh-3c8-yyh/demo-of-dragondrop-cloud)!


---

# 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.dragondrop.cloud/product-docs/pricing-and-plans/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.
