# 移动端

{% hint style="info" %}
对应的[官方页面地址](https://contributing.bitwarden.com/getting-started/mobile/)
{% endhint %}

## 安卓开发 <a href="#android-development" id="android-development"></a>

请参阅 [Android 移动 App](/getting-started/mobile/net-maui-legacy/android.md) 页面以设置 Kotlin 开发环境。

## iOS 开发 <a href="#ios-development" id="ios-development"></a>

请参阅 [iOS 移动 App](/getting-started/mobile/net-maui-legacy/ios.md) 页面以设置 Swift 开发环境。

## .NET MAUI 开发 (legacy) <a href="#net-maui-development-legacy" id="net-maui-development-legacy"></a>

请参阅 [.NET MAUI App](/getting-started/mobile/net-maui-legacy.md) 页面以设置 Swift 开发环境。


---

# 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://dev.ppgg.in/getting-started/mobile.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.
