> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/openbsd/install-and-configure.md).

# 第一部分 安装与配置

OpenBSD 手册第一部分介绍开始有效使用 OpenBSD 所需的基本概念与流程。本章面向初学者，也面向希望系统了解 OpenBSD 核心功能的资深用户。

本部分包含：

* [Introduction](/openbsd/install-and-configure/introduction.md) OpenBSD 项目的历史、目标与开发模式简介。
* [Installing OpenBSD](/openbsd/install-and-configure/installation.md) 准备安装介质、执行交互式与无人值守安装、了解磁盘设置的步骤。
* [OpenBSD Basics](/openbsd/install-and-configure/basics.md) 初始系统使用指南，包括登录流程、文件系统导航、用户管理以及 OpenBSD 安全模型概述。
* [System Configuration](/openbsd/install-and-configure/system-configuration.md) `sysctl`、`rcctl`、`wsconsctl` 等关键系统配置工具概述，以及 **/etc** 下重要配置文件的说明。
* [Networking](/openbsd/install-and-configure/networking.md) 配置网络接口、启用有线与无线连接、设置 IPv6 的分步指南。
* [Managing Software: Packages and Ports](/openbsd/install-and-configure/ports.md) 如何用 `pkg_add` 安装与管理软件包，以及 OpenBSD ports 树简介。
* [The X Window System](/openbsd/install-and-configure/x11.md) 用 `xenodm` 或 `startx` 配置图形环境，涵盖桌面环境、字体处理与显示驱动。


---

# 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://book.bsdcn.org/openbsd/install-and-configure.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.
