> 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/20190102-freebsd-ru-men/letter-from-the-foundation.md).

# 基金会来信

## 欢迎阅读 2019 年 1/2 月号 FreeBSD 期刊

正如上一期所宣布，FreeBSD 期刊现已免费订阅。读者可以免费访问并分享当前及过刊内容。

不止如此。我们也即将告别 Apple 和谷歌的移动应用，推出增强版的浏览器版本，让读者用任何设备——移动设备或其它设备——阅读 FreeBSD 期刊时都能获得更佳体验。从 2019 年 3/4 月号开始，新的选项菜单让你能轻松向朋友分享文章，并使用新的朗读功能收听文章内容。此外，借助新的轮播格式，期刊之间的跳转比以往任何时候都更方便。如果你目前通过其中一款移动应用阅读 FreeBSD 期刊，请忽略可能收到的任何续订提醒，并参阅我们的 FAQ（<https://www.freebsdfoundation.org/journal/freebsd-journal-faqs/>）了解如何注册免费浏览器版。

本期主题是 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/20190102-freebsd-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.
