# Export/Import Images

Select the **Images** tab and click either the export or import buttons in the toolbar.

![](/files/5V4CZY3fwFaoo73ncZgy)

## ![](/files/dfwsuytQLqs008kWKROq) Export

When you click the export button, the Theme Builder will ask you to select a destination folder and then it will export all the images defined in the theme under the **images** section to the selected folder.

The name of the image is the file name. Files with the same name as the images being exported will be overwritten.

## ![](/files/5TEYsbej6tmWwiGczVKY) Import

When you click the import button, the Theme Builder will ask you to select the folder with the images to import. All files with these extensions will be base64-encoded and imported in the **images** section: .jpg, .jpeg, .gif, .png, .svg.

Any image already present in the theme with a name matching an image being imported will be replaced.


---

# 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.wisej.com/theme-builder/user-interface/export-import-images.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.
