# Deploy

When you create a new account/wallet, you need to deploy it.

Some account types, including the standard account (EVER Wallet), are deployed automatically - sending, staking EVER, and other actions will be available to you immediately after the first deposit:

<figure><img src="/files/84O7Hoj6XORczzErzYTu" alt=""><figcaption></figcaption></figure>

However, some types (such as [Multisig](/multisig.md)) require manual deployment. \
So, the sequence for deploying an account is as follows:

1. If you haven't done this before, go to the [add new account](https://docs.everwallet.net/seed-phrase-keys-and-accounts/account-management/ever-wallet-extension#create-new) interface and select the [account type](/getting-started/install-and-singing-in/types-of-account.md)
2. Deposit a small amount of EVER to the balance of this account in [any way](/getting-started/how-to-get-ever.md) convenient for you
3. After deposit you will be able for deployment - click on the corresponding button
4. Choose wallet type: Standard or [Multisig](/multisig.md)
5. Click Next and then Deploy
6. Confirm the transaction in the Ever Wallet window that opens and wait for it to complete
7. Once the transaction is complete, you will be able to send and stake EVER

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

Congratulations! You have successfully deployed the wallet.


---

# 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.everwallet.net/getting-started/install-and-singing-in/deploy.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.
