# Passkeys

With the Cerby mobile app, you can log in to your accounts using passkeys; no passwords are required.

This feature enhances your security by storing your account information on your device and using your unique biometric data to authenticate. This combination of device and biometric authentication makes it nearly impossible for attackers to access your credentials.

***

## Supported features

The following are the supported features of passkeys with the Cerby mobile app:

* Add passkeys to any [app that supports passkey authentication](https://passkeys.directory/) for existing accounts in your workspace.
* (For iOS only) Create a new account in your Cerby workspace while also creating a passkey for an app.
* Log in to your accounts using passkeys with the Cerby mobile app on your mobile device or combined with another device.
* Update your passkeys whenever necessary.

***

## Supported versions

The following are the supported operating systems (OS) and Cerby mobile app versions for using passkeys:

* **Cerby mobile app:** From version 1.0.X onwards
* **iOS:** From version 17 onwards
* **Android:** From version 14 onwards

{% hint style="info" %}
**NOTE:** To read a more detailed list of passkey support on different devices, read the article [Can I use passkeys on my devices?](https://www.passkeys.io/compatible-devices)
{% endhint %}

***

## Considerations

Note the following important considerations for using passkeys in the Cerby mobile app:

* Cross-device login is supported for devices that do not have passkey support, such as laptops or desktops, by using the Cerby mobile app on your mobile device. ​**NOTE:** The Bluetooth function could be required for this login type.
* You must enable biometric verification using the Cerby mobile app. Passkeys require user verification, which is confirmed through the biometric hardware on your mobile device. ​**NOTE:** To learn how to enable the biometric login in your Cerby mobile app, read the article [Turn on the Biometrics Login feature](https://help.cerby.com/cerby-mobile-app/app-customization/turn-on-the-biometrics-login-feature).
* Currently, Android does not support account creation when creating a new passkey for an app.
* The Cerby web app and browser extension do not support passkeys as of now.

***

## Related articles

The following articles contain more information about passkeys:

* [Create a passkey for an account using the Cerby mobile app](https://help.cerby.com/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/create-a-passkey-for-an-account)
* [Log in to an account with a passkey with the Cerby mobile app](https://help.cerby.com/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/log-in-to-an-account-with-a-passkey)
* [Update the passkey of an account using the Cerby mobile app](https://help.cerby.com/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/update-the-passkey-of-an-account)
* [Delete a passkey from an account in the Cerby mobile app](https://help.cerby.com/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/delete-a-passkey-from-an-account)
* [Remove a passkey from an account](https://help.cerby.com/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/remove-a-passkey-from-an-account-in-an-app)


---

# 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://help.cerby.com/getting-started/concepts/credential-management/passkeys.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.
