> 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/regeln-massenbearbeitung-und-anreicherung/so-verwendest-du-aktionen-dann-in-regeln/regelaktion-ersetze-wert.md).

# Regelaktion: ersetze Wert

Wird verwendet, um einen Wert in einem bestimmten Feld durch einen anderen Wert zu ersetzen. Es kann auch verwendet werden, um einen Wert zu löschen (durch nichts ersetzen).

Verwendet in: "DANN"-Anweisungen und "SONST"-Anweisungen.

Mit der Regel „Ersetze Wert“ kannst du in einem bestimmten Feld nach einem Wert suchen und ihn durch einen von dir gewählten Wert ersetzen. Wenn du keinen Ersatzwert eingibst, ersetzt du den gefundenen Wert durch nichts (= Wert löschen). Wenn der zu ersetzende Wert im ausgewählten Feld nicht gefunden wird, macht die Regel nichts — sie fügt also nicht zufällig den Ersatzwert hinzu.

Du könntest die Regel „Ersetze Wert“ zum Beispiel nutzen, um deine niederländischen URLs in deutsche URLs zu ändern. Dieses Beispiel ist im Screenshot unten dargestellt.

<figure><img src="/files/8a517af611e2d0a187ff947b79526d378859ce2a" alt=""><figcaption></figcaption></figure>

Neben dem Suchen und Ersetzen eines Werts kann die Regel „Ersetze Wert" auch verwendet werden, um bestimmte Werte aus einem Feld zu entfernen. Lass dafür einfach das Feld „Ersetze mit" (im obigen Beispiel „.de") leer. Der Screenshot unten zeigt ein Beispiel, in dem die Marke aus dem Titel jedes Artikels entfernt wird.

<figure><img src="/files/331ddd2ed82c4ebec117390c13edd097a032d604" 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/manage-product-and-improve-data-de/regeln-massenbearbeitung-und-anreicherung/so-verwendest-du-aktionen-dann-in-regeln/regelaktion-ersetze-wert.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.
