# Push Notifications

- [Configuración Notificaciones Web Push en Magento / Web Custom](https://woowup-docs.gitbook.io/woowup-developer-docs/push-notifications/configuracion-notificaciones-web-push-en-magento-web-custom.md): Cómo conectar nuestro script de notificaciones push a tu sitio de comercio electrónico para habilitar el envío de notificaciones push web.
- [Configuración Push en VTEX Legacy](https://woowup-docs.gitbook.io/woowup-developer-docs/push-notifications/configuracion-push-en-vtex-legacy.md): Cómo conectar nuestro script de notificaciones push a tu sitio VTEX Legacy para habilitar el envío de notificaciones push web.
- [Configuración Push en VTEX IO](https://woowup-docs.gitbook.io/woowup-developer-docs/push-notifications/configuracion-push-en-vtex-io.md): Cómo conectar nuestro script de notificaciones push a tu sitio VTEX IO para habilitar el envío de notificaciones push web.
- [¿Cómo saber si la configuración fue exitosa?](https://woowup-docs.gitbook.io/woowup-developer-docs/push-notifications/como-saber-si-la-configuracion-fue-exitosa.md): En este instructivo se detallan los pasos a seguir para verificar la correcta configuración de Notificaciones Push


---

# Agent Instructions: 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:

```
GET https://woowup-docs.gitbook.io/woowup-developer-docs/push-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
