> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/security/passkey/enable-passkey.md).

# Enable Passkey

## Web | How to Enable Passkey

#### **Before You Start**

* Use a Passkey-supported browser (Chrome, Safari, or Edge)
* Make sure device lock is enabled (Face ID, fingerprint, or PIN)
* Choose a Passkey manager:
  * System built-in (e.g. iCloud Passwords)
  * Third-party (e.g. 1Password, with browser extension installed and unlocked)

> **We recommend enabling cloud sync. It does not reduce Passkey security and helps prevent login issues when changing, resetting, or losing your device.**

#### **Steps to Enable Passkey (Web)**

1. Log into your exchange account, click the **Settings** button in the top right corner, and select **Security,** under the **Passkey** section, click **Enable.**

<figure><img src="/files/CXZH1QkinVFfF7CCoCpj" alt=""><figcaption></figcaption></figure>

2. Enter the **6-digit code** from your authenticator app linked to your account, and click **Add Passkey**.

<figure><img src="/files/Cf6ZmnKwmrXMp3sk1B35" alt=""><figcaption></figcaption></figure>

3. Select your **browser’s password manager**, or set up your **device fingerprint or a PIN** to save your passkey for use on backpack.exchange.

<figure><img src="/files/PRU308tuUfFeV7CN6hU8" alt=""><figcaption></figcaption></figure>

4. Then follow the on-screen instructions based on your selected method.

## App | How to Enable Passkey

#### **Before You Start**

* Update the exchange app to the latest version
* Use a device that supports Passkeys
* Enable device lock (Face ID, fingerprint, or PIN)
* Set up a Passkey manager:
  * iOS: iCloud Passwords
  * Android: Google Password Manager
  * Or a third-party app (e.g. 1Password)

<div align="left"><figure><img src="/files/Uii2yPJAy9pGn2BSWBkj" alt="" width="563"><figcaption></figcaption></figure></div>

#### **Steps to Enable Passkey (App)**

1. Log in to your exchange account, click your **profile icon**, then select **Settings**.

<div align="left"><figure><img src="/files/QQnrs4PevCH87PefjmD1" alt="" width="563"><figcaption></figcaption></figure></div>

2. Go to **Security**, turn on **Require PIN/Face ID**, then click **Passkey Setup**.

<div align="left"><figure><img src="/files/F90CA9cAE9Ia4dM8Uyzp" alt="" width="563"><figcaption></figcaption></figure></div>

3. Click **Continue**, enter the **6-digit code** from your authenticator app, and click **Submit**.

<div align="left"><figure><img src="/files/okCC8Gv4JKN7Pfyjts9n" alt="" width="563"><figcaption></figcaption></figure></div>

4. Click **Add Passkey** — setup completed.

<div align="left"><figure><img src="/files/qcJAzhVh6RRKBePRieFH" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://support.backpack.exchange/exchange/security/passkey/enable-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.
