# Creating or Importing an Account

## Creating an Account on Virgo Wallet <a href="#id-6200" id="id-6200"></a>

### Download the App <a href="#id-6ba0" id="id-6ba0"></a>

To begin, download the Virgo Wallet app from the Chrome Web Store, Firefox Add-on or Google Play Store (Android).

### Installation and Launch <a href="#id-4a2f" id="id-4a2f"></a>

Install the app and open it. You will be greeted by a welcome screen inviting you to create a new account or import an existing account.

### Creating a New Account <a href="#id-8da7" id="id-8da7"></a>

* **Click on “Create a New Account”**
* **Choose a Secure Password**: This password will protect access to your app. Make sure to use a combination of letters, numbers, and special characters.
* **Confirm Your Password** to avoid any typos.

### Backing Up the Seed Phrase <a href="#id-828f" id="id-828f"></a>

Once your account is created, you will see a series of 12 to 24 random words. This is your seed phrase.

* **Write Down Your Seed Phrase**: It is crucial to write these words in the exact order and store them in a safe place. Never share your seed phrase with anyone.
* **Confirm Your Seed Phrase**: The app will ask you to enter specific words from your seed phrase to verify that you have noted it correctly.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*5D60Uf9OUsFKwj6h1aWVPA.jpeg" alt="" height="394" width="700"><figcaption></figcaption></figure>

## Importing an Account on Virgo Wallet <a href="#id-3842" id="id-3842"></a>

If you already have a crypto account and wish to import it into Virgo Wallet, here’s how:

### Launch the App <a href="#id-2bb4" id="id-2bb4"></a>

Open the Virgo Wallet app and choose “Import Account.”

### Enter the Seed Phrase <a href="#id-617b" id="id-617b"></a>

* **Enter Your Seed Phrase**: Input the series of 12 to 24 random words associated with your existing wallet. Ensure they are entered in the correct order.
* **Validate**: Verify and validate to import your account. The app will retrieve your account information and synchronize your assets.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*0JQdjqX18CNGrQxTaDCO4g.jpeg" alt="" height="394" width="700"><figcaption></figcaption></figure>

## Security Tips for Your Seed Phrase <a href="#a511" id="a511"></a>

* **Never Share Your Seed Phrase**: Anyone with your seed phrase can access your funds.
* **Store It Offline**: Write your seed phrase on a piece of paper and keep it in a safe place, like a safe. Avoid storing it digitally to prevent hacking risks.
* **Make Copies**: For added security, make multiple copies of your seed phrase and store them in different secure locations.


---

# 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.virgo.net/wallet/tutorials/creating-or-importing-an-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.
