# Receiving Notifications

Users can receive push notifications sent by apps. All notifications get sent to targeted public keys, and users of those public keys will receive notifications simultaneously through all their devices that have notifications enabled.&#x20;

For example, suppose a user uses both Solflare Web Extension and Soflare Mobile with duplicate public keys. In that case, they can subscribe to an app's notifications through Solflare Web Extension. When an app sends a notification, the user will get that notification both on their computer and mobile device.&#x20;

![Notification from Extension (and Web)](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr6K2WqscHxTLj4jS7ZM8%2Fuploads%2FTuADmBRAMvagcQhaZ4VA%2Fgif_receive_web.gif?alt=media\&token=80416656-1b4c-4bf6-8447-dcf83b3e355a)

![Notification on Mobile (Android example)](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr6K2WqscHxTLj4jS7ZM8%2Fuploads%2F4jxJdNjNe4M52jCiiPQX%2Fgif_receive_mobile.gif?alt=media\&token=8e90b336-cf58-4668-af1d-467089278c66)

Users can still subscribe to an app's notification even if they have not yet enabled notifications on their devices. Still, they won't receive any messages until notifications are allowed on one of their devices.


---

# 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.solflare.com/solflare/technical/solflare-notifications/users-perspective/receiving-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.
