> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/zh/readme.md).

# 知识库

面向 VergeOS 操作员的故障排查文章、操作指南和现场指导。

<h2 align="center">我们可以帮您查找什么？</h2>

<p align="center">搜索知识库，或浏览下面的主题。</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="magnifying-glass">搜索知识库</button></p>

## 按类别浏览

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4><strong>入门与安装</strong></h4></td><td>规划、安装、许可和更新 VergeOS。</td><td><a href="/knowledge-base/zh/getting-started.md">入门与安装</a></td></tr><tr><td><h3><i class="fa-desktop" style="color:$primary;">:desktop:</i></h3></td><td><h4><strong>虚拟机</strong></h4></td><td>创建、导入、配置和管理虚拟机。</td><td><a href="/knowledge-base/zh/virtual-machines.md">虚拟机</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4><strong>网络</strong></h4></td><td>网络、规则、路由、VPN 和防火墙。</td><td><a href="/knowledge-base/zh/networking.md">网络</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4><strong>存储与 vSAN</strong></h4></td><td>vSAN 架构、分层、扩展、加密和 NAS。</td><td><a href="/knowledge-base/zh/storage-vsan.md">存储与 vSAN</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><h4><strong>租户</strong></h4></td><td>在多租户环境中创建和运营租户。</td><td><a href="/knowledge-base/zh/tenants.md">租户</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>备份与灾难恢复</strong></h4></td><td>快照、同步任务、恢复和灾难恢复。</td><td><a href="/knowledge-base/zh/backup-dr.md">备份与灾难恢复</a></td></tr><tr><td><h3><i class="fa-robot" style="color:$primary;">:robot:</i></h3></td><td><h4><strong>自动化与 API</strong></h4></td><td>VergeOS API、自动化任务、Terraform 和工具。</td><td><a href="/knowledge-base/zh/automation-api.md">自动化与 API</a></td></tr><tr><td><h3><i class="fa-gears" style="color:$primary;">:gears:</i></h3></td><td><h4><strong>系统管理</strong></h4></td><td>更新、安全、身份验证、品牌和性能。</td><td><a href="/knowledge-base/zh/system-administration.md">系统管理</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4><strong>故障排除</strong></h4></td><td>常见 VergeOS 问题的诊断流程和修复方法。</td><td><a href="/knowledge-base/zh/troubleshooting.md">故障排除</a></td></tr></tbody></table>

如需同伴讨论，请加入 [VergeOS 社区](https://app.gitbook.com/s/uJc5d3O7cwI7qD8muSyG/community) Discord。这里不是支持频道。


---

# 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://docs.verge.io/knowledge-base/zh/readme.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.
