# Migrate your account to the Gnosis App

### Export your keys to Metamask if your signing address is from Torus

{% hint style="info" %}
If you're signing your transactions with Metamask or using Wallet Connect, you can skip this part.&#x20;
{% endhint %}

1. Go to [Multis](https://app.multis.finance/)
2. Hit "Settings" on the bottom left&#x20;
3. On Profile, hit "Show" below the danger zone to reveal your private key
4. Copy the private key
5. Download the [Metamask Browser Extension](https://metamask.io/)
6. Open your Metamask Extension
7. Click on the dropdown on the middle top
8. Hit "Import account"
9. Select type "Private Key"
10. Paste the Private Key you copy on Multis
11. You've imported your private key outside of Multis, you can now add your Safe to the Safe interface.&#x20;

### Access your wallet through the Safe App&#x20;

1. Go to the [Safe App](https://app.safe.global/welcome)
2. Hit "Connect Wallet" on the top right
3. Click "Connect"&#x20;
4. Connect your wallet using the different choices offered (Metamask, Wallet Connect...etc)
5. Hit "Add existing account"
6. Fill out the name and paste the Safe address (Hit "Receive" on Multis and copy the address)
7. Hit "Next"
8. Add the owner's names
9. You've imported your Safe to the app, and you can now perform payments and sign your transactions outside of Multis.&#x20;


---

# 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://multis.gitbook.io/guide-and-legal/support/migrate-your-account-to-the-gnosis-app.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.
