> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/upload-static-images.md).

# Upload static images

This guide explains how to upload static images in the Image Editor.

{% hint style="info" %}
Use static images when the same image appears for every item. For images that vary by product or brand, [add a dynamic image](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/add-dynamic-image.md).

Images uploaded through the image editor are exclusively for use within the editor itself and become accessible across all projects within your account.
{% endhint %}

### Upload a static image

{% stepper %}
{% step %}

### Step 1

Open the template in the Image Editor.

Click **Image** > **Add static image**.

![static images 1.png](/files/b1ddcfb21ccde92fa2f0feee0edf6014d14d01c2)
{% endstep %}

{% step %}

### Step 2

Click **Upload new images**.

Previously uploaded images also appear here.

![staric images 2.png](/files/566b99a4ff64f0e1bcc32ea6cece3f2e1444d831)
{% endstep %}

{% step %}

### Step 3

Drag image files into the window or click **Click to upload file**.

When uploading finishes, click **Done**.

Select the image you want to insert into your template.

{% hint style="warning" %}
Important: There are some restrictions for uploading static images. You can only upload individual image files (supported formats: PNG, WebP, JPG, JPEG) with a maximum file size of 1 MB. The maximum number of individual images you can upload is 40.
{% endhint %}
{% endstep %}

{% step %}

### Step 4

Select the image and click **Import**. The image is added to the template.

![static images stitch 2.png](/files/c15c0a14c27ea99760652c7e5957f099838513cd)

{% hint style="info" %}
Note: It's possible to insert only one image at a time into your image template.
{% endhint %}
{% endstep %}
{% endstepper %}

### Replacing an image

Select the image layer and open **Design**.

Click **Replace image**.

![Channable.png](/files/7158edfa75c6a25138b2369e333024498de347c2)

### Deleting an uploaded image

To delete an image from your library, select it and click **Delete**.

A confirmation appears.

{% hint style="info" %}
Note: If the selected image is used in a template, the confirmation pop-up will list the templates where the image is used. You can still delete the image, but image generation will fail for templates that used it. Deleting an image cannot be undone.
{% endhint %}


---

# 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://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/upload-static-images.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.
