# 計畫任務 (排程)

<figure><img src="/files/JcDEjcWZKkxzsMx2VJhK" alt=""><figcaption></figcaption></figure>

透過左側選單切換到排程頁面。

點擊創建排程

***

<figure><img src="/files/vGtWksM192Tr2pN7gHq8" alt=""><figcaption></figcaption></figure>

排程時間可以參考以下範例或是打開下面的 顯示快速參考指令表

```
# 每天早上 8 點 30 分執行
30 08 * * *

# 每週日下午 6 點 30 分執行
30 18 * * 0

# 每週日下午 6 點 30 分執行
30 18 * *

# 每年 6 月 10 日早上 8 點 30 分執行
30 08 10 06 *

# 每月 1 日、15 日、29 日晚上 9 點 30 分各執行一次
30 21 1,15,29 * *

# 每隔 10 分鐘執行一次
*/10 * * * *

# 從早上 9 點到下午 6 點，凡遇到整點就執行
00 09-18 * * *
```

<figure><img src="/files/cTQP1w6hSew1PW2CVgng" alt=""><figcaption></figcaption></figure>

創建後點擊新任務，在這裡設定你想執行的自動化

> 此文檔由 [亨](https://github.com/HansHans135/) 撰寫


---

# Agent Instructions: 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:

```
GET https://docs.freeserver.tw/panels/panel/schedule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
