> For the complete documentation index, see [llms.txt](https://translated-articles.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://translated-articles.bsdcn.org/2023-nian-9-yue.md).

# 2023 年 9 月

- [认识 2023 年参与 FreeBSD 谷歌编程之夏项目的学生：Soobin Rho](https://translated-articles.bsdcn.org/2023-nian-9-yue/ren-shi-2023-nian-can-yu-freebsd-gu-ge-bian-cheng-zhi-xia-xiang-mu-de-xue-sheng-soobin-rho.md)
- [认识 2023 年参与 FreeBSD 谷歌编程之夏项目的学生：Aymeric Wibo](https://translated-articles.bsdcn.org/2023-nian-9-yue/meet-the-2023-freebsd-google-summer-of-code-students-aymeric-wibo.md)
- [FreeBSD 企业工作组首次会议总结](https://translated-articles.bsdcn.org/2023-nian-9-yue/recap-of-first-meeting-of-the-freebsd-enterprise-working-group.md)
- [认识 2023 年 FreeBSD 谷歌编程之夏的学生：Sudhanshu Mohan Kashyap](https://translated-articles.bsdcn.org/2023-nian-9-yue/meet-the-2023-freebsd-google-summer-of-code-students-sudhanshu-mohan-kashyap.md)
- [认识 2023 年夏季滑铁卢大学合作学生：Naman Sood](https://translated-articles.bsdcn.org/2023-nian-9-yue/meet-the-summer-2023-university-of-waterloo-co-op-student-naman-sood.md)
- [FreeBSD 基金会 2023 年暑期实习生：Jake Freeland](https://translated-articles.bsdcn.org/2023-nian-9-yue/meet-freebsd-foundation-2023-summer-intern-jake-freeland.md)
- [第二次企业工作组会议回顾](https://translated-articles.bsdcn.org/2023-nian-9-yue/recap-of-second-enterprise-working-group-meeting.md)
- [OpenBSD 与 FreeBSD：有何不同，哪个更好？](https://translated-articles.bsdcn.org/2023-nian-9-yue/openbsd-vs.-freebsd-what-is-the-difference-which-is-best.md)


---

# 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://translated-articles.bsdcn.org/2023-nian-9-yue.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.
