# Import a template

If you want to import new template with AcyMailing 6 you'll have to click on the button **Import** on the template listing

![](/files/-MLIow0ozGh5lE41Ko8c)

Then this popup will appear

![](/files/-MX29l2OfNN2u6UyAfin)

{% hint style="warning" %}
You can't import any kind of file, you'll have to respect the architecture that it's indicated.
{% endhint %}

The allowed structure is a zip file containing the following:

* (required) `template.html`: a html file with the content of the template
* (optional) `css/*.css`: a css folder with any css files you would require in your template
* (optional) `images/`:an images folder with images that you use in your template (in the template you can also use links to images on your site for example, so in this case you don't need to add these ones here)
* (optional) `thumbnail.png`: a picture that will be used as thumbnail in the template listing

Other files will be ignored.


---

# 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.acymailing.com/main-pages/templates/import.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.
