> 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/vi/readme.md).

# Tự động hóa, bảo vệ và mở rộng

Những gì bạn sẽ tận dụng khi VergeOS đã chạy: duy trì hoạt động kinh doanh liên tục, cấp phát lặp lại được, tự động hóa ưu tiên terminal, và các mô hình AI cục bộ — tất cả được tích hợp sẵn trong nền tảng.

<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>Sao lưu và khôi phục sau thảm họa</strong></td><td>Ảnh chụp nhanh, đồng bộ giữa các site, luồng máy chủ sửa chữa và các thao tác khôi phục.</td><td><a href="/pages/f2575498d3a7c0823c974806420096a5326ed961">/pages/f2575498d3a7c0823c974806420096a5326ed961</a></td></tr><tr><td><h3><i class="fa-gears">:gears:</i></h3></td><td><strong>Tự động hóa</strong></td><td>Công thức, bộ máy tác vụ, lịch biểu, script và webhook.</td><td><a href="/pages/cf40971a14fd487007d0a876b828a10415aecb32">/pages/cf40971a14fd487007d0a876b828a10415aecb32</a></td></tr><tr><td><h3><i class="fa-terminal">:terminal:</i></h3></td><td><strong>Tích hợp và API</strong></td><td>CLI, SDK, Terraform, Prometheus và các công cụ tương tác với Kubernetes.</td><td><a href="/pages/88b477c0da9b28c2f3514cb9c732a2c87241edfd">/pages/88b477c0da9b28c2f3514cb9c732a2c87241edfd</a></td></tr><tr><td><h3><i class="fa-brain">:brain:</i></h3></td><td><strong>AI riêng tư</strong></td><td>Chạy các mô hình cục bộ thông qua VergeOS với API tương thích OpenAI.</td><td><a href="/pages/ce756e9047149283da2f9bf6b0b3183333eb81c5">/pages/ce756e9047149283da2f9bf6b0b3183333eb81c5</a></td></tr></tbody></table>

## Hướng dẫn được đề xuất

1. [Khóa API](/automate-protect-and-extend/vi/cac-be-mat-quan-tri-dung-chung/api-keys.md)
2. [Sao lưu & khôi phục sau thảm họa](/automate-protect-and-extend/vi/sao-luu-va-dr/overview.md)
3. [Công thức](/automate-protect-and-extend/vi/tu-dong-hoa/recipes-overview.md)
4. [CLI của VergeOS](/automate-protect-and-extend/vi/tich-hop-va-api/vrg-cli.md)
5. [Tổng quan về AI riêng tư](/automate-protect-and-extend/vi/ai-rieng-tu/overview.md)

## Không gian liên quan

* Bối cảnh nền tảng cốt lõi: [Chạy nền tảng](https://docs.verge.io/run-the-platform/vi/)
* Thiết kế triển khai ban đầu: [Lập kế hoạch và triển khai](https://docs.verge.io/plan-and-deploy/vi/)


---

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