> For the complete documentation index, see [llms.txt](https://docs.pushpushgo.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pushpushgo.company/web-push/integration-script/default-notification.md).

# Default notification

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

&#x20;If a campaign cannot be displayed (e.g., due to technical issues), subscribers will receive a default notification saying, "Your site has been updated in the background." This behavior is determined by browser settings.

To provide your subscribers with a more informative message, you can customize the “Default notification” title and content. For example, you could set a message like, "Check out our latest offers and promotions." This customized notification will automatically be displayed if technical difficulties prevent original campaign from being delivered.


---

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

```
GET https://docs.pushpushgo.company/web-push/integration-script/default-notification.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.
