> For the complete documentation index, see [llms.txt](https://docs.risewallet.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.risewallet.io/introduction/integrations/rise-notifications/user-perspective/subscription-management.md).

# Subscription Management

Currently, users can subscribe to an app's notifications by connecting their wallet or opening the Rise Extension while on an app's website

#### Subscribing via wallet connect screen

Currently, users can subscribe to an app when connecting to it or in the Notification Settings within the Rise wallet extension.

<figure><img src="/files/LQLYEpZEfjO6q2TuLusf" alt=""><figcaption><p>Subscribing when connecting to an app<br></p></figcaption></figure>

{% hint style="warning" %}
For now, only apps that are in our beta testing will have this option but in the future, we plan to automatically show this option to the user for any app, no setup required.

In the future, users will be able to choose topics they want to be subscribed to. For example general topics, security topics, or if they want to receive only transactional messages.
{% endhint %}

When a user is subscribing to an app they are sending a signed payload containing their auth key and that app's identifier. This mechanism is a security measure to ensure that only the owner of that auth key is able to subscribe with their auth key. From the app's side, there is no required integration.&#x20;

## Managing Subscriptions

Users can manage their app subscriptions from Notification Settings in their Rise Wallet.&#x20;

Users can subscribe/unsubscribe from any app or NFT collection at any time.

<div><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK62fbOolVLxnnFHuXkI7%2Fuploads%2F64WmD4KXWjuuZiLAizDV%2Fimage.png?alt=media&#x26;token=fb5f5453-267e-4974-a4dc-fc4f0e47b62a" alt=""><figcaption><p>Subscriptions to apps</p></figcaption></figure> <figure><img src="/files/26sXrWzOHxPsxRwGR21x" alt=""><figcaption><p>Subscriptions to NFT collections</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.risewallet.io/introduction/integrations/rise-notifications/user-perspective/subscription-management.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.
