# Welcome

### Why cloud-concierge?

Check out the cloud-concierge docs and repository [here](https://docs.cloudconcierge.io) and [here](https://github.com/dragondrop-cloud/cloud-concierge), respectively. TLDR:

cloud-concierge is an OSS container that allows you to layer functionality on top of an existing Terraform workflow. Namely:

* :white\_check\_mark: Cloud Codification
* :white\_check\_mark: Drift Detection&#x20;
* :white\_check\_mark: Flag the accounts making cloud changes outside of your Terraform workflow
* :white\_check\_mark: Cloud-wide cost estimation, powered by infracost
* :white\_check\_mark: Cloud-wide security scans, powered by tfsec

### Why a managed offering?

cloud-concierge works well when running one instance at a time. As coverage across a cloud environment scales, however, updating and maintaining multiple environment variable files to configure cloud-concierge is not tractible or enjoyable. Furthermore, at any scale it can be difficult to manage scheduled executions for multiple configurations.

dragondrop.cloud makes managing multiple cloud-concierge instances and corresponding execution schedules possible through a user-interface, while still maintaining the self-hosted set up of cloud-concierge.

dragondrop.cloud also provides visual summaries of your cloud environment, stitched together across time and cloud-concierge execution so that your organization can get deeper visibility its cloud footprint across areas like costs, drift, codification, and security.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.dragondrop.cloud/product-docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
