> 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/automate-protect-and-extend/zh/readme.md).

# 自动化、保护并扩展

在 VergeOS 运行后你会用到的功能：业务连续性、可重复配置、以终端为先的自动化，以及本地 AI 模型——全部内置于平台中。

<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-shield-halved">:shield-halved:</i></h3></td><td><strong>备份与灾难恢复</strong></td><td>快照、站点同步、修复服务器流程和恢复操作。</td><td><a href="/pages/c87742855eb3f3590442f8495c5de4a647820102">/pages/c87742855eb3f3590442f8495c5de4a647820102</a></td></tr><tr><td><h3><i class="fa-gears">:gears:</i></h3></td><td><strong>自动化</strong></td><td>配方、任务引擎、计划、脚本和 Webhook。</td><td><a href="/pages/cfcaeff03f223e16f4549821397bc23eb1ba5678">/pages/cfcaeff03f223e16f4549821397bc23eb1ba5678</a></td></tr><tr><td><h3><i class="fa-terminal">:terminal:</i></h3></td><td><strong>集成与 API</strong></td><td>CLI、SDK、Terraform、Prometheus 和面向 Kubernetes 的工具。</td><td><a href="/pages/75cdcffd8a1f43f62ebb06fb96ba19034ca152ae">/pages/75cdcffd8a1f43f62ebb06fb96ba19034ca152ae</a></td></tr><tr><td><h3><i class="fa-brain">:brain:</i></h3></td><td><strong>私有 AI</strong></td><td>通过 VergeOS 使用与 OpenAI 兼容的 API 在本地运行模型。</td><td><a href="/pages/164d20a1671efd614f8db4601bc1c93bff08e7ba">/pages/164d20a1671efd614f8db4601bc1c93bff08e7ba</a></td></tr></tbody></table>

## 建议的演练

1. [API 密钥](/automate-protect-and-extend/zh/gong-xiang-guan-li-jie-mian/api-keys.md)
2. [备份与灾难恢复](/automate-protect-and-extend/zh/bei-fen-yu-dr/overview.md)
3. [配方](/automate-protect-and-extend/zh/zi-dong-hua/recipes-overview.md)
4. [VergeOS CLI](/automate-protect-and-extend/zh/ji-cheng-yu-api/vrg-cli.md)
5. [私有 AI 概览](/automate-protect-and-extend/zh/si-you-ai/overview.md)

## 相关空间

* 核心平台上下文： [运行平台](https://docs.verge.io/run-the-platform/zh/)
* 早期部署设计： [规划与部署](https://docs.verge.io/plan-and-deploy/zh/)


---

# 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/automate-protect-and-extend/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.
