> For the complete documentation index, see [llms.txt](https://academy.gopersonal.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gopersonal.ai/guia-de-usuario/recomendaciones/estrategias-custom/customizar-una-estrategia.md).

# Customizar una estrategia

Esta estrategia permite partir de una estrategia de recomendación estándar y ajustarla según necesidades específicas mediante la aplicación de filtros y exclusiones. Con esta funcionalidad, es posible refinar las recomendaciones para adaptarlas a distintos escenarios, asegurando que los productos sugeridos sean más relevantes para cada cliente.

Al configurar una estrategia de este tipo, se pueden establecer condiciones para incluir o excluir productos según atributos como categoría, precio, disponibilidad, marca, entre otros. De esta manera, se logra un mayor control sobre el contenido de las recomendaciones y se optimiza su impacto en la conversión y el engagement de los clientes.

<figure><img src="/files/IJVkuOC31gdIlQv8xHdf" alt="" width="255"><figcaption></figcaption></figure>

## Filtro

Para aplicar filtros a la recomendación seleccionada se agregan las condiciones sobre items que se deseen.&#x20;

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

## Boosting

La funcionalidad de **Boosting** permite promocionar productos estratégicos en posiciones específicas dentro de los widgets de recomendación. Esta herramienta es ideal para garantizar visibilidad a ciertos ítems clave, ya sea por objetivos comerciales, campañas promocionales o acuerdos con proveedores.

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

Para agregar un producto promocionado, basta con presionar el botón **+Item**, seleccionar el producto deseado y definir en qué **posición del widget** debe aparecer. De esta manera, el producto será priorizado en la ubicación indicada, sin depender del resultado natural de la estrategia de recomendación.

## Configuraciones

También es posible configurar para la estrategia:&#x20;

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

**Usar Shuffle:**  Al habilitar esta función, se asegura que los productos se muestren en un orden diferente cada vez que el usuario accede a la página o interactúa con el carrusel.&#x20;

**Excluir comprados últimamente:** Excluir items ya comprados por el cliente.&#x20;

**Excluir vistos últimamente:** Excluir items que el cliente ya vió.&#x20;

**Usar estrategia fallback:** En caso de no llegar a la cantidad de items necesarios utilizar otra estrategia para completar. &#x20;


---

# 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://academy.gopersonal.ai/guia-de-usuario/recomendaciones/estrategias-custom/customizar-una-estrategia.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.
