> 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/20200304-wen-jian-xi-tong/foundation-letter.md).

# 基金会来信

致社区的感谢信

欢迎阅读 3/4 月刊 FreeBSD 期刊。我谨代表基金会，借此机会感谢大家在艰难时刻持续支持 FreeBSD。招募新人加入项目时，我们总在讲社区多么友善、慷慨、包容。这次危机让我看到，这话再真切不过。从支援身处困境的开发者，到开辟新的参与方式以填补线下活动取消后的空白，FreeBSD 社区竭尽全力帮助成员渡过难关。

基金会也坚定支持 FreeBSD 项目和社区。除了出版期刊，我们还在加大开发项目的投入、探索线上推广的新方式，并持续走访企业。如需了解详情，请参阅基金会 2020 年第一季度状态报告和 3/4 月通讯。

我们也要感谢期刊作者、编委和出版商，正是他们的辛勤工作，让本期在多变时期顺利付梓。

最后，祝愿你和家人身体健康。再次感谢你的一贯支持。我们会继续推进 FreeBSD 的改进，并支持不断壮大的社区。

希望你喜欢本期！

**Deb Goodkin**

执行董事

FreeBSD 基金会


---

# 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/20200304-wen-jian-xi-tong/foundation-letter.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.
