> 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/tu-dong-hoa.md).

# Tự động hóa

- [Tạo tác vụ tự động](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/create-tasks.md): Hướng dẫn từng bước để tạo tác vụ tự động trong VergeOS, bao gồm cách cấu hình trình kích hoạt dựa trên sự kiện và lịch trình cho tự động hóa hệ thống.
- [Danh mục Marketplace của VergeOS: Mẫu VM](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/marketplace-vm-recipes.md): Khám phá các mẫu máy ảo được cấu hình sẵn có trong Danh mục Marketplace của VergeOS để triển khai VM nhanh chóng, tự phục vụ trên Linux, Windows và các ngăn xếp ứng dụng.
- [Tổ chức mẫu](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/recipes-organization.md): Cách tổ chức các mẫu bằng kho lưu trữ và danh mục trong VergeOS, bao gồm hướng dẫn chia sẻ mẫu với tenant và hệ thống từ xa.
- [Mẫu](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/recipes-overview.md): Tổng quan về các mẫu VergeOS để tự động hóa triển khai VM và tenant, bao gồm các tính năng chính, các trường hợp sử dụng cho nhà cung cấp dịch vụ, doanh nghiệp và nhóm phát triển.
- [Lịch trình](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/schedules.md): Cách tạo và quản lý lịch trình tùy chỉnh trong VergeOS Task Engine cho tự động hóa tác vụ một lần hoặc lặp lại.
- [Tập lệnh](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/scripts.md): Tổng quan về tính năng Tập lệnh trong VergeOS, hiện được dành riêng cho các thao tác hệ thống nội bộ với kế hoạch mở rộng cho các luồng tự động hóa do quản trị viên định nghĩa.
- [Công cụ tác vụ](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/task-engine.md): Tổng quan về VergeOS Task Engine để tự động hóa các thao tác với trình kích hoạt dựa trên sự kiện và lịch trình, bao gồm kiến trúc mô-đun cho tác vụ, lịch, sự kiện và webhook.
- [Mẫu Tenant](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/tenant-recipes.md): Cách tạo và sử dụng mẫu tenant trong VergeOS để tự động hóa triển khai tenant hoàn chỉnh bao gồm mạng, VM, cài đặt và các câu hỏi cấu hình tùy chỉnh.
- [Mẫu VM](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/vm-recipes.md): Cách tạo, cấu hình và sử dụng mẫu VM trong VergeOS để triển khai nhanh các máy ảo chuẩn hóa với các câu hỏi tùy chỉnh và tích hợp cloud-init.
- [Webhook](https://docs.verge.io/automate-protect-and-extend/vi/tu-dong-hoa/webhooks.md): Cách cấu hình webhook trong VergeOS để nhắn tin theo kiểu đẩy tới các hệ thống bên ngoài, bao gồm tạo webhook, thiết lập dữ liệu tác vụ và cấu hình trình kích hoạt sự kiện.


---

# 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/tu-dong-hoa.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.
