# 課程時段

工作階段是 Chamilo 最強大的功能之一。它們允許您在不同時間向不同學習者群組提供相同的課程，而無需重複課程內容。

* [**管理工作階段**](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/sessions/managing-sessions.md) — 建立、設定和管理訓練工作階段
* [**工作階段類別**](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/sessions/session-categories.md) — 將工作階段組織成類別
* [**職涯與晉升**](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/sessions/careers-and-promotions.md) — 定義職涯路徑和晉升工作流程
* [**班級**](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/sessions/classes.md) — 管理學習者班級以進行大量註冊

## 了解工作階段

工作階段是**選用的**。您可以僅使用課程即可讓您的入口網站運作，但我們**強烈**建議您考慮工作階段的額外複雜性，作為長期節省管理工作的好方法。

**課程**包含內容（文件、練習、學習路徑）。**工作階段**將該課程（或多個課程）指派給特定學習者群組*在特定時間段內*。

此架構意味著：

* 教師在課程中一次建立內容
* 管理員建立工作階段，將該內容提供給不同群組
* 每個工作階段擁有自己的註冊、追蹤資料和結果
* 基礎課程內容是共享的，但工作階段教練可以自訂某些元素

## 何時使用工作階段

當以下情況時使用工作階段：

* 您多次提供相同訓練（例如，每月入職工作階段）
* 您擁有基於群組的程式（例如，基於學期的班級）
* 您需要針對每個學習者群組進行獨立的追蹤
* 您希望不同教練管理相同課程的不同版本


---

# 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.chamilo.org/2.x-zh-tw/guan-li-zhi-nan/admin-guide/sessions.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.
