# 前端

{% hint style="success" %}
对应的[官方页面地址](https://docs.passwordless.dev/guide/frontend.html)
{% endhint %}

## 客户端库 <a href="#client-libraries" id="client-libraries"></a>

* [Android](/frontend/android.md)
* [iOS](/frontend/ios.md)
* [JavaScript](/frontend/javascript.md)

## 框架示例 <a href="#framework-examples" id="framework-examples"></a>

通过实现对 Passwordless.de API 的调用，您可以在任何前端框架中使用 Passwordless.de，本文档将提供一些代码示例、指南和其他帮助，以帮助您将 Passwordless.de 与流行框架集成。

* [ASP.NET](/frontend/aspnet.md) <mark style="background-color:orange;">示例</mark>
* [React](/frontend/react.md) <mark style="background-color:orange;">示例</mark>
* Vue 3（即将推出）


---

# 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://passwordless.ppgg.in/frontend.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.
