# Add a Multisig account

In order for custodians to be able to confirm transactions of a particular multisig wallet, they need to add it to their EVER Wallet.&#x20;

1. Proceed to [add a new account](/seed-phrase-keys-and-accounts/account-management.md).&#x20;
2. Enter your [multisig account address](/multisig/creating-a-multisig-account.md) and click **Add account**.&#x20;

<figure><img src="/files/37CAjk3zAExe3ryX5u3s" alt=""><figcaption></figcaption></figure>

You will receive requests to confirm the transaction to this address.


---

# 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/multisig/add-a-multisig-account.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.
