> 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).

# 知识库

<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="/pages/b9f6c484d8fbfa0ec7ea1802b42145d3b4990aa9">/pages/b9f6c484d8fbfa0ec7ea1802b42145d3b4990aa9</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="/pages/2d40423ba1a10a29e3cece8cfaff984692c1edf7">/pages/2d40423ba1a10a29e3cece8cfaff984692c1edf7</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="/pages/2fc2bb59885823d9517cf21fa5747bf406a875c6">/pages/2fc2bb59885823d9517cf21fa5747bf406a875c6</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="/pages/136f54f98cedc96c6a104e2b7045867e5e43c3bc">/pages/136f54f98cedc96c6a104e2b7045867e5e43c3bc</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="/pages/b7513805e087e1859a150f093e467408b04d67ae">/pages/b7513805e087e1859a150f093e467408b04d67ae</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="/pages/022aa36acd91ba63c078eef4952cc8e367ce6852">/pages/022aa36acd91ba63c078eef4952cc8e367ce6852</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="/pages/2e41f480eb0678c76f8b0c5777f8c8defc3a77bf">/pages/2e41f480eb0678c76f8b0c5777f8c8defc3a77bf</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="/pages/6e5922daa36654382fa4b5103575b27b121e0e25">/pages/6e5922daa36654382fa4b5103575b27b121e0e25</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="/pages/5e43d3cf9f0c930e6b1ab263fb14b0f65706959f">/pages/5e43d3cf9f0c930e6b1ab263fb14b0f65706959f</a></td></tr></tbody></table>


---

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