> For the complete documentation index, see [llms.txt](https://help.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ppgg.in/docs/miscellaneous/beta-signup.md).

# Secrets Manager Beta 版注册

{% hint style="success" %}
~~对应的~~[~~官方文档地址~~](https://bitwarden.com/help/secrets-manager-beta/)
{% endhint %}

[Bitwarden Secrets Manager](/docs/secrets-manager/secrets-manager-overview.md) 目前作为公开测试程序提供。了解如何[开始使用 Secrets Manager](/docs/secrets-manager/get-started/secrets-manager-quick-start.md)。

Beta 计划将为广泛的参与者提供参与深入调查、可用性访谈以及与我们的产品和设计团队协作的机会，以改进 Secrets Manager 产品。

在公开测试计划期间，Bitwarden Secrets Manager 可供所有组织免费使用，更多详细信息将在 GA 临近时公布。

当您通过上述表格注册时，您将通过注册时提供的电子邮件地址收到通讯。您的姓名和电子邮件地址不会与任何第三方共享。

{% hint style="info" %}
您无需成为付费客户即可注册 Secrets Manager 测试版。只需[启动一个免费的两人组织](/docs/admin-console/organizations-quick-start.md#setup-your-organization)，然后按照[这些说明](/docs/secrets-manager/get-started/secrets-manager-quick-start.md)开始！
{% endhint %}

## 提交反馈 <a href="#submitting-feedback" id="submitting-feedback"></a>

如果您愿意在参与测试计划时分享任何反馈，我们将不胜感激。通过 [Bitwarden 社区论坛](https://community.bitwarden.com/)、[GitHub](https://github.com/bitwarden/server/) 或发送电子邮件至 `smbeta@bitwarden.com` 分享反馈。

## 获取支持 <a href="#getting-support" id="getting-support"></a>

请通过 Bitwarden 支持[联系表格](https://bitwarden.com/contact/)提交所有支持请求。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.ppgg.in/docs/miscellaneous/beta-signup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
