# Import/Export Multisig

Mimir will synchronize the multisigs associated with the Extension Wallets you've authorized locally.&#x20;

However, during this process, there may be some edge cases that require you to manually import the multisig.

## Import through configuration file

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

You can ask other members to click 'Export' on the multisig's setting page to download the multisig configuration file and send it to you.

&#x20;

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

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

If your local Extension Wallet is indeed a member of this multisig, you can recover it by importing that file using the 'Import' button on the Create page.


---

# 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://evm-docs.mimir.global/guide/import-export-multisig.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.
