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

# Notificaciones

![iniciar sesión](/files/440b6294d8de56a492027ec9bcf76d341e80d066)

Las notificaciones son actualizaciones sobre la actividad en el Panel de administración.

Para ver tus notificaciones, puedes seleccionar el icono de notificaciones (campana) en la barra de navegación superior derecha.

Alternativamente, puedes elegir la opción **Ver todas las notificaciones** debajo del icono de notificaciones (a continuación) o ir a tu usuario **Perfil** y elegir la **Notificaciones** pestaña para ver y gestionar tus notificaciones desde una sola página.

![icono-de-notificaciones](/files/5b7142e52f7d1821fff44b69946bd7d44c5aeabb)

![pagina-de-notificaciones](/files/bbbdb566d4dca0c6c54f8bb4f265fa9b591adc69)

Hay tres tipos de notificaciones:

| Tipo            | Símbolo                                                         | Explicación                                                               |
| --------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------- |
| **Alerta**      | ![alert](/files/bfe59f77ce9354c9535151358f5471ddb0661c28)       | Ha ocurrido un evento excepcional que es importante o sensible al tiempo. |
| **Información** | ![information](/files/bfceea47674fd9b26f71d589901955688c9826f8) | Confirmación de que ocurrió un evento.                                    |
| **Éxito**       | ![success](/files/8ae45acb08d6ec9d5cc43221a0ca0cd12a58f0c8)     | Confirmación de que se realizó una acción.                                |

Cuando tengas notificaciones sin leer, aparecerá una burbuja roja encima del icono de notificaciones (campana) con el número de notificaciones sin leer. Para borrar tus notificaciones sin leer, puedes seleccionar Marcar como leída para una notificación específica, o Marcar todas como leídas para todas tus notificaciones sin leer.

Cuando una notificación se marca como leída en el icono de notificaciones (campana), esta notificación desaparecerá de la lista, pero estará disponible en la página de Notificaciones.

Ten en cuenta que las notificaciones se eliminarán automáticamente después de 90 días.


---

# 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.exoclick.com/exoclick-docs/es/notificaciones.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.
