> For the complete documentation index, see [llms.txt](https://docs.qmcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qmcloud.io/templates.md).

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

```
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.
