# Templates

## Overview

Templates are track skeletons based on commonly used sandbox types, containing predefined components like containers, challenges, and tabs.

## List of templates

Instruqt provides the following templates.

<table><thead><tr><th width="246.39503974562797">Template</th><th width="465">Sandbox components</th></tr></thead><tbody><tr><td><strong>AWS Cloud Account</strong></td><td>AWS account with example IAM policies applied</td></tr><tr><td><strong>Sandbox container</strong></td><td>Ubuntu container </td></tr><tr><td><strong>Sandbox virtual machine</strong></td><td>Ubuntu virtual machine with Docker pre-installed</td></tr><tr><td><strong>Helm chart</strong></td><td>Single-node K3s cluster with Helm pre-installed</td></tr><tr><td><strong>Kubernetes</strong></td><td>Single-node K3s cluster </td></tr><tr><td><strong>Multi-node K3s cluster</strong></td><td>Multi-node K3s cluster</td></tr><tr><td><strong>VSCode &#x26; TypeScript</strong></td><td>Virtual machine with VSCode pre-installed</td></tr></tbody></table>

{% hint style="info" %}
[Learn how to use templates in the how-to guide. ](/tracks/manage/create-tracks.md)
{% 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.instruqt.com/resources/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.
