# Authentication Flow

1. Log in via **email OTP or social sign-in**.
2. You are prompted to create a **passkey (TouchID, FaceID, Windows Hello)**.
3. A **biometric check** generates a passkey stored in the **secure enclave**.
4. Dynamic sends a **challenge**, which is signed and verified using Turnkey.
5. Turnkey encrypts this data in an **AWS Nitro Enclave**, associating the passkey with the user's wallet.
6. Users can now **sign transactions using their passkey**.


---

# 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.defi.app/knowledge-base/wallets/private-key-management/authentication-flow.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.
