# Export/Import Template

This feature provides a user-friendly export/import template, enabling users to efficiently transfer data between systems while maintaining data integrity and compatibility.

<figure><img src="/files/beOD4ZshHwv8iQHwvynd" alt=""><figcaption><p>Import CSV</p></figcaption></figure>

**Supported File Type:**\
Only CSV files are supported, with the following fields:

* **Name** = Template Name
* **Value** = Template Data

**Default Values:**

* **createdAt**: Timestamp (current time when inserting)
* **modifiedBy**: Account that uploads the file
* **networkId**: Network ID
* **platforms**: `"line"`, `"facebook"`, `"webchat"`
* **updatedAt**: Timestamp of the last update

**Notes:**

* If the template name is new → insert the template.
* If the template name already exists → update the template.
* Maximum file size: **5 MB**

**Export Function:**\
Export all templates as a CSV file in the same format as the Import file.


---

# 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.amitysolutions.com/amity-solutions/amity-bots-platform/message-template/export-import-template.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.
