# SafeKey

## SafeKey

- [Introduction To SafeKey](https://docs.safekey.be/introduction-to-safekey.md): Welcome to the official documentation for SafeKey.
- [Choosing Your SafeKey(s)](https://docs.safekey.be/getting-started/choosing-your-safekey-s.md)
- [Which SafeKey do I need?](https://docs.safekey.be/getting-started/choosing-your-safekey-s/which-safekey-do-i-need.md): Choosing the right SafeKey model depends on what you want to use it for.
- [How many SafeKeys do I need?](https://docs.safekey.be/getting-started/choosing-your-safekey-s/how-many-safekeys-do-i-need.md): The amount of SafeKeys you need depends on what you want to use it for.
- [SafeKey Comparison](https://docs.safekey.be/getting-started/choosing-your-safekey-s/safekey-comparison.md): Discover all features and technical details of the different SafeKeys and select the one which suits your needs best.
- [Orders & Shipment](https://docs.safekey.be/getting-started/choosing-your-safekey-s/orders-and-shipment.md)
- [First Time Using Your SafeKey](https://docs.safekey.be/getting-started/first-time-using-your-safekey.md)
- [Best Practices](https://docs.safekey.be/getting-started/first-time-using-your-safekey/best-practices.md)
- [SafeKey as Security Key](https://docs.safekey.be/getting-started/first-time-using-your-safekey/safekey-as-security-key.md)
- [SafeKey as Secure Storage Device for Encrypted Data](https://docs.safekey.be/getting-started/first-time-using-your-safekey/safekey-as-secure-storage-device-for-encrypted-data.md)
- [Glossary](https://docs.safekey.be/getting-started/glossary.md)
- [Two-Factor Authentication](https://docs.safekey.be/use-cases/two-factor-authentication.md)
- [Passwordless Logins](https://docs.safekey.be/use-cases/passwordless-logins.md)
- [Phishing Protection](https://docs.safekey.be/use-cases/phishing-protection.md)
- [Decentralized and Encrypted Backups](https://docs.safekey.be/use-cases/decentralized-and-encrypted-backups.md)
- [Digital Inheritance](https://docs.safekey.be/use-cases/digital-inheritance.md): Generational wealth starts with a digital inheritance plan.
- [SafeKey Desktop Tool](https://docs.safekey.be/tools/safekey-desktop-tool.md): SafeKey management made easy.
- [Inheriti®](https://docs.safekey.be/tools/inheriti.md): Inheriti.com is a dApp that, together with SafeKey Pro, helps you to safely manage, store and transfer your digital assets or other secret data like private keys, seed phrases, passwords, ...
- [SafeKey Mobile](https://docs.safekey.be/tools/safekey-mobile.md): Your secure mobile storage solution for Inheriti® plan shares.
- [Changelog](https://docs.safekey.be/tools/safekey-mobile/changelog.md)
- [SafeKey Settings](https://docs.safekey.be/user-guides/safekey-settings.md)
- [Firmware Update](https://docs.safekey.be/user-guides/firmware-update.md)
- [SafeKey Authenticity Check](https://docs.safekey.be/user-guides/safekey-authenticity-check.md)
- [PIN Code Management](https://docs.safekey.be/user-guides/pin-code-management.md)
- [Registration Test](https://docs.safekey.be/user-guides/registration-test.md)
- [Login Test](https://docs.safekey.be/user-guides/login-test.md)
- [Factory Reset](https://docs.safekey.be/user-guides/factory-reset.md)
- [Backups](https://docs.safekey.be/user-guides/backups.md)
- [Create Backups](https://docs.safekey.be/user-guides/backups/create-backups.md)
- [Restore Backups](https://docs.safekey.be/user-guides/backups/restore-backups.md)
- [Identical SafeKey Devices](https://docs.safekey.be/user-guides/backups/identical-safekey-devices.md): Explanation of the workflow to create two or more identical SafeKey devices.
- [Metadata](https://docs.safekey.be/technicals/metadata.md)
- [Certificates](https://docs.safekey.be/technicals/certificates.md)
- [Hardware](https://docs.safekey.be/technicals/hardware.md)
- [Identification](https://docs.safekey.be/technicals/identification.md)
- [Patents](https://docs.safekey.be/technicals/patents.md)
- [Licensing](https://docs.safekey.be/technicals/licensing.md)
- [Introduction](https://docs.safekey.be/developers/introduction.md): Developers section of the SafeKey documentation.
- [PHP Software Libraries (FIDO2)](https://docs.safekey.be/developers/php-software-libraries-fido2.md): SafeTech has created multiple libraries to enable web developers to integrate FIDO compatibility into their websites and start providing SafeKey support with ease.
- [Javascript Libraries (CS)](https://docs.safekey.be/developers/javascript-libraries-cs.md): The JavaScript libraries are designed to work with browser-based applications and facilitate communication with a SafeKey device. They're constructed using TypeScript and bundled with the parcel tool.
- [Python CLI Tools (CS)](https://docs.safekey.be/developers/python-cli-tools-cs.md): This page provides information on Python command line interface (CLI) tools to install and test various features of SafeKey such as Custom Storage (CS).
- [SafeKey Protocol (CS)](https://docs.safekey.be/developers/safekey-protocol-cs.md): This chapter contains a description of the protocol used for communication with device’s custom features.
- [High-Level Design Docs (CS)](https://docs.safekey.be/developers/high-level-design-docs-cs.md): High-level description of how the SafeKey is designed and how it works.


---

# 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.safekey.be/introduction-to-safekey.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.
