> For the complete documentation index, see [llms.txt](https://doc.m-safe.io/sui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.m-safe.io/sui/user-guide/create-an-account/initiate-creation.md).

# Initiate Creation

Once you complete Connect Wallet, you will come to the MSafe Welcome page.

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

You can click on Create an Account button in the center of the Welcome page or click on the "+" symbol on the left vertical navigation bar. A pop up window will show up to ask you give a name (required) and a description (optional) of this new account.

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

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

Add co-managers by selecting from the addresses saved in the Address Book

<figure><img src="/files/6zl76iWa3Omu1YMj2e69" alt=""><figcaption></figcaption></figure>

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

Next is to assign threshold - minimum number of votes out of total possible votes required to approve or reject a transaction.&#x20;

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

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

You can also use the Advanced Permission Control Mode by turning it on that allows you to assign different weights to different co-managers.

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

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

By default, one co-manager's signature is one vote. In the Advanced Mode, you can assign multiple votes to one co-manager. As you assign weighted voting power to a co-manager, the total number of possible votes displayed in the threshold also adjusts accordingly.&#x20;

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

Then click on Next, the pop up will show your desired co-manager selection, weight assignment (if any), threshold, along with a warning message if co-managers have different weights. If one co-manager's weighted voting power is equal to or greater than threshold, this co-manager can approve or reject a transaction without waiting for other co-managers to take actions.

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

Double check co-managers & threshold, read the Terms & Services, then click on Create Account

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

As the creator or the proposer of this new account, by default, you're the first to approve, hence your wallet pops up asks you to approve. Once you approve it, your account is created.

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

Upon your approval, you will see the Congratulations page with your new account name and address at the top of the navigation bar

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

Now co-managers need to accept your invitation to agree to be co-signers of this account.&#x20;

Highly recommend that you wait for co-managers to accept invitations. before depositing assets. Depositing does not require co-manager's approval but sending (withdrawing) requires co-managers' consent.


---

# 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://doc.m-safe.io/sui/user-guide/create-an-account/initiate-creation.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.
