> 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/add-dynamic-image.md).

# Add dynamic image

Use a dynamic image when every item needs its own product image. The image comes from a project field in your feed.

{% hint style="info" %}
Use dynamic images when they vary by product or brand. For one image that applies to every item, [upload a static image](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/upload-static-images.md).
{% endhint %}

Before you begin, make sure the source field has the **Image** type. See [Map image product fields to the image type](/manage-improve-product-data/creatives-create-and-edit-images/create-and-edit-your-images.md#map-image-product-fields-to-the-image-type).

{% stepper %}
{% step %}

### Add the image object

Open the template in the Image Editor.

Click **Image** → **Add dynamic image**.
{% endstep %}

{% step %}

### \[Optional] Change the image field

Select the new image object.

Open **Design**.

Under **Image field**, select the project field containing the product images that you want to use.
{% endstep %}

{% step %}

### Adjust the image

Drag or resize the image on the canvas.

Use **Design** to adjust its opacity, shadow, or stroke.

Preview different products to check their images.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Only project fields with the **Image** type are available in **Image field**.
{% endhint %}

For image object settings, see [Image editor basics](/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/image-editor-basics.md#layer-types).


---

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