> 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/image-rules/apply-multiple-templates-per-channel-or-per-item.md).

# Apply multiple templates per channel or per item

There are different reasons to use multiple templates within the same feed or account, for example:

* You have different brands with their own brand identity
* Prevent ad fatigue
* Different creative strategies per channel
* Use a different design for sales and non-sale products or per product category

In Channable you can easily make sure the right template is applied to the right products.

#### Different templates for different items within the same channel

To support using multiple templates for the same export channel you can use multiple Image Rules. Using the IF statement you can select which product each image rule should apply to. You can for example use the brand, sale price, or category fields from your feed to set this up.

{% hint style="info" %}
By default, an item uses the first image rule that selects it. Later matching rules skip that item. See below for the exception that lets you apply multiple templates.
{% endhint %}

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

#### Apply several templates to the same item

You can also create multiple images per item. You can do this by applying multiple templates to the same item by using the AND option in the image rules. Remember to select a different field to store the generated image URL in!

{% hint style="info" %}
Currently, you can apply a maximum of 5 templates to the same item.
{% endhint %}

<figure><img src="/files/08wWm8bhyfFBHFgvMXIJ" alt=""><figcaption></figcaption></figure>


---

# 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/image-rules/apply-multiple-templates-per-channel-or-per-item.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.
