# MSafe 1.0 User guide

Users are able to interact with MSafe through a Web APP interface.&#x20;

{% hint style="info" %}
MSafe wallet application is LIVE on [https://app.m-safe.io/.](https://app.m-safe.io/)
{% endhint %}

The Web APP interface supports:

* [Connect Wallet](/aptos/users/msafe-1.0-user-guide/connect-wallet.md)
* [First time registration](/aptos/users/msafe-1.0-user-guide/first-time-registration.md)
* [Create an MSafe Account](/aptos/users/msafe-1.0-user-guide/create-an-msafe-account.md)
* [Receive Coin](/aptos/users/msafe-1.0-user-guide/receive-coin.md)
* [Coin Transfer (APT)](/aptos/users/msafe-1.0-user-guide/coin-transfer-apt.md)
* [Add a new coin](/aptos/users/msafe-1.0-user-guide/add-a-new-coin.md)
* [Address Book](/aptos/users/msafe-1.0-user-guide/address-book.md)
* [Permissions](/aptos/users/msafe-1.0-user-guide/permissions.md)
* [Wallet FAQs](/aptos/users/msafe-1.0-user-guide/wallet-faqs.md)


---

# 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://doc.m-safe.io/aptos/users/msafe-1.0-user-guide.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.
