> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-yi-bu-fen-kuai-su-kai-shi.md).

# 第一部分：快速开始

这部分手册是面向 FreeBSD 新用户和管理员的。这些章节：

* 介绍 FreeBSD。
* 引导读者完成安装过程。
* 教授 UNIX® 基础知识和基本原理。
* 展示如何安装 FreeBSD 上丰富的第三方应用程序。
* 介绍 X，即 UNIX® 窗口系统，并详细说明如何配置桌面环境让用户更高效。
* 介绍 Wayland，一款新的 UNIX® 显示服务器。

文本中前向引用的数量已保持在最低限度，因此你可以从头到尾通读此部分，尽量少翻页。


---

# 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:

```
GET https://handbook.bsdcn.org/di-yi-bu-fen-kuai-su-kai-shi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
