> For the complete documentation index, see [llms.txt](https://docs.bird.com/taxi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/taxi/email-design-systems/custom-email-design-systems/uploading-an-email-design-system-using-a-zip-file.md).

# Uploading an Email Design System using a zip file

1. Have your HMTL and images stored locally in the same location&#x20;
2. Compress both the folder and the HTML into a zip file
3. Add a new Email Design System, give it a name and select the zip file to upload&#x20;
4. You will then be taken to the 'Image Assets' page. in the first dropdown select 'Copy images from zip file'. This will let you download the images from the zip file you uploaded.

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-efc0b889cddd9663e74ae0be9c62d4eb27c5a492%2FScreenshot%2B2019-04-09%2Bat%2B15.40.05.png?alt=media)

5\. Once you've selected 'Copy images from zip file' from the dropdown, you should see something like this:

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-dde51a02284893647ffad7b8eca652271d202823%2FScreenshot%2B2019-04-10%2Bat%2B14.17.39.png?alt=media)

This means that the images have been successfully downloaded. Once downloaded click Finish & Save.

NOTE: The URLs have an image directory, so make sure that the images are put in a folder named 'images' so Taxi will be able to locate them. If not this will happen:

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-63c6e051f5ce86de266675de10369c055722d596%2FScreenshot%2B2019-04-10%2Bat%2B14.33.06.png?alt=media)

6\. The final step is the completion of the Email Design System process. The Email Design System will then be ready to use.

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-da0596ead451b5d51587a9b1641c9b59ba339485%2FScreenshot%2B2019-04-10%2Bat%2B15.23.51.png?alt=media)![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-d3602b048c85db702e55d478f5c767c308373b75%2FScreenshot%2B2019-04-10%2Bat%2B15.27.46.png?alt=media)


---

# 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.bird.com/taxi/email-design-systems/custom-email-design-systems/uploading-an-email-design-system-using-a-zip-file.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.
