# Safle

## Safle

- [SafleID](https://docs.safle.com/safleid/safleid.md): Understanding the Problem
- [About SafleID](https://docs.safle.com/safleid/safleid/about-safleid.md)
- [Core Technical Components (1/3)](https://docs.safle.com/safleid/safleid/about-safleid/core-technical-components-1-3.md)
- [Core Technical Concepts (2/3)](https://docs.safle.com/safleid/safleid/about-safleid/core-technical-concepts-2-3.md)
- [Core Technical Concepts (3/3)](https://docs.safle.com/safleid/safleid/about-safleid/core-technical-concepts-3-3.md)
- [What SafleID does?](https://docs.safle.com/safleid/safleid/what-safleid-does.md)
- [For Chains](https://docs.safle.com/safleid/safleid/for-chains.md)
- [Technical Breakdown (1/2)](https://docs.safle.com/safleid/safleid/for-chains/technical-breakdown-1-2.md)
- [Technical Breakdown (2/2)](https://docs.safle.com/safleid/safleid/for-chains/technical-breakdown-2-2.md)
- [For dApps](https://docs.safle.com/safleid/safleid/for-dapps.md)
- [For Wallet Providers (Exchanges and independent wallets)](https://docs.safle.com/safleid/safleid/for-wallet-providers-exchanges-and-independent-wallets.md)
- [Why Integrate SafleID (1/2)](https://docs.safle.com/safleid/safleid/for-wallet-providers-exchanges-and-independent-wallets/why-integrate-safleid-1-2.md)
- [Why Integrate SafleID (2/2)](https://docs.safle.com/safleid/safleid/for-wallet-providers-exchanges-and-independent-wallets/why-integrate-safleid-2-2.md)
- [SafleID's Technology](https://docs.safle.com/safleid/safleid/safleids-technology.md)
- [Data Flow and Interactions](https://docs.safle.com/safleid/safleid/safleids-technology/data-flow-and-interactions.md)
- [Resolving Functionalities (RegistrarMain Contract)](https://docs.safle.com/safleid/safleid/safleids-technology/resolving-functionalities-registrarmain-contract.md)
- [Auction Functionalities (Auction Contract)](https://docs.safle.com/safleid/safleid/safleids-technology/auction-functionalities-auction-contract.md)
- [Conclusion](https://docs.safle.com/safleid/safleid/conclusion.md)
- [Terminology](https://docs.safle.com/safleid/safleid/terminology.md)
- [Technical Documentation](https://docs.safle.com/safleid/safleid/technical-documentation.md)
- [Safle Wallet](https://docs.safle.com/safleid/safle-wallet.md)
- [Onboarding](https://docs.safle.com/safleid/safle-wallet/onboarding.md): Vault generation and SafleID registration on Blockchain
- [Buy Crypto with Fiat enabled via Transak](https://docs.safle.com/safleid/safle-wallet/buy-crypto-with-fiat-enabled-via-transak.md)
- [Safle Swaps](https://docs.safle.com/safleid/safle-wallet/safle-swaps.md)
- [Transaction processing on multiple Chains](https://docs.safle.com/safleid/safle-wallet/transaction-processing-on-multiple-chains.md)
- [Annexure: Encryption Sequence](https://docs.safle.com/safleid/safle-wallet/annexure-encryption-sequence.md)
- [Safle Vault](https://docs.safle.com/safleid/safle-vault.md): Introduction
- [Features](https://docs.safle.com/safleid/safle-vault/features.md)
- [Blockchains Supported](https://docs.safle.com/safleid/safle-vault/blockchains-supported.md)
- [Installation & Initialisation](https://docs.safle.com/safleid/safle-vault/installation-and-initialisation.md)
- [Encryption/Decryption Module](https://docs.safle.com/safleid/safle-vault/encryption-decryption-module.md)
- [Controllers](https://docs.safle.com/safleid/safle-vault/controllers.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://docs.safle.com/safleid/safleid.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.
