> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men.md).

# 2020-0910 贡献与入门

- [采访：Warner Losh，第 2 部分](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/warner.md)
- [代码审查](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/code.md)
- [撰写良好的提交消息](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/commit.md)
- [如何在不是程序员的情况下做出贡献——成为 FreeBSD 译者](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/programmer.md)
- [如何成为文档提交者](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/committer.md)
- [谷歌编程之夏](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/google.md)
- [为 FreeBSD 期刊撰写文章](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/journal.md)
- [你为什么使用 FreeBSD](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/why.md)
- [FreeBSD 的新面孔](https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men/faces.md)


---

# 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:

```
GET https://book.bsdcn.org/qi-kan/20200910-gong-xian-yu-ru-men.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.
