# 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><a href="/pages/FQ6qxfl9rKGxoNsQMPZM">Nomination pool</a></li><li><a href="/pages/varGzJV7FdyvuDfjZqia">MYTH staking</a></li></ul>                 |
| Withdraw unstaked funds | <p>Funds previously staked via:</p><ul><li><a href="/pages/FQ6qxfl9rKGxoNsQMPZM">Nomination pool</a></li><li><a href="/pages/FxnRoiCPWx73sLLXKx38">Direct nomination</a></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**: Open the SubWallet extension and click the <img src="/files/SG1pioRqqI4Ag5SSHd46" alt="" data-size="line"> at the top right of the screen.

<figure><img src="/files/i9yIFWtqb5VTAQBhVLOO" alt="" width="363"><figcaption></figcaption></figure>

**Step 2**: In the Notifications screen, click the <img src="/files/CFP17LaPKoB0w8Ntb7Sx" alt="" data-size="line"> at the top right of the screen.

<figure><img src="/files/X42ZCT8rDqTZ7CFaZCGp" alt="" width="363"><figcaption></figcaption></figure>

**Step 3**: In the Notifications settings screen, enable/disable the toggle. Once done, click "**Save settings**".

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

<div><figure><img src="/files/6FR3HzlWhhbQ1uhi4XVk" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VCuGLcZ0f6kN1YhLu1LM" alt=""><figcaption></figcaption></figure></div>


---

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