# Detailed Flows

- [CryptoLegacy Example Flow Overview](https://docs.cryptolegacy.app/detailed-flows/cryptolegacy-example-flow-overview.md)
- [Detailed Contract Setup Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-contract-setup-flow.md): CryptoLegacy sets beneficiaries, secures asset distribution, encrypts data, and stores backups safely on blockchain.
- [Detailed Guardians Setup Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-guardians-setup-flow.md): CryptoLegacy assigns guardians, sets approval thresholds, encrypts guardian data, stores backups, and tests access securely on-chain.
- [Detailed Challenge Period Start and Cancel Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-challenge-period-start-and-cancel-flow.md): CryptoLegacy lets beneficiaries start challenges, transfer assets securely after owner timeout, and claim their shares.
- [Detailed Recovery Setup Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-recovery-setup-flow.md): CryptoLegacy sets recovery addresses with encryption, stores hashed data securely on-chain, and grants direct emergency access if needed.
- [Detailed Guardians Emergency Asset Withdrawal and Distribution Start](https://docs.cryptolegacy.app/detailed-flows/detailed-guardians-emergency-asset-withdrawal-and-distribution-start.md): Guardians initiate emergency withdrawal; if owner doesn’t cancel in 5 days, guardians decrypt wallet data and transfer all assets on-chain.
- [Detailed Recovery Emergency Asset Withdrawal](https://docs.cryptolegacy.app/detailed-flows/detailed-recovery-emergency-asset-withdrawal.md): CryptoLegacy allows emergency recovery; two recovery addresses confirm transactions, automatically withdrawing all assets securely.


---

# 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.cryptolegacy.app/detailed-flows.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.
