> 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/getting-started.md).

# Getting Started

- [How dragondrop Works](https://docs.dragondrop.cloud/product-docs/getting-started/how-dragondrop-works.md): Scan, recommend, import, and repeat.
- [Security](https://docs.dragondrop.cloud/product-docs/getting-started/security.md): Defensive practices for trust and security at every step.
- [Self-Hosted Runners](https://docs.dragondrop.cloud/product-docs/getting-started/hosted-in-your-cloud.md): Serverless container compute with an https endpoint.
- [Cloud Perch - Cloud Footprint Visualizations](https://docs.dragondrop.cloud/product-docs/getting-started/cloud-perch-cloud-footprint-visualizations.md): Aggregate and compile results across Job executions to get an enterprise-style view of your entire cloud
- [Jobs](https://docs.dragondrop.cloud/product-docs/getting-started/jobs.md)
- [What is a Job?](https://docs.dragondrop.cloud/product-docs/getting-started/jobs/what-is-a-job.md): A job is the core unit of how dragondrop is consumed, but what is it?
- [How Many Jobs Should We Use?](https://docs.dragondrop.cloud/product-docs/getting-started/jobs/how-many-jobs-should-we-use.md): Best practices for using managed Jobs to cover your cloud
- [Creating a Job](https://docs.dragondrop.cloud/product-docs/getting-started/jobs/creating-a-job.md): Defining a new Job within the web application.
- [Running a Job](https://docs.dragondrop.cloud/product-docs/getting-started/jobs/running-a-job.md)
- [Managed Drift Only Mode](https://docs.dragondrop.cloud/product-docs/getting-started/jobs/managed-drift-only-mode.md): For Organizations Using Multiple IaC Tools
- [Job Output](https://docs.dragondrop.cloud/product-docs/getting-started/jobs/job-output.md)
- [Setting Up CI/CD](https://docs.dragondrop.cloud/product-docs/getting-started/setting-up-ci-cd.md)
- [Supported Tech Stack](https://docs.dragondrop.cloud/product-docs/getting-started/supported-tech-stack.md): What tech stacks we currently support, and what we plan on supporting soon.
- [Signing Up](https://docs.dragondrop.cloud/product-docs/getting-started/signing-up.md): How to get started today
- [Schedule a Demo](https://docs.dragondrop.cloud/product-docs/getting-started/schedule-a-demo.md)


---

# 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/getting-started.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.
