# Image Picker

The Image Picker in the Theme Builder has two tabs: **Image Picker** and **Theme Images**

The first tab (Image Picker) lets you pick an image in 3 different ways:

* **Import from URL**

  You can type in any image URL, the image picker will download the image and save it in the theme as an embedded base64 string.
* **Import from Clipboard**

  Click the paste button next to the field to copy an image that is in the clipboard as a an embedded base64 string.
* **Link to URL**

  The last option lets you type in an image URL, or a theme image. The image picker will show the preview of the image immediately. However, the image is added to them as a URL.

![](/files/64Y4NOb8OKpiOHOzzZwr)

The second tab (Theme Images) lets you select an image from the list of icons embedded in the theme.

![](/files/8Oc9kMl8gHEmvN66RHb8)


---

# 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/image-picker.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.
