# 概述

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

欢迎！Bitwarden 贡献文档包含社区开发人员入门所需要的所有信息。

## 入门 <a href="#getting-started" id="getting-started"></a>

您需要做的第一件事就是建立一个本地开发环境；为此，我们建议按以下顺序浏览此文档：

1. 安装所有推荐的用于开发的[工具和库](/getting-started/tools.md)
2. 遵循[服务器设置指南](/getting-started/server/guide.md)设置您的本地服务器和相关服务
3. 从源代码构建和运行各个[客户端](/getting-started/clients.md)并将它们连接到您的本地服务器
4. 阅读我们的[贡献指南](/contributing/contributing.md)和[代码样式](/contributing/code-style.md)

## 获取帮助 <a href="#help" id="help"></a>

如果您在遵循这些说明操作时遇到问题，请不要惊慌。

1. [Bitwarden 帮助中心](https://help.ppgg.in/)是了解软件和配置选项的不同功能的绝佳资源
2. 在[社区论坛](https://community.bitwarden.com/)中向社区寻求帮助
3. 在官方 [Gitter 聊天](https://gitter.im/bitwarden/Lobby)中询问开发团队

## 帮助完善本文档 <a href="#help-make-this-documentation-better" id="help-make-this-documentation-better"></a>

我们想要一种分享知识的文化，而文档是实现这一目标的最佳方式之一。

* 如果您在遵循某些说明时遇到问题，请改进它们。
* 如果您添加或更改需要设置开发的某个功能，请更新此文档。
* 如果您正在审查需要更改此文档的 PR，请要求作者将其作为您审查的一部分。

要为此文档做出贡献，请遵循 [Contributing Docs Github 存储库](https://github.com/bitwarden/contributing-docs/)中的说明。


---

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