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

# 第五部分 杂项

本部分收录难以归入安装、管理或网络某一章节的 OpenBSD 补充资料。这些页面可用于快速查阅、为管理员指引方向，并给出针对性的操作步骤。

## 可用指南

* [OpenBSD 速查表](/openbsd/miscellaneous/openbsd-cheatsheet.md) ——常用管理命令。
* [虚拟化速查表](/openbsd/miscellaneous/virtualization-cheatsheet.md) ——原生虚拟化快速参考。
* [Linux 用户视角的 OpenBSD](/openbsd/miscellaneous/openbsd-for-linux-users.md) ——面向 Linux 管理员的差异说明。
* [FreeBSD 用户视角的 OpenBSD](/openbsd/miscellaneous/openbsd-for-freebsd-users.md) ——面向 FreeBSD 管理员的差异说明。
* [macOS 用户视角的 OpenBSD](/openbsd/miscellaneous/openbsd-for-macos-users.md) ——面向 macOS 管理员的差异说明。
* [操作指南](/openbsd/miscellaneous/howto.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://book.bsdcn.org/openbsd/miscellaneous.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.
