# Unforgettable Docs > User-friendly recovery solution based on ERC-7947 for secure, seedless smart account recovery with visual keys(face, objects), short password, and PoW challenge. This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [Architecture & Trust Model](https://docs.unforgettable.app/docs/embedded-wallets/achitecture): What runs on-device vs server-side vs on-chain, and what you can (and cannot) trust. - [Embedded Wallets](https://docs.unforgettable.app/docs/embedded-wallets/overview): Seedless, self-custodial wallets inside your app powered by Just-in-Time (JIT) keys. - [Policy Engine](https://docs.unforgettable.app/docs/embedded-wallets/policy-engine): A declarative rules layer for embedded-wallet actions and recovery configuration. - [Recovery](https://docs.unforgettable.app/docs/embedded-wallets/recovery): Recovery options for embedded wallets that preserve self-custody. - [Smart Account](https://docs.unforgettable.app/docs/embedded-wallets/smart-account): The on-chain smart-contract wallet controlled by the Unforgettable Key, governed by the Policy Engine, and protected by passkey confirmations for s... - [Benchmarks](https://docs.unforgettable.app/docs/foundations/benchmarks): Security and accuracy benchmarks for Unforgettable recovery factors (face, objects, location, voice). - [What is Unforgettable?](https://docs.unforgettable.app/docs/foundations/fuzzy-extractors): Fuzzy extractors derive wallet keys from biometrics and visual keys, eliminating seed phrases while preserving self-custody. - [Architecture Overview](https://docs.unforgettable.app/docs/sdk/advanced/architecture): Understand the high-level architecture and design principles of the Unforgettable SDK. - [Data Transfer](https://docs.unforgettable.app/docs/sdk/advanced/data-transfer): Learn how encrypted data is transferred between your application and Unforgettable.app. - [Encryption](https://docs.unforgettable.app/docs/sdk/advanced/encryption): Deep dive into the cryptographic primitives and protocols used by Unforgettable SDK. - [URL Generation](https://docs.unforgettable.app/docs/sdk/advanced/url-generation): Learn how recovery URLs are constructed and what each parameter means. - [Error Reference](https://docs.unforgettable.app/docs/sdk/api/errors): Complete reference for error types and error handling in Unforgettable SDK. - [Recovery Factors](https://docs.unforgettable.app/docs/sdk/api/recovery-factors): Reference for available recovery factor types and their usage. - [UnforgettableSDK Class](https://docs.unforgettable.app/docs/sdk/api/unforgettable-sdk): import Tabs from '@theme/Tabs'; - [Getting Started](https://docs.unforgettable.app/docs/sdk/getting-started): This guide will help you install and get started with Unforgettable SDK. - [Index](https://docs.unforgettable.app/docs/sdk): import { Redirect } from '@docusaurus/router'; - [Unforgettable SDK](https://docs.unforgettable.app/docs/sdk/intro): Unforgettable SDK enables you to integrate seedless login and account recovery into your applications. It allows users to recover their private key... - [Android](https://docs.unforgettable.app/docs/sdk/platforms/android): Learn how to integrate Unforgettable SDK into your Android application using Kotlin. - [iOS](https://docs.unforgettable.app/docs/sdk/platforms/ios): Learn how to integrate Unforgettable SDK into your iOS application using Swift. - [React Native](https://docs.unforgettable.app/docs/sdk/platforms/react-native): Learn how to integrate Unforgettable SDK into your React Native application. - [React](https://docs.unforgettable.app/docs/sdk/platforms/react): Learn how to integrate Unforgettable SDK into your React application using hooks and components. - [Web](https://docs.unforgettable.app/docs/sdk/platforms/web): Learn how to integrate Unforgettable SDK into your vanilla JavaScript or TypeScript web application. - [Smart contract reference](https://docs.unforgettable.app/docs/smart-contracts): Contracts powering Unforgettable vault/account recovery, subscriptions, and cross-chain subscription sync.