> 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/zi-dong-hua/schedules.md).

# 计划

如何在 VergeOS 任务引擎中创建和管理自定义计划，用于一次性或重复性的任务自动化。

VergeOS 包含一个 **计划** 功能，作为 Task Engine 中的一个模块化组件，使您能够完全自定义任务的执行时间和频率。

## 主要功能

* 计划可以配置为 **一次性** 或 **重复**，支持持续自动化。
* 一个计划可在多个任务之间重复使用。例如，要在每个月的第一天运行月度检查清单，您可以创建一个计划并将其应用于多个任务。
* 用户可以定义 **自定义计划** ，以在特定日期和时间自动触发任务。

VergeOS 包含一组常用的默认计划。您也可以按照以下步骤创建自己的自定义计划：

## 创建自定义计划

1. 导航到 **系统** > **任务仪表板**，然后从左侧菜单中选择 **计划** 。\
   现有计划列表将会显示。
2. 单击 **新建** 在左侧菜单中开始创建新计划。
3. 填写计划字段：
   * **名称**：为该计划提供一个描述性名称。
   * **描述**：可选择添加有关其用途的上下文或注释。
   * **重复计划**：\
     使用 **每隔重复** 字段来定义频率：可从以下项中选择 *天、小时、分钟、月、周、* 或 *年*。\
     然后指定任何相应条件，例如对于 **天**，选择天数或特定星期几；对于 **月**，选择每月的某一天。
   * **一次性计划**：\
     要创建一次性计划，请在频率下拉菜单中选择 **不重复** ，然后指定 **开始日期** 和 **时间**.
   * **结束日期（可选）**：\
     默认情况下，新建的重复计划配置为永久有效。要设置结束日期，请取消选择 **永不结束** ，然后选择所需的结束日期和时间。

{% hint style="info" %}
计划时间按集群/系统时间计算，而不是您浏览器的本地时间。设置为 18:00 的计划会在集群时间 18:00 运行，不受浏览器时区影响。
{% endhint %}

4. 单击 **提交** 以保存该计划。\
   保存后，它将可用作任何任务的 **计划触发器** 。

***

## 相关指南

* [任务引擎概述](/automate-protect-and-extend/zh/zi-dong-hua/task-engine.md)
* [创建任务](/automate-protect-and-extend/zh/zi-dong-hua/create-tasks.md)

***

**版本兼容性**：此功能适用于 VergeOS 26.0 及更高版本。


---

# 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/zi-dong-hua/schedules.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.
