# Platform Support

Browser Components needed for Web Push Notification:

* Service Workers
* Notification API: This API is used to show a notification prompt to the user&#x20;
* Push API: This API is used to get the push message from the server.��

| Browser                  | Windows | MacOS | Android | iOS |
| ------------------------ | ------- | ----- | ------- | --- |
| Chrome                   | yes     | yes   | yes     | no  |
| Firefox                  | yes     | yes   | yes     | no  |
| Opera                    | yes     | yes   | yes     | no  |
| Edge                     | yes     | yes   | yes     | no  |
| Yandex                   | yes     | yes   | yes     | no  |
| Safari                   | no      | no    | no      | no  |
| Samsung Internet Browser | no      | no    | yes     | no  |
| Internet Explorer        | no      | no    | no      | no  |

{% hint style="info" %}
Private Browsing mode isn't supported in browsers.
{% endhint %}


---

# 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://push-help.sare.pl/platform-support.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.
