> For the complete documentation index, see [llms.txt](https://versawallet.gitbook.io/versa-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://versawallet.gitbook.io/versa-docs/functions-and-plugins/verification-guards/passkeys.md).

# Passkeys

Passkeys are a safer and easier alternative to passwords. With passkeys, users can sign in to apps and websites with a biometric sensor (such as a fingerprint or facial recognition), PIN, or pattern, freeing them from having to remember and manage passwords.

A passkey can meet multi-factor authentication requirements in a single step, replacing both a password and OTP to deliver robust protection against phishing attacks and avoids the UX pain of SMS or app-based one-time passwords.&#x20;

A combination of passkeys and Versa accounts unlocks huge improvements in terms of UX and security:<br>

1. Streamlined sign-in, without passwords or jumping across different devices. There's no need to create or manage passwords. Once a passkey is created and registered, the user can seamlessly switch to a new device and immediately use it without re-enroll.
2. Based on [FIDO Alliance](https://fidoalliance.org/passkeys/) and W3C standards, passkeys replace passwords with cryptographic key pairs, offering stronger credentials, avoiding server leaks, and reducing costs for using external two-factor authentication methods like SMS.

{% hint style="info" %}
Coming soon.
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://versawallet.gitbook.io/versa-docs/functions-and-plugins/verification-guards/passkeys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
