> 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/2000-2023.md).

# 2000-2023

- [BSDCan 2023 旅行报告：Andrew Fengler](https://translated-articles.bsdcn.org/2000-2023/andrew.md)
- [BSDCan 2023 旅行报告：Jake Freeland](https://translated-articles.bsdcn.org/2000-2023/jake.md)
- [AsiaBSDCon 2023 旅行报告：Chih-Hsin Chang](https://translated-articles.bsdcn.org/2000-2023/chih-hsin.md)
- [FreeBSD 基金会欢迎新成员加入](https://translated-articles.bsdcn.org/2000-2023/ff-members.md)
- [第 20 届南加州 Linux 博览会（SCaLE）会议报告](https://translated-articles.bsdcn.org/2000-2023/scale20x-report.md)
- [FOSDEM 2023 会议报告](https://translated-articles.bsdcn.org/2000-2023/fosdem-2023.md)
- [EuroBSDCon 2022 旅行报告：Patrick McEvoy](https://translated-articles.bsdcn.org/2000-2023/patrick.md)
- [EuroBSDCon 2022 旅行报告：Muhammad Moinur Rahman](https://translated-articles.bsdcn.org/2000-2023/muhammad-2022.md)
- [遇见 2022 年 FreeBSD 谷歌编程之夏学生：Bojan Novković](https://translated-articles.bsdcn.org/2000-2023/bojan-2022.md)
- [遇见 2022 年 FreeBSD 谷歌编程之夏学生：Koichi Imai](https://translated-articles.bsdcn.org/2000-2023/imai-2022.md)
- [BSDTW 2017 旅行报告：杨光远](https://translated-articles.bsdcn.org/2000-2023/bsdtw-17-trip-report-guangyuan-yang.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/2000-2023.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.
