> For the complete documentation index, see [llms.txt](https://zokanetwork.gitbook.io/zokanetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zokanetwork.gitbook.io/zokanetwork/wallets/backup-and-recovery.md).

# Backup and Recovery

## Recovery Phrase

The recovery phrase is the primary backup for a full wallet account. Store it offline and never publish it.

## Restore Flow

Users can restore wallet state by importing the recovery phrase and letting the wallet scan the chain for owned outputs.

## Scan Key Imports

Some flows support scan-key based import or detection. A scan key is sensitive: it can reveal detection capability and should not be posted publicly.

## Best Practices

* Test recovery with an empty or low-value wallet before relying on it.
* Keep backups away from the device.
* Do not store seed phrases in screenshots, chats, or cloud notes.
* Revoke or rotate any token accidentally shared during support.


---

# 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:

```
GET https://zokanetwork.gitbook.io/zokanetwork/wallets/backup-and-recovery.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.
