# 班級

Chamilo 中的班級是預先定義的使用者群組，可以作為一個單位註冊到課程中。它們簡化了定期培訓相同群組人員時的註冊流程。

> 班級與 [使用者群組](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/users/user-groups.md) 共用相同的介面。唯一的差異是 **群組類型** 設定：在建立群組時選擇「班級」。其他一切 — 成員管理、可見性以及介面本身 — 運作方式完全相同。

## 建立班級

1. 從管理面板導航至 **班級**（或使用者群組並選擇「班級」類型）
2. 點擊 **建立班級**
3. 輸入 **名稱**（例如「工程團隊」、「2026 年 3 月新進員工」）
4. 新增 **成員** — 搜尋並選取使用者
5. 儲存

## 使用班級進行註冊

在建立或編輯課程時，您可以一次註冊整個班級，而無需逐一新增使用者：

1. 開啟課程註冊設定
2. 點擊 **新增班級**
3. 選取班級
4. 班級的所有成員均會註冊到課程中

## 管理班級

* **編輯** — 變更班級名稱或更新成員資格
* **新增/移除成員** — 保持班級名冊最新
* **刪除** — 移除班級（不會影響成員帳戶或其現有註冊）

## 提示

* **為重複出現的群組建立班級** — 如果您為不同團隊執行相同的培訓，請為每個團隊建立一個班級
* **每次課程前更新** — 在將班級註冊到新課程前檢視班級成員資格，以確保名冊最新
* **結合 CSV 匯入** — 對於大型群組，從 CSV 檔案匯入班級成員資格


---

# 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/classes.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.
