> 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 包含一组常用的默认计划。您也可以按照以下步骤创建自己的自定义计划：

## 创建自定义计划

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