> 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/20210102-an-li-yan-jiu/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Foundation Letter](https://freebsdfoundation.org/wp-content/uploads/2021/03/Foundation-Letter.pdf)
* 作者：Deb Goodkin

欢迎 2021！

和你们许多人一样，基金会团队很高兴看到 2021 年 1 月 1 日午夜的钟声响起。过去这一年必将成为基金会 20 年历史中最令人难忘的一年。不过我们很高兴地报告，这一年以积极的基调收尾。多亏你们的慷慨支持，基金会筹集到足够的资金，不仅能继续支持 FreeBSD 项目，还能在 2021 年扩展软件开发和推广工作。从软件开发团队的新成员招聘，到线上内容的增加，再到对教育领域 FreeBSD 的更多关注，我们期待以各种方式继续确保 FreeBSD 始终是你所倚重的高性能、稳定且安全的操作系统。

说到倚重 FreeBSD，本期期刊聚焦 FreeBSD 案例研究。展示 FreeBSD 优势的最佳方式，莫过于听那些将其用得风生水起的人亲口讲述。花一分钟了解这些公司为何选择 FreeBSD 作为它们的首选操作系统，并把这期永远免费的期刊分享给你的同事和朋友。

再次感谢读者对 FreeBSD 项目和基金会的持续支持。祝大家新年快乐，期待 2021 年我们共同完成的一切。

代表 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/20210102-an-li-yan-jiu/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.
