> 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/promocionar-items-manualmente.md).

# Promocionar Items manualmente

Esta estrategia permite destacar productos específicos al seleccionarlos manualmente para su inclusión en el carrusel de recomendaciones.&#x20;

Esta estrategia es ideal para resaltar productos de interés, ofertas especiales o nuevos lanzamientos, asegurando que los ítems elegidos obtengan la visibilidad deseada. La capacidad de seleccionar manualmente los productos ofrece un control preciso sobre qué artículos se destacan en las recomendaciones, optimizando así las oportunidades de conversión.

Para crear una estrategia custom de este tipo basta con ingresar el nombre de la misma, y seleccionar el tipo promocionar items manualmente.&#x20;

<figure><img src="/files/ePTLR4mWomKXOjpZ7uFl" alt="" width="375"><figcaption></figcaption></figure>

## Seleccionar Items

Buscar y elegir productos por nombre o SKU para agregarlos al listado.&#x20;

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

{% hint style="info" %}
El orden de los items es importante en caso de usar orden fjo en configuraciones, es posible ordenar los items utilizando la funcionalidad drag & drop.
{% endhint %}

ambién es posible importar los ítems de forma masiva presionando el botón <img src="/files/WCAX8C90xqtHVS7B61wB" alt="" data-size="line"> e ingresando los identificadores (IDs o SKUs) separados por comas (`,`). Esta funcionalidad agiliza la carga de productos cuando se desea trabajar con grandes volúmenes o listas previamente definidas.

<figure><img src="/files/GN3VWaf9R338NjzmcpSv" alt="" width="375"><figcaption></figcaption></figure>

## Configuraciones

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

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

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

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

**Ordenar Items:** Permite definir como ordenar el listado de items a recomendar.\
\- *Orden Fijo*: Mismo orden que en el listado. \
\- *Shuffle*: Orden aleatorio. \
\- *Afinidad*: Ordenar por afinidad del cliente.&#x20;

&#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/promocionar-items-manualmente.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.
