> 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/2024-nian-11-yue.md).

# 2024 年 11 月

- [苹果的开源基石：macOS 和 iOS 背后的 BSD 传统](https://translated-articles.bsdcn.org/2024-nian-11-yue/apple.md)
- [在动荡的开源世界中保持稳定：FreeBSD 的持久稳定性](https://translated-articles.bsdcn.org/2024-nian-11-yue/open.md)
- [为什么你应该使用 FreeBSD](https://translated-articles.bsdcn.org/2024-nian-11-yue/why.md)
- [FreeBSD 13.4: 新特性及其发展历程](https://translated-articles.bsdcn.org/2024-nian-11-yue/13.md)
- [Quantum Leap Research 和 FreeBSD 基金会将投资 75 万美元以改善笔记本电脑支持和用户体验](https://translated-articles.bsdcn.org/2024-nian-11-yue/quantum.md)
- [主权科技基金将投资 68.64 万欧元用于 FreeBSD 基础设施现代化](https://translated-articles.bsdcn.org/2024-nian-11-yue/sovereign.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/2024-nian-11-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.
