> 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/20171112-jian-kong-yu-du-liang/events-calendar.md).

# 活动日历

* 作者：**Dru Lavigne**

2018 年 2 月—3 月

以下 BSD 相关会议将于 2018 年第一季度举行。

## FOSDEM

2 月 3—4 日

比利时布鲁塞尔

<https://fosdem.org/2018/>

这项一年一度的活动为期两天，旨在推动自由和开源软件的广泛使用。2 月 3 日将再次设立全天的 BSD Devroom。本次活动免费参加。

## AsiaBSDCon

3 月 8—11 日

日本东京

<https://2018.asiabsdcon.org/>

这是一年一度的 BSD 技术会议，面向基于 BSD 系统的用户和开发者。会议提供多日的工作坊、演讲和开发者峰会。需要注册。

## SCALE

3 月 8—11 日

美国加州帕萨迪纳

<http://www.socallinuxexpo.org/scale/16x>

第 16 届年度南加州 Linux 博览会将再次提供多场与 FreeBSD 相关的演讲，并在展区设立 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/20171112-jian-kong-yu-du-liang/events-calendar.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.
