# Keyless Web SDK Documentation

## Keyless Web SDK Documentation

To embed privacy-preserving biometric authentication in your web applications:

{% hint style="info" %}
**Step 1**: Understand how the Keyless components [interact with your application server](/web-sdk/introduction/components.md).
{% endhint %}

{% hint style="info" %}
**Step 2**: Understand a typical [biometric authentication flow](/web-sdk/introduction/integration-flows.md) and how it interacts with your application.
{% endhint %}

{% hint style="info" %}
**Step 3**: Follow the [getting started](/web-sdk/web-sdk-guide/getting-started.md) guide.
{% endhint %}

### Next steps

* Learn about user and device management with the [Admin Portal](https://docs.keyless.io/admin-portal).
* Learn about authentication service and the [IDV Bridge enrollment options](https://docs.keyless.io/idv-bridge).


---

# 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.keyless.io/web-sdk/keyless-web-sdk-documentation.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.
