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

## 文档路径

{% columns %}
{% column %}

### 部署前

* 根据 [参考架构](/plan-and-deploy/reference-architectures/edge.md)
* 在订购或上架节点之前，检查你的硬件和容量规划假设
* 在首次安装之前规划你的 VMware 迁移
  {% endcolumn %}

{% column %}

### 安装后

* 按照 [安装后](/plan-and-deploy/implementation-guide/post-installation.md) 作为你的初始加固清单
* 部署 [快照](/automate-protect-and-extend/backup-and-dr/snapshots-overview.md) 和 [站点同步](/automate-protect-and-extend/backup-and-dr/syncs-overview.md) 以保护你的数据
* 使用 [配方](/automate-protect-and-extend/automation/recipes-overview.md) 以及 [vrg CLI](/automate-protect-and-extend/integrations-and-apis/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.
