> For the complete documentation index, see [llms.txt](https://docs.sparkeditor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sparkeditor.com/template-customization/create-a-template/copy-export-template.md).

# Copy/Export Template

Navigate to Woocommerce --> Spark Email Editor PRO --> Customiser Tab. You can the copy template button in all the customised emails.

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

Let's learn how to use copy template option with an example :\
​\
You have Customized Template for English Language. You want it to copy to another language say spanish templates from English language.

Once the template is customised, click on Copy button.

<figure><img src="/files/0GWWKFtXSbskS7z1nbQ5" alt=""><figcaption></figcaption></figure>

Choose the language and email template to which it should be copied.\
Let's say, I want to the same to be replicated in Español's New order email template.

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

Click on Copy button.&#x20;

You can see the message indicating that the template is copied successfully. ​ Now, if you wish to go to the template, you can click on "Go to copied template".

<figure><img src="/files/9ju0z3xc27MKslWn9jLZ" alt=""><figcaption></figcaption></figure>

Clicking on Go to copied template, will redirect you to Español's New order email template.

Note :

* The copied template (in our case, Español's new order email) will be by default, set to disabled.
* You can check and make changes if any, and then enable the email template.&#x20;

**You can export the customized template to your other desired places by clicking on the export option. Once you click, it downloads as a MJML file and gets saved in your files.**

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

Still Unclear?\
Please submit a [support request](https://www.flycart.org/support).\
We are always happy to assist you :)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sparkeditor.com/template-customization/create-a-template/copy-export-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
