# AI-Generated Template Introduction

During the template introduction step, the **AI-Generated Template Introduction** analyzes your code and automatically suggests an introduction.

The AI reads your code and summarizes the template's features, allowing you to quickly draft text without manually writing the introduction.

#### Step-by-Step

{% stepper %}
{% step %}
Access the **'Create Template' page**. Enter the template name and fill in the details, then click the **\[Next]** button.

<figure><img src="/files/w9ZfawlIUGIH6HTA9oFa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **\[Auto-Generate]** button to generate a template introduction.
{% endstep %}

{% step %}
Your template introduction will be automatically generated using the AI.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Important Notes when Using AI-Generated Template Introduction**

* If your container is stopped, it will be started automatically when you use this feature.
* Your container will remain running after the introduction is generated. To avoid additional charges, stop the container manually when you're done.
* If your container has insufficient content, the default introduction will be displayed instead.
  {% 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.arkain.io/user-guide/templates/create-a-template/ai-generated-template-introduction.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.
