> 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-es/reglas-edicion-masiva-y-enriquecimiento/como-utilizar-acciones-entonces-en-las-reglas/accion-de-regla-cerca-e-sostituisci-valore.md).

# Acción de regla: cerca e sostituisci valore

### Casos de uso

* Buscar y reemplazar valores
* Eliminar un valor en tus campos (reemplazándolo por nada)

{% hint style="info" %}
Importante: El **Buscar y reemplazar valor** la acción diferencia entre mayúsculas y minúsculas por defecto.
{% endhint %}

Usa el **Buscar y reemplazar valor** acción para encontrar valores específicos y cambiarlos por otros valores.

Si el valor que quieres reemplazar no se encuentra en el campo que seleccionas, la regla no añadirá el valor de reemplazo.

### Buscar y reemplazar valores

Puedes usar la **Buscar y reemplazar valor** acción para cambiar nombres de color.

<figure><img src="/files/229b0c3b3e4fedcc7d3d093333fcc69f97192e0b" alt=""><figcaption></figcaption></figure>

### Eliminar un valor en tus campos (reemplazándolo por nada)

Usa **Buscar y reemplazar valor** para eliminar ciertos valores de un campo. Para hacerlo, deja el **Usar valor de reemplazo** campo vacío. Por ejemplo, puedes eliminar las tallas "small" y "large" de los títulos de tus ítems.

<figure><img src="/files/d96de3881560db013e17e98c50b4fd48d19ef371" 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-es/reglas-edicion-masiva-y-enriquecimiento/como-utilizar-acciones-entonces-en-las-reglas/accion-de-regla-cerca-e-sostituisci-valore.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.
