# Manage objects

### Adding and Understanding Objects

Objects are elements you add to your image templates. They can be static (like a fixed shape, image, or text) or dynamic (drawing content directly from an item's data, such as an item image or product title).

Every new object is placed as a new layer on the canvas, stacking on top of the previously added objects.

> Important: If you use a dynamic object (like a product title or image), the Project Field connected to that object must be present in *all* projects where you plan to use this template.

#### The Objects Tab: Layer Control

<figure><img src="https://content.gitbook.com/content/u8whzIfip72Kvn3M1bsc/blobs/9M07xKXbKeXDBKfrn7mH/14233384434450" alt=""><figcaption></figcaption></figure>

Use the Objects tab to manage the general properties of all elements on your canvas.

| **Setting** | **Function**                                                 | **How to Use**                                                                                       |
| ----------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| Layer Order | Controls which objects appear on top of others.              | Click and drag the three stripes (handle) next to an object's name to move its position in the list. |
| Name        | Renames the object for easier identification.                | Click the name to edit it.                                                                           |
| Visibility  | Hides or shows an object on the canvas.                      | Click the eye icon to toggle visibility.                                                             |
| Lock        | Prevents an object from being accidentally moved or resized. | Click the lock icon to prevent movement.                                                             |
| Delete      | Removes the object permanently from the template.            | Click the trash icon to delete the object.                                                           |


---

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