# AI Copilot pre-defined prompts

The following is a list of pre-defined description templates that a user can enter in the AI Copilot assistant description window.&#x20;

Please note that it is important for the user to review the description and make necessary changes to reflect the desired infrastructure based on specific requirements.&#x20;

{% hint style="info" %}
QMCLOUD will soon include a list of common pre-defined templates in the assistant area on the canvas.
{% endhint %}

1. AWS basic VPC infrastructure

> create the following components including aws vpc named vpcaws1 with cidr 172.35.0.0/19, one public subnet with /20, an igw, a "route table association", a "route table" for this vpc and a "route" with default route of 0.0.0.0/0 with target gateway as the igw in the route.

2. AWS basic EKS infrastructure

> create an aws eks deployment with one vpc, 2 subnets, one route table, one route table association, one route, one igw, one eks cluster, one iam role, with one vpc-cni add on, and one node group with two nodes

{% hint style="info" %}
Coming Soon -  More pre-defined description templates for Azure, and K8.
{% 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/ai-copilot/ai-copilot-pre-defined-prompts.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.
