# RITREK Docs

## Documentation

- [Welcome](https://ritrek.gitbook.io/ritrek-docs/readme.md)
- [Trezor: Creating a Timelock-Recovery plan from your passphrase wallet to your non-passphrase wallet](https://ritrek.gitbook.io/ritrek-docs/trezor-from-passphrase-wallet-to-standard-wallet/trezor-creating-a-timelock-recovery-plan-from-your-passphrase-wallet-to-your-non-passphrase-wallet.md)
- [Switching to a passphrase wallet](https://ritrek.gitbook.io/ritrek-docs/trezor-from-passphrase-wallet-to-standard-wallet/switching-to-a-passphrase-wallet.md)
- [Creating a Receive address on the standard wallet](https://ritrek.gitbook.io/ritrek-docs/trezor-from-passphrase-wallet-to-standard-wallet/creating-a-receive-address-on-the-standard-wallet.md)
- [Installing RITREK and creating your first recovery plan](https://ritrek.gitbook.io/ritrek-docs/trezor-from-passphrase-wallet-to-standard-wallet/installing-ritrek-and-creating-your-first-recovery-plan.md)
- [Saving a backup of your recovery plan](https://ritrek.gitbook.io/ritrek-docs/backup/saving-a-backup-of-your-recovery-plan.md)
- [Initiating a backup](https://ritrek.gitbook.io/ritrek-docs/backup/initiating-a-backup.md)
- [Configuring a Dead Man Switch](https://ritrek.gitbook.io/ritrek-docs/dead-man-switch/configuring-a-dead-man-switch.md)
- [Quickstart](https://ritrek.gitbook.io/ritrek-docs/getting-started/quickstart.md)
- [Publish your docs](https://ritrek.gitbook.io/ritrek-docs/getting-started/publish-your-docs.md)
- [Editor](https://ritrek.gitbook.io/ritrek-docs/basics/editor.md)
- [Markdown](https://ritrek.gitbook.io/ritrek-docs/basics/markdown.md)
- [Images & media](https://ritrek.gitbook.io/ritrek-docs/basics/images-and-media.md)
- [Interactive blocks](https://ritrek.gitbook.io/ritrek-docs/basics/interactive-blocks.md)
- [Integrations](https://ritrek.gitbook.io/ritrek-docs/basics/integrations.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ritrek.gitbook.io/ritrek-docs/readme.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.
