# PushPushGo Documentation

## Platforms

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Web push</strong></td><td>Push notifications in browsers</td><td></td><td><a href="web-push">web-push</a></td></tr><tr><td><strong>Google Android</strong></td><td>Push notifications in mobile applications</td><td></td><td><a href="mobile-push/google-android">google-android</a></td></tr><tr><td><strong>Apple iOS</strong></td><td>Push notifications in mobile applications</td><td></td><td><a href="mobile-push/apple-ios">apple-ios</a></td></tr><tr><td><strong>Huawei Android</strong></td><td>Push notifications in mobile applications</td><td></td><td><a href="mobile-push/huawei-android">huawei-android</a></td></tr></tbody></table>

## Discover PushPushGo

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Subscribers</strong></td><td>Collect and get to know your audience</td><td></td><td><a href="subscribers">subscribers</a></td></tr><tr><td><strong>Campaigns</strong></td><td>Send push notifications to your subscribers</td><td></td><td><a href="campaigns">campaigns</a></td></tr><tr><td><strong>Scenarios</strong></td><td>Follow users’ paths for continuous engagement</td><td></td><td><a href="automation">automation</a></td></tr><tr><td><strong>Analytics</strong></td><td>Gain clear insights into outcomes and key metrics</td><td></td><td><a href="analytics">analytics</a></td></tr><tr><td><strong>Account</strong></td><td>Manage profile, payments, access and notifications</td><td></td><td></td></tr><tr><td><strong>Release notes</strong></td><td>Our latest updates</td><td></td><td><a href="release-notes">release-notes</a></td></tr></tbody></table>

## Integrations

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Webhooks</strong></td><td>Real-time communication between applications</td><td></td><td><a href="integrations/webhooks">webhooks</a></td></tr><tr><td><strong>Rest API</strong></td><td>Connect easily with other systems using PushPushGo API</td><td></td><td><a href="https://swagger.pushpushgo.com/">https://swagger.pushpushgo.com/</a></td></tr></tbody></table>


---

# 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/master.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.
