# Easy Recovery For Seed Phrases and Private Key

Your security is paramount with everything we do at Meteor.&#x20;

Presenting ways for you to manage your secret phrase and keys is a key part of this.&#x20;

All of these options are available in the Security and Recovery section of the wallet.

To find it, visit the Settings page via the gear icon on your menu.

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

Click Security and Recovery.

<figure><img src="/files/3Wx0ReZftb0prGz3Irr1" alt=""><figcaption></figcaption></figure>

You'll see the three relevant options available to you.

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

Let's walk you through each one - starting with:

### View Secret Phase

Before you can access this, you'll need to enter your Wallet password.

Once you've done this you'll be able to view your Secret Phrase.

This is super useful if you need to retrieve your secret phase.&#x20;

You should always securely store your secret phase, either in a password manager but preferably written down on a piece of paper.

<figure><img src="/files/8xJxwI7FAL9KbUem5lcp" alt=""><figcaption></figcaption></figure>

### Export Private Key

Before you can access this, you'll need to enter your Wallet password.

Similar to retrieving your Secret Phrase, this option lets your Export your private key.

As always, be extremely careful how you store and share this. It allows access to your wallet account.

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

### Manage Full Access Keys

Before you can access this, you'll need to enter your Wallet password.

This a powerful feature allowing you to view, label and rotate your private keys.

To add a new access key, select the option at the top.

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

This will generate a new seed phrase recovery key for your wallet.

For each of your keys you'll see useful information if it's the primary key, the public key and any links through to the Private Key and Secret Phrase if available.

You also have the option to revoke access for keys.

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


---

# 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.meteorwallet.app/wallet-settings/easy-recovery-for-seed-phrases-and-private-key.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.
