# SDK

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

Bitwarden 为 [Secrets Manager](https://bitwarden.com/products/secrets-manager/) 提供了公共软件开发工具包 (SDK)，并为 Bitwarden [Password Manager](https://bitwarden.com/) 提供了内部 SDK。这些 SDK 使用 Rust 编写，并为多种语言提供绑定。

* [内部 SDK](/getting-started/sdk/internal-sdk.md)
* [Secrets Manager SDK](/getting-started/sdk/secrets-manager.md)


---

# 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/sdk.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.
