> 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/banners/nuevo-banner.md).

# Nuevo banner

> 🖱️Ingresa a la opción Marketing ➡ Banners&#x20;
>
> 🔑 Rol requerido ➡ Banners

## Crear un Banner

Completá los siguientes campos:

1. **Título ➡** Ingresá un texto breve y descriptivo. Este título ayuda al SEO y funciona como texto alternativo (alt text).
2. **Mostrar en ➡** Seleccioná el área del sitio donde se mostrará el banner (home, categorías, checkout, etc.).
3. **Palabras clave ➡** Utilizá palabras clave para indicar cuándo debe mostrarse, combinando términos obligatorios, generales o excluidos.

   Para más detalle sobre cómo configurarlas, consultá la sección [**Palabras clave**](/banners/palabras-claves.md).
4. **Enlace (URL) ➡** Permite dirigir el banner a una categoría, producto, promoción u otra página.
5. **Cargar imágenes**

**Por imagen**

Subí las imágenes en los diferentes tamaños para asegurar una correcta visualización en todos los dispositivos. Para conocer los tamaños recomendados y buenas prácticas de diseño, consultá la sección [**Tamaños de Banners**](/banners/que-es-un-banner.md#tamanos-de-banners).

**Por código HTML (opcional)**

Si necesitás una mayor personalización, podés cargar código HTML para gestionar el banner de forma manual.

1. **Configurar la publicación**
   1. Definí la fecha y hora de inicio y fin
2. Activá la opción Habilitar para que el banner sea visible y haz clic en Guardar para confirmar los cambios.

{% hint style="warning" %}
Para que un banner se active automáticamente, es necesario definir la **fecha y hora de inicio y fin**.

Si no se configuran, el banner se mostrará desde el momento en que se habilite y permanecerá activo hasta que se desactive manualmente.
{% endhint %}

{% embed url="<https://youtu.be/boc1l7y5-vQ>" %}


---

# 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/banners/nuevo-banner.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.
