# Templates

Templates offer a neat and simple way to get creating. Instead of importing a `.html` file, you can download a **template pack** and start a project with just one click.

<figure><img src="/files/B0p7uMQcOWIXeG2LARMO" alt=""><figcaption></figcaption></figure>

A template pack is a collection of nuken Templates that appear in the **Templates Menu** (if you've installed them correctly). A single template pack could contain multiple projects, instead of being bound to one, like a `.html` file. For example, a template pack could include different blogging page layouts, or a variety of tech demos for you to experiment with.

{% hint style="info" %}
Visit the nuken Shop to view content available for download.
{% 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.nuken.xyz/options-customization/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.
