> 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/manage-layers.md).

# Manage layers

Each text, image, or shape you add is an object. Each object appears as a layer in **Layers**. Layers control which objects appear on top of others.

<div align="left"><figure><img src="/files/PXaKK10IqgGeqRTbLvry" alt="" width="546"><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### Open Layers

Open the template in the Image Editor.

Open **Layers** to see every layer on the canvas.
{% endstep %}

{% step %}

### Manage each layer

Use **Layers** to manage all layers on your canvas.

| Setting          | Function                                               | How to use                                             |
| ---------------- | ------------------------------------------------------ | ------------------------------------------------------ |
| Layer order      | Controls which layers appear on top of others.         | Drag the handle next to a layer to move it up or down. |
| Name             | Renames the layer for easier identification.           | Click the layer name to edit it.                       |
| Visibility       | Hides or shows a layer on the canvas.                  | Click the eye icon to toggle visibility.               |
| Conditions       | Shows or hides a layer based on product data.          | Add a condition with the conditions icon.              |
| Lock             | Prevents a layer from moving or resizing accidentally. | Click the lock icon to lock the layer.                 |
| Delete           | Removes the layer permanently from the template.       | Click the trash icon to delete the layer.              |
| {% endstep %}    |                                                        |                                                        |
| {% endstepper %} |                                                        |                                                        |

<figure><img src="/files/d5a0a4db824c7c86691d9e6dc1f6dbf4ddc4659e" alt=""><figcaption></figcaption></figure>

Use [conditional objects](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/how-to-use-conditional-objects-in-the-image-editor.md) to control a layer with product data.

### Design a layer

Select an object, then open **Design** to change its appearance and placement.

| Property | Description                              | Details                                                                                  |
| -------- | ---------------------------------------- | ---------------------------------------------------------------------------------------- |
| Layout   | Positions and sizes the layer.           | Set the X and Y position, width, and height in pixels.                                   |
| Image    | Connects an image layer to product data. | Select an **Image**-type project field for a dynamic image. Set opacity as a percentage. |
| Shadow   | Adds a drop shadow.                      | Set the color, opacity, X and Y offset, and blur. An offset of `0, 0` adds no shadow.    |
| Stroke   | Adds a border around an image layer.     | Set the color, opacity, width, and style. Choose no border, continuous, or dashed.       |

{% hint style="info" %}
The Image Editor scales an image to fit its object boundaries. This avoids cropping and overlap.
{% 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/manage-layers.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.
