> For the complete documentation index, see [llms.txt](https://docs.admira.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.admira.com/contenidos/avisos-de-subida-de-contenido.md).

# Avisos de subida de contenido

El aviso de subida de contenido es un pop-up el cual se puede configurar para que salte cada vez que se quiera subir contenidos. Esto no afecta a la subida y se puede proseguir de forma normal aceptando el aviso.

<figure><img src="/files/UoaGqvyWOe3tbqJ1U78Z" alt=""><figcaption><p>Ejemplo de aviso</p></figcaption></figure>

Entre los parámetros a elegir están:

* Fecha de activación
* Fecha de caducidad
* Criterios&#x20;

A continuación los pasos para activar los avisos y editar los parámetros:

{% hint style="info" %}
Para configurar y ver los avisos de subida de contenido hace falta un permiso especifico en el rol del usuario.
{% endhint %}

Primero iremos al apartado de **Proyectos** en plataforma, aquí buscaremos el proyecto en el cual queremos activar los avisos y entraremos en el icono del lápiz, que es el apartado de **Editar proyecto**

<figure><img src="/files/B0vB1hlHh2YWQH4jX4iU" alt=""><figcaption><p>Proyectos</p></figcaption></figure>

Una vez dentro iremos a "Avisos de subida de contenido" y le daremos clic

<figure><img src="/files/Nygj3ScV9ZlaPeVa5pzD" alt=""><figcaption><p>Detalles de proyecto</p></figcaption></figure>

Se nos abrirá un menú en el cual podremos seleccionar los parámetros que necesitemos.

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

Un vez le demos a **Aceptar** los cambios harán efecto y a partir de ese momento todos los contenidos (sin importar el tipo) que no tengan asignados esos parámetros verán el pop-up aparecer a la hora de subirse.


---

# 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://docs.admira.com/contenidos/avisos-de-subida-de-contenido.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.
