# 課程分類

課程類別有助於組織您的課程目錄，使學習者更容易找到相關課程。

## 建立類別

1. 從管理面板中，導航至 **課程類別**
2. 點擊 **新增類別**
3. 輸入：
   * **類別代碼** — 一個簡短的唯一識別碼
   * **類別名稱** — 顯示名稱（例如：「資訊科技」、「管理技能」）
   * **允許在此類別中新增課程？** — 是否允許課程將此設為類別，或者僅作為層級結構中的中間層級
   * **上層類別** — （選填）將此類別置於另一個類別之下以建立層級結構
   * **描述** — （選填）
   * **圖片** — （選填）將代表此類別，儘管幾乎不會在任何地方顯示
4. 按下 *新增類別*

Chamilo 預設建立了 3 個類別：*語言技能*、*電腦技能* 和 *專案*。這些類別可以根據您的需求進行重新命名、移除或保留。

## 類別層級結構

![課程類別管理頁面顯示嵌套的類別樹狀結構](/files/53ufsDKP1GMer1YAzAj3)

類別可以嵌套以建立樹狀結構：

* 商業
  * 管理
  * 市場行銷
  * 財務
* 科技
  * 程式設計
  * 網路
  * 網路安全

學習者在瀏覽課程目錄時，可以透過此層級結構找到課程。

## 管理類別

* **編輯** — 更改類別名稱、代碼或上層類別
* **移動** — 更改類別在列表中的位置
* **刪除** — 移除類別。被刪除類別中的課程將被移至「未分類」。

## 小提示

* **保持簡單** — 使用學習者一目了然的廣泛類別
* **限制層級深度** — 避免過深的嵌套類別。通常兩到三個層級就足夠了。
* **在建立課程時指定類別** — 鼓勵教師在建立課程時選擇類別，以保持目錄的組織性


---

# 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/courses/course-categories.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.
