> 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/overview/zh/support-and-services.md).

# 支持与服务

在正式上线前后可依赖的文档——架构验证、加固和二阶段运维。

联系 VergeOS 支持团队，或使用下面的指南，在上线前后获得帮助。

## 联系支持

* **电子邮件：** <support@verge.io>
* **电话：** [855-855-8300](tel:+18558558300)

## 社区

* 如需与同行讨论，请参见 [VergeOS 社区](/overview/zh/community.md)。Discord 不是支持渠道。

## 文档路径

{% columns %}
{% column %}

### 在部署之前

* 根据以下内容验证你的拓扑： [参考架构](/plan-and-deploy/zh/can-kao-jia-gou/edge.md)
* 在订购或上架节点之前，检查你的硬件和容量规划假设
* 在首次安装之前，明确你的 VMware 迁移范围
  {% endcolumn %}

{% column %}

### 安装后

* 逐步完成 [安装后](/plan-and-deploy/zh/shi-shi-zhi-nan/post-installation.md) 作为你的初始加固检查清单
* 部署 [快照](/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshots-overview.md) 以及 [站点同步](/automate-protect-and-extend/zh/bei-fen-yu-dr/syncs-overview.md) 以保护你的数据
* 使用以下内容标准化日常运维： [操作指南](/automate-protect-and-extend/zh/zi-dong-hua/recipes-overview.md) 以及 [vrg CLI](/automate-protect-and-extend/zh/ji-cheng-yu-api/vrg-cli.md)
  {% endcolumn %}
  {% endcolumns %}

{% hint style="success" %}
刚刚起步？在探索所有子系统之前，先专注于你的部署设计以及一种数据保护工作流——快照或站点同步——。
{% endhint %}


---

# 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/overview/zh/support-and-services.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.
