> 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/getting-started/create-new-account.md).

# Create New Account

Here's the guide with a visual walkthrough that will help users to create an account on MultiSafe in few clicks.

{% hint style="info" %}
**Hat Tip -** The steps can be used for Individuals, Companies, and DAOs.
{% endhint %}

**Step 1 -** Click on the ‘Sign Up’ button. The address of the MultiSafe wallet will be different from your signer wallet.

**Step 2 -** Select a wallet to connect with MultiSafe. This is important as MultiSafe does not hold any private key and that makes it difficult to sign and execute transactions.

{% hint style="info" %}
**Note -** Users need to connect signer wallet in order to -

1. Create MultiSafe wallet.
2. Sign transactions (on-chain & off-chain)
3. Execute transactions.
   {% endhint %}

**Step 3 -** Out of 3 options select any one (Individuals, Company or DAO) as required.

{% hint style="info" %}
**Note - Individual** and **crypto companies** will have data encrypted by default through encryption keys created via private keys.&#x20;

**DAO** will choose under their settings to enable/disable data sharing outside MultiSafe.&#x20;
{% endhint %}

![](/files/-Ma8GK8ZRZ6Tv2K4kRd3)

**Step 4 -** Add the **‘Organization name**’ followed by ‘Owner Name’ and ‘Address’.

![](/files/-Ma9zCh-TfVqnzZlvEAN)

A safe address for the user signing up will be generated automatically. &#x20;

In order to add members, click on '**Add More**' and update the 'Name' and 'Address'  manually.

![](/files/-Ma9zIjHUtAx7bX9qZ0Y)

{% hint style="info" %}
**Note -** Make sure that users add owners while creating an account. [Click here](/multisafe/multisafe-feature-list/settings.md) to know more about it.

Other than that the only way would be adding other users to Gnosis safe account. &#x20;
{% endhint %}

**Step 5 -** Users can review the inputs like how many people can authorize transactions.

![](/files/-Ma9zNiBPuX70Wra8Vbn)

**Step 6 -** After users approve the 'Signature Request'. Click on '**Create Account**'.

![](/files/-MaA22XJLonAFQKX2SNy)

This will help in signing up as a new user.

{% hint style="info" %}
**Important -** If you have signed up as a company or Individual,  you need to invite other owners in the organization to share the encryption key securely. Please follow [How Invitation works](https://docs.multisafe.finance/multisafe-feature-list/settings) under the settings section.

**Tip** - For DAOs, there is no need for other owners to set up the account as the data will be public and they can easily login into the account directly.
{% 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/getting-started/create-new-account.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.
