> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/1.7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/1.7-documentation/spanish/guia-usuario/optimizar-tienda/gestionar-modulos/modulos-y-servicios/notificaciones-modulos.md).

# Notificaciones de módulos

Es importante mantener los módulos actualizados, por si falta algún ajuste o por si hay una nueva versión disponible. Esta página te ayuda a revisar las acciones que necesitas realizar en los módulos correspondientes.

## Módulos a configurar <a href="#notificacionesdemodulos-modulosaconfigurar" id="notificacionesdemodulos-modulosaconfigurar"></a>

A veces recibirás notificaciones de los módulos instalados. En la mayoría de ocasiones, la notificación te ayudará a completar la configuración de los módulos que están instalados, pero que aún no están listos para utilizar: actualiza su configuración para deshacerte de la notificación y poner tu módulo en funcionamiento.

## Módulos a actualizar <a href="#notificacionesdemodulos-modulosaactualizar" id="notificacionesdemodulos-modulosaactualizar"></a>

Cuando uno de tus módulos tiene una actualización disponible en el sitio Addons, PrestaShop te informará sobre ello, y aparecerá un botón "Actualizar". Haz clic en este botón para actualizar tus módulos. Antes de actualizar un módulo, puedes echar un vistazo a su registro de cambios para revisar las novedades de esta nueva versión. Es útil comprobar los módulos después de la actualización: ¿funciona la tienda y el módulo correctamente tras haber realizado la actualización?.


---

# 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.prestashop-project.org/1.7-documentation/spanish/guia-usuario/optimizar-tienda/gestionar-modulos/modulos-y-servicios/notificaciones-modulos.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.
