> 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/manage-product-and-improve-data-de/creatives-bilder-erstellen-und-bearbeiten/image-rules.md).

# Wende deine Vorlage mit Bildregeln an

{% hint style="info" %}
**Wer kann diese Funktion verwenden:** Du benötigst den Creatives-Plan in deinem [Pläne und Preise](/account-billing/account-and-billing-de/verwalte-dein-abonnement/channables-preisplane.md) um Vorlagen mit Bildregeln anzuwenden. Du kannst Bildregeln auf Projektebene mit jedem Kanal verwenden. Du kannst die Vorschau der Ergebnisse in **Creatives** > **Bildregeln** ohne das Add-on.
{% endhint %}

### Was sind Bildregeln?

Du kannst Bildregeln in Channable verwenden, um Änderungen an deinen Produktbildern zu automatisieren. Statt jedes Produktbild manuell zu bearbeiten, kannst du eine Regel einrichten, die Tausende von Produktbildern auf einmal automatisch anpasst und optimiert.

Wie Regeln im **Schritt „Regeln“** eines Kanal-Setups folgen Bildregeln der Logik „WENN die Items X-Kriterien erfüllen, DANN mach Y“. Der WENN-Teil der Regel ist eine [Bedingung](https://helpcenter.channable.com/hc/en-us/articles/360019983459-How-to-use-conditions-IF-in-rules) und der DANN-Teil ist eine [Aktion](https://helpcenter.channable.com/hc/en-us/articles/360019982579-How-to-use-actions-THEN-in-rules):

* Die Bedingung (WENN) wählt die Produkte aus, die du ändern möchtest (z. B. Produkte von einer bestimmten Marke oder Produkte, die im Sale sind)
* Die Aktion (DANN) sagt Channable, welche Bildvorlage (Design) auf die Bilder dieser Produkte angewendet werden soll

Eine einfache Art, sich Bildregeln vorzustellen, ist: **WENN** es dieses Produkt ist, **DANN** verwende diese Bildvorlage.<br>

{% hint style="success" %}
**Tipp:** Erfahre mehr über [Regeln in Channable](https://helpcenter.channable.com/hc/en-us/articles/360020017900-Rules-in-Channable).
{% endhint %}

### Wie du eine Bildregel erstellst

1. Zu **Creatives** > **Bildregeln** ([Bildregeln auf Projektebene](/manage-improve-product-data/manage-product-and-improve-data-de/creatives-bilder-erstellen-und-bearbeiten/image-rules/so-verwendest-du-bildregeln-auf-projektebene.md)).
2. Klicke **Regel erstellen**.
3. Fülle ein **Name der Regel** und **Beschreibung**aus. Du kannst außerdem [ein Label erstellen](https://helpcenter.channable.com/hc/en-us/articles/360012773460-Using-rules#h_01JNGSTBHZ66PKBY5HN3GKYB5D) für deine neue Regel.
4. Klicke **Erstellen**.
5. Im **WENN** Im WENN-Teil der Regel legst du fest, welche Produkte du mit dieser Bildregel auswählen/ansprechen möchtest. Z. B. WENN Brand gleich Nike
6. Im **DANN** Im DANN-Teil der Regel wählst du eine Vorlage aus, die angewendet werden soll (alle Vorlagen, die du erstellt hast, werden in einer Dropdown-Liste angezeigt). Du kannst auch eine neue Vorlage erstellen, wodurch du zum Bildeditor weitergeleitet wirst.
7. Sobald du eine Vorlage ausgewählt/erstellt hast, wähle aus, in welchem Bildfeld die neue Bild-URL gespeichert werden soll, die diese Regel erstellt.
8. Klicke **Speichern**.
9. Nachdem der nächste geplante Lauf ausgeführt wurde, wird deine Bildregel aktiviert. Du kannst die Bildregel auch manuell ausführen, indem du auf **Aktualisieren**.

{% hint style="warning" %}
Verwende dieselbe eindeutige ID für dein Projekt und deinen Export. Jedes Item braucht eine eindeutige Kennung, damit Bildregeln es korrekt verarbeiten können.
{% endhint %}

<br>


---

# 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/manage-product-and-improve-data-de/creatives-bilder-erstellen-und-bearbeiten/image-rules.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.
