# Templates

A template (or a blueprint) in QMCLOUD is a pre-defined set of cloud resources. The template consists of the following:

1. A set of cloud resources (Example - AWS Vpc and Subnet)
2. Pre-defined connections between appropriate cloud resources. Connections are represented using arrows on a canvas (Example - Subnet is defined as belonging to a Vpc using the VpcID property)
3. Minimum set of properties of each of the cloud resources

The template is a json file that can be imported in QMCOUD and can be used to create a stack.

{% hint style="info" %}
Please contact support at "<info@qmcloud.io>" for requesting templates. Please provide a short description of the template you are looking for.
{% endhint %}


---

# 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.qmcloud.io/templates.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.
