# Overview

While onsite notifications and [**web push notifications**](/web-push/overview.md) may look similar at first glance, they serve different purposes and audiences. Onsite notifications are shown only to users actively browsing your website, allowing for highly contextual and personalized engagement. Web push notifications, on the other hand, are delivered to a user’s device even when they’re not on your site, making them ideal for re-engagement and timely alerts outside the browsing session.&#x20;

A key advantage of onsite notifications is that they **don’t require user subscription**. This means you can reach a much larger share of your website visitors compared to web push, which requires explicit opt-in. It makes onsites a powerful option for maximizing reach and driving immediate action.

You will find this feature in the main navigation bar:.

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

If you don't have the onsite notifications feature enabled, please contact us: <support@pushpushgo.com>.&#x20;


---

# 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://docs.pushpushgo.company/onsite-notifications/overview.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.
