# Manage in-app notifications

### Supported in-app notifications

Currently, SubWallet supports these notification types:

| Notification type       | Supported range                                                                                |
| ----------------------- | ---------------------------------------------------------------------------------------------- |
| Claim staking rewards   | <p>Funds staked via:</p><ul><li>Nomination pool</li><li>MYTH staking</li></ul>                 |
| Withdraw unstaked funds | <p>Funds previously staked via:</p><ul><li>Nomination pool</li><li>Direct nomination</li></ul> |
| Claim bridged tokens    | <p>Funds bridged via these bridges:</p><ul><li>Avail Bridge</li><li>Unified Bridge</li></ul>   |

### Customize notifications display

**Step 1:** On the SubWallet homepage, click the "**Settings**" tab on the sidebar to get to the Settings section.

<figure><img src="/files/nfkjKuXfHJm7I8GO5bn5" alt=""><figcaption></figcaption></figure>

**Step 2:** In the Settings section, click “**General settings**”.&#x20;

<figure><img src="/files/yRDRH3D18QuaUv4QNpSR" alt=""><figcaption></figcaption></figure>

After that, choose the “**In-app notifications**” option.

<figure><img src="/files/r9R4jK9frLSIC7Pt5OeR" alt=""><figcaption></figcaption></figure>

**Step 3:** A popup screen will appear on the right side. You can choose to enable/disable the toggle.&#x20;

{% hint style="info" %}
By default, SubWallet enables every notification type so you can keep track of and manage your assets more easily.
{% endhint %}

<figure><img src="/files/M9ajGj6jrMmoY5FXRQaf" alt=""><figcaption></figcaption></figure>

Once done, click "**Save settings**".

<figure><img src="/files/kS1KqjK0XPL4tBI6Vsny" alt=""><figcaption></figcaption></figure>


---

# 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.subwallet.app/main/web-dashboard-user-guide/getting-started/manage-in-app-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.
