> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/descuentos/listado-multiple-descuentos.md).

# Listado múltiple descuentos

Esta función la podemos utilizar si tengo varios descuentos y deseo notificarlo en un banner u otra zona como por ejemplo: “Descuentos hasta el 50%”  y deseo agrupar los descuentos, en una sola URL.

> :mouse\_three\_button: Haz clic en el botón **Productos** **➡ Grupos** **➡ Nuevo Grupo**, arriba a la derecha o en el botón de edición de un descuento existente.

* **Nombre ➡** Ejemplo: Hasta 50% off.
* Incluir los productos que están en los Descuentos previamente creados, en los filtros que aplique, y agregando todos los que están bajo los descuentos creados. Más información [filtros de productos](/productos/filtros-de-productos.md).
* **Imagen cocarda** **➡** Opcional. Formato SVG sugerido.
* **Texto cocarda** **➡** Opcional. La imagen y/o el texto se mostrarán en el catálogo destacando a los productos que pertenezcan al grupo. Cuál de ambas versiones se muestra y de qué forma, depende del diseño implementado en su tienda.
* Encender **Habilitar**.
* Probar la URL y chequear que los productos que vemos son los que están en descuento.
* Una vez que esté correcta la URL, unir el Link con el [banner](broken://pages/-MAczimq33I6mvXiMKd_) para comunicar la promoción de descuento.


---

# 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://guia.fenicio.help/descuentos/listado-multiple-descuentos.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.
