> 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/20200102-freebsd-zai-yan-jiu-zhong/foundation-letter.md).

# 基金会来信

## 庆祝免费访问一周年

亲爱的读者：

2020 年 1/2 月版标志着 FreeBSD 期刊转为免费出版物一周年。你或许还记得，基金会当初决定调整订阅模式，是为了帮助提升 FreeBSD 的知名度与普及度。十二个月过去了，向所有人免费开放所带来的收益，仍然超过其制作成本。FreeBSD 期刊是让关注 FreeBSD 的人士了解最新动态的优秀平台。

除了将期刊免费开放之外，我们还决定将其从应用商店下架。这让我们对出版物拥有更多控制权。虽然去年已从各大应用商店下架了相关应用，但我们注意到应用商店的订阅者可能仍在收到订阅续订通知。遗憾的是，这些通知超出我们的控制范围。请你忽略任何可能收到的订阅续订通知。

一如既往，感谢你持续支持 FreeBSD 期刊。请考虑捐赠以帮助我们维持这项工作，每一份力量都很宝贵。我们期待在每期 FreeBSD 期刊中为你带来及时而实用的文章，也希望你将喜爱的文章分享给同事和朋友。

**Anne Dickison** 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/20200102-freebsd-zai-yan-jiu-zhong/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.
