# User Guide

This guide covers every user-facing flow in the app. Pages are ordered roughly the way a new user would encounter them — start at the top if this is your first visit, or jump to whatever section matches what you're trying to do.

Unfamiliar with the vocabulary? Skim [Concepts](/user-guide/concepts.md) first.

## Sections

### Getting started

* [Authentication](/user-guide/authentication.md) — connecting and disconnecting a wallet.
* [Concepts](/user-guide/concepts.md) — short glossary of the terms used throughout this guide.
* [Quick Actions](/user-guide/quick-actions.md) — shortcuts from the home page that pre-fill common setups.

### Legacy

* [Legacy](/user-guide/legacy.md) — overview: Transfer vs. Multisig legacies.
* [Create a Legacy Contract](/user-guide/legacy/create-a-legacy-contract.md).
* [Legacy Contract Details](/user-guide/legacy/legacy-contract-details.md).
* [Edit or Delete a Legacy Contract](/user-guide/legacy/edit-or-delete-a-legacy-contract.md).
* [Activate a Legacy Contract and Claim Funds](/user-guide/legacy/activate-a-legacy-contract-and-claim-funds.md) — the beneficiary's side.
* [Legacy Claim Card](/user-guide/legacy/legacy-claim-card.md) — the printable safety net.

### Premium features

* [Premium Features](/user-guide/premium-features.md) — subscription model and what it unlocks.
* [Manage Contingent Beneficiaries](/user-guide/premium-features/manage-contingent-beneficiaries.md).
* [Manage Authorized Watchers](/user-guide/premium-features/manage-authorized-watchers.md).
* [Configure Email Reminders](/user-guide/premium-features/configure-email-reminders.md).

### Timelock

* [Timelock](/user-guide/timelock.md) — overview: Timelock, Soft Timelock, Timelocked Gift.
* [Using Timelock](/user-guide/timelock/using-timelock.md) — create, unlock, and claim for all three flavors.

## A note on philosophy

10102 is deliberately built so that your plan survives us. Every feature in this guide can be operated directly from the Ethereum contracts, without our UI — which is why [Legacy Claim Card](/user-guide/legacy/legacy-claim-card.md) exists, and why [Architecture](/architecture.md) is published alongside the user guide. If something about our UI is confusing or our servers are down, the plan doesn't stop working. That's the point.


---

# 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.10102.io/user-guide.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.
