# Template Upload/Re-upload

### Upload new template

* Go to documents from main navigation
* Navigate to folder that you want to create new document template (optional)
* Use upload form: Select document template from your disk
* Hit upload template button. After a while new template should appear on the document list

![](/files/yCGJudvS7FSYoejmIZmD)

### Re-upload Template

If you change content of template and you want keep all customization options for all fields and shared forms connected to document template you should re-upload template to existing document instead of adding new one.

> Existing form fields will stay intact in terms of configuration. Fields that do not exist in new template will be removed. Fields that are added compared to previous template will be added at the end of the list.

* Go to documents from main navigation
* Find document that you want update with new template
* Find Re-Upload button under Template Name
* Choose updated template from disk and submit.

![Re-upload button location](https://tawk.link/61dd64c2b84f7301d32a6e5b/kb/attachments/6TlYgJFx_B.png)

### Templates Security

For security and compatibility reasons, our platform does not accept `.docx` or `.xlsx` templates that contain non-secure content such as macros, embedded objects, or external data connections. Only standard Office templates without executable or linked elements are supported. This ensures that all generated documents remain safe, consistent, and compatible across environments.


---

# 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.documentero.com/documentation/template-upload-re-upload.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.
