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

# 基金会来信

## 欢迎阅读 9/10 月刊

欢迎阅读 FreeBSD 期刊 2020 年 9/10 月刊。本期主题是为 FreeBSD 做贡献，涵盖加入项目的诸多途径，并进一步探讨人们最初为何选择使用 FreeBSD。基金会团队对本期十分兴奋，因为它与基金会使命中的推广部分高度契合。以前，我们满世界跑，向人们介绍 FreeBSD，帮助他们开始为项目做贡献。所幸，得益于社区的慷慨支持，我们至今仍能继续传播这一理念。虽然无法出席线下会议，我们仍在各类线上活动中举办研讨会。新推出的 FreeBSDFridays 系列——每期一小时的 FreeBSD 101 课程——势头正劲，我们还将举办首届线上 FreeBSD 供应商峰会，时间为 2020 年 11 月 11 日至 13 日。供应商峰会的价值在于，它让使用 FreeBSD 的公司有机会直接与开发者对话，让问题得到解答、需求得到满足。今年的活动尤其令人期待，不仅对任何有意参加者开放，而且完全免费。

基金会继续与社区成员合作，助力简化入门流程，而像本期这样的期刊只是整体计划的一部分。请抽空阅读本期，并把它分享给可能有意为 FreeBSD 做贡献的人！

谨代表 FreeBSD 基金会， Anne Dickison


---

# 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://freebsd-journal-cn.bsdcn.org/20200910-gong-xian-yu-ru-men/letter-from-the-foundation.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.
