# How to store my backup seed phrase for my app ?

You might have heard this already - anything that is online is hackable! The same holds true for your 12-word seed phrase if you decide to store it on a computer or any device that is connected to the internet.

Write down your seed phrase on a piece of paper. It is always advised to have multiple copies of your seed phrase and store it in multiple locations to prevent loss from calamities like floods, earthquake, fire, etc.

Ensure that you write down the seed phrase in the correct order without any spelling mistakes! Anybody else who discovers the seed phrase can steal your authenticator, so it must be kept safe like your other valuables. It must not be stored in any electronic or digital form.


---

# 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://genomes.gitbook.io/genomes.io-docs/tutorials/step-by-step-guides/how-to-store-my-backup-seed-phrase-for-my-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.
