> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/flits-wallet-app/how-to-recover-an-old-wallet-using-the-seed-phrase.md).

# How to Recover An Old Wallet Using the Seed Phrase

### Step 1&#x20;

* To get started with the Flits Wallet App you will need to download it from [<mark style="color:blue;">**Google Play Store**</mark>](https://play.google.com/store/apps/details?id=app.flitsnode.flits\&pli=1) and install it.

### Step 2&#x20;

* Open the app and select the hyperlink that reads '**Click here to recover your account'** as shown in the image below:

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

### Step 3

* Enter your 24-word seed phrase as it appears and click submit. Note that it is case sensitive and any misspelled word may lead to recovering an entirely different wallet.

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

### Step 4

* Choose '**No thanks**' if you are familiar with the app or '**Show me around**' to learn more.

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

### Step 5&#x20;

* After the step above, you should have access to your wallet and be able to perform other operations.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decenomy.net/tutorials/flits-wallet-app/how-to-recover-an-old-wallet-using-the-seed-phrase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
