# Understanding and Finding Your Seed Phrase

## Understanding and Finding Your Seed Phrase <a href="#e2ff" id="e2ff"></a>

### What is a Seed Phrase? <a href="#id-3fca" id="id-3fca"></a>

A seed phrase, also known as a recovery phrase or mnemonic, is a series of 12 to 24 random words generated when you create your wallet. It represents the master key that allows you to restore your account and access your cryptocurrencies.

* **Function of the Seed Phrase**: The seed phrase is used to generate all private keys associated with your wallet addresses. Losing your seed phrase means losing access to your funds.

### How to Find Your Seed Phrase <a href="#id-4838" id="id-4838"></a>

If you need to retrieve your seed phrase after setting up your account:

* **Access the App Settings**: Open Virgo Wallet, go to the settings menu, then to the Security & Privacy section. You will need to enter your password to gain access. Click on reveal your seed phrase. Write it down again and make sure you store it safely.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*sUDQKvEQr95hL-MyJLLlBg.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/understanding-and-finding-your-seed-phrase.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.
