# Solflare Notifications

We have developed a generic, flexible and no-code solution for sending notifications to your users.&#x20;

Users will receive all notifications to their Notification Center inside the Solflare Wallet.

#### These notifications include:

1. On anApp-specific Notifications
2. Notifications for protocols without an application, such as an NFT project
3. General Solflare updates.

{% hint style="info" %}
Push notifications are delivered through Solflare Mobile (iOS and Android), Solflare Web, or Solflare Extension to all devices the user has set up push notifications for.
{% endhint %}

This is a no-code integration so the only thing your app needs to have is a variant of a wallet connector like the [Solana Wallet Adapter](https://github.com/solana-labs/wallet-adapter).


---

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