# Supported Tech Stack

#### Public Cloud Provider <a href="#public-cloud-provider" id="public-cloud-provider"></a>

We currently support identifying and importing resources from AWS, GCP, and Azure. We will continue to add support for resource coverage for all major cloud providers over time.

* AWS
* GCP
* Azure (Cloud Actor Identification coming soon)

#### Version Control System (VCS) <a href="#version-control-system-vcs" id="version-control-system-vcs"></a>

* GitHub

Future plans include support for GitLab and Bitbucket.

#### Terraform Remote State Backends <a href="#terraform-remote-state-backends" id="terraform-remote-state-backends"></a>

* Terraform Cloud
* S3
* Azure Cloud Storage *(beta release)*
* Google Cloud Storage (*beta release)*


---

# 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/supported-tech-stack.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.
