# Adding Passkeys

**Passkeys** are a modern passwordless authentication standard based on WebAuthn technology. They allow you to log in using biometrics or hardware security keys instead of a traditional password.

#### What are Passkeys?

Passkeys are cryptographic keys stored on your device that replace traditional passwords with a more secure technology. The private key never leaves your device — the server only stores the public key, which is useless to attackers.

Supported authentication methods:

* 📱 **Biometrics** — Face ID, Touch ID, Windows Hello
* 🔑 **Hardware keys** — YubiKey, Titan Key
* 💻 **Built-in methods** — Device PIN code

Advantages:

* Protection against phishing and data interception
* Fast authentication in 1–2 seconds
* No need to memorize passwords
* Unique keys for each site

{% hint style="info" %}
Passkeys work in modern browsers: Chrome, Safari, Edge, and Firefox (2023 versions and newer). WebAuthn support on the device is required.
{% endhint %}

### How to add a Passkey?

1. Go to **"System" → "General Settings"** → **"WEB interface password"** tab.

<figure><img src="/files/wKwvdgK7cfZm5noatyLs" alt=""><figcaption><p>The "WEB Interface Password" section in MikoPBX system settings</p></figcaption></figure>

2. In the **Passkeys** block, click **"(+) Add Passkey"**.

<figure><img src="/files/ikF6QauPsft89NK8JnXv" alt=""><figcaption><p>Button for adding a new Passkey</p></figcaption></figure>

3. Follow the browser instructions to register. For example:

* Setting up a Passkey on a MacBook with TouchID in Safari: you can click "More options" and choose between a fingerprint, a keychain in an authenticator app, and a physical key:

<figure><img src="/files/HaIDqr7Ymsy74yHi4JV9" alt=""><figcaption><p>Choosing the authentication type for Passkey</p></figcaption></figure>

After successful registration, the Passkey will appear in the list. On your next login, you can use it instead of a password.

<figure><img src="/files/cpanKhivK7uh77XEFPrn" alt=""><figcaption><p>Authorized Passkeys</p></figcaption></figure>


---

# 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://docs.mikopbx.com/mikopbx/english/faq/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.
