> 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/20200506-wang-luo-xing-neng/letter-from-the-foundation.md).

# 基金会来信

## 庆祝免费开放一周年

亲爱的读者：

2020 年 1/2 月刊标志着 FreeBSD 期刊转向免费出版一周年。你可能还记得，基金会决定调整订阅模式，以帮助提升 FreeBSD 的认知度与采用率。十二个月后，向所有人免费开放带来的收益，依然超过出版成本。FreeBSD 期刊是优质平台，让关注 FreeBSD 的人了解最新动态。

除了将期刊免费开放，我们还决定将其从应用商店下架，以便更好地掌控出版流程。去年我们已从各应用商店下架了 App，但我们注意到，通过应用商店订阅的读者可能仍会收到订阅续订通知。遗憾的是，这些通知已超出我们的控制范围，请忽略你收到的任何续订通知。

一如既往，感谢你持续支持 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/20200506-wang-luo-xing-neng/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.
