# 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" %}
An item can only be used in 1 rule. If an item is selected in the first rule, it will not be selected in later rules, even if it matches the IF statement in later rules. See below how to apply multiple templates to the same item.
{% 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: 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/use-an-image-template/apply-multiple-templates-per-channel-or-per-item.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.
