# Example Notifications

### WalletChat Unread Messages as Metamask In-App Notification

By default, WalletChat users will receive new DM notifications as a dialog pop-up within Metamask, and users can respond directly! 🎉 New messages will be shown under the divider, and a few of the most recent read messages are included for context:

<figure><img src="/files/lWa5eHvBs4mfzQ9THHqQ" alt="" width="367"><figcaption><p>Example WalletChat Metamask Snaps Pop-Up Notification</p></figcaption></figure>

For users who don't want to get a pop-up notification for new unread messages, simply log into <https://snaps.walletchat.fun>, navigate to **Notifications** and uncheck the corresponding box to disable pop-ups:

<figure><img src="/files/UmwSiSWtfQdndpvCxGnF" alt="" width="233"><figcaption></figcaption></figure>

<figure><img src="/files/hhFHHEwz482prd5vZwQY" alt="" width="563"><figcaption><p>Notification Settings to Enable/Disable New Message Pop-Up</p></figcaption></figure>

When Pop-Ups are disabled, users will only receive notifications in the Metamask Notifications pane, which does not prompt the user to respond in-app.  In this cases users can read and respond in the full WalletChat web app at [https://snaps.walletchat.fun](https://snaps.walletchat.fun/).

<figure><img src="/files/LLNnZVkSGWfqRzT75UJI" alt="" width="348"><figcaption><p>Ongoing Unread Message Notifications When Pop-Ups are Disabled</p></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.walletchat.fun/metamask-integration/example-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.
