# OpenZFS 中文文档

![OpenZFS](/files/FY0ZKFqfgRK3EuobDygq)

欢迎来到 OpenZFS 文档。本资源为使用（或贡献于）OpenZFS 项目的用户和开发者提供文档。新用户或系统管理员应参考其偏好平台的文档以开始使用。

|          入门          |    项目与社区   |        开发者资源       |
| :------------------: | :--------: | :----------------: |
| 如何在你挚爱的平台上使用 OpenZFS | 关于项目以及贡献方法 | 讨论 OpenZFS 实现的技术文档 |

* 错误追踪：<https://github.com/openzfs/zfs/issues>
* 发行产物：<https://github.com/openzfs/zfs/releases>
* 路线图：<https://github.com/openzfs/zfs/milestones>

## FreeBSD 中文社区项目：OpenZFS 中文文档

原项目在线浏览地址：[OpenZFS Documentation](https://openzfs.github.io/openzfs-docs/index.html)

原项目 GitHub 地址：<https://github.com/openzfs/openzfs-docs>

欢迎使用 OpenZFS 中文文档。本项目旨在为使用或参与 OpenZFS 项目的用户和开发者提供中文文档。新用户或系统管理员应参考其所使用平台的文档以便入门。

## 许可证

[OpenZFS Documentation](https://openzfs.github.io/openzfs-docs/index.html) 原文采用 CC BY 3.0 授权，因此本项目采用 BSD 和 CC BY 3.0 双许可证进行授权，读者可以选择任一许可证。


---

# 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://book.bsdcn.org/zfs/readme.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.
