# Self-Hosted Runners

To provide you with the best possible security, all dragondrop customers (including those using our forever free tier!) deploy a managed [cloud-concierge](https://github.com/dragondrop-cloud/cloud-concierge/blob/dev/main/internal/implementations/dragon_drop/http_dragondrop_managed_visualization.go) instance into their own cloud environment.

Because cloud-concierge is a containerized executable, all that is needed within your cloud is serverless compute capable of running a container, along with an HTTPS endpoint that dragondrop can make calls to for invoking said serverless compute.

For more details on deployment of managed cloud-concierge containers into your environment, please see [Deploying To Your Cloud](/product-docs/deploying-to-your-cloud/infrastructure-requirements.md).


---

# 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/getting-started/hosted-in-your-cloud.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.
