> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-browser-extension/accounts/passkeys/log-in-to-an-account-with-a-passkey.md).

# Log in to an account with a passkey

This article describes how to log in to an account with a saved passkey using the Cerby browser extension.

{% hint style="info" %}
**Who can use this feature?**

* Account **Owners** and **Collaborators**
* Supported using the **Cerby browser extension**
  {% endhint %}

As an account **Owner** or **Collaborator**, you can log in to an account with a passkey saved in Cerby, directly from the Cerby browser extension. For instructions on adding a passkey, read the article [Add a passkey to an account](/cerby-browser-extension/accounts/passkeys/add-a-passkey-to-an-account.md).

## Log in to an account with a passkey

To log in to an account with a passkey, you must complete the following steps:

1. Log in to your workspace in the Cerby browser extension. For instructions, read the article [Log in to the Cerby browser extension](/cerby-browser-extension/installation/log-in-to-the-cerby-browser-extension.md).
2. Navigate to the app's login page.
3. Select the app's own option to log in with a passkey.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>When you have at least one passkey-enrolled account for that app, the <strong>Log in with Passkeys</strong> dialog box is displayed automatically.</p></div>
4. Select the account you want to log in with. Your device's biometric or security-key verification is activated.
5. Complete the verification as directed by your browser. Cerby displays a **Login successful** message, and you're logged in to the account.

{% hint style="info" %}
**NOTE:** If the **Log in with Passkeys** dialog box is displayed and you want to use your operating system's native passkey option instead, click the QR code icon to dismiss the dialog box and continue with your browser's own passkey prompt.
{% endhint %}

Now you are done.


---

# 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://help.cerby.com/cerby-browser-extension/accounts/passkeys/log-in-to-an-account-with-a-passkey.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.
