> For the complete documentation index, see [llms.txt](https://multisafe.gitbook.io/multisafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multisafe.gitbook.io/multisafe/multisafe-feature-list/notifications-on-multisafe.md).

# Notifications on MultiSafe

All of us want to be updated. And with the transactions... it's a YES.&#x20;

It is the bell icon on the top right corner on MultiSafe dashboard. Once you click on the bell icon it will open as shown in the image below with the name '**Recent Activity**'.

![](/files/-MaDTTrnXzB3kN8EtixG)

When will you get notification for -

* Initiated transactions
* Completed transactions
* Amount of the completed transaction
* If there are 2-of-2, and one has signed and initiated the transaction. The second owner gets notified of it.&#x20;

Further, if click on the **View** button. Then you get to know all the details about the transaction. So whenever transactions are made or initiated, the owners get notified of it.

{% hint style="info" %}
**Note -** If user **receives** the transaction, the **View button** will redirect to Etherscan.

&#x20;If user **sends** the transaction, the **View button** will redirect to transaction statu&#x73;**.**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://multisafe.gitbook.io/multisafe/multisafe-feature-list/notifications-on-multisafe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
