# 课程分类

课程分类有助于组织您的课程目录，使学习者更容易找到相关的课程。

## 创建分类

1. 从管理面板中，导航到**课程分类**
2. 点击**添加分类**
3. 输入：
   * **分类代码** — 一个简短的唯一标识符
   * **分类名称** — 显示名称（例如，“信息技术”，“管理技能”）
   * **是否允许在此分类中添加课程？** — 是否允许课程将此设置为分类，或者它只是层次结构中的一个中间级别
   * **上级分类** — （可选）将此分类置于另一个分类之下以创建层次结构
   * **描述** — （可选）
   * **图片** — （可选）将代表此分类，尽管几乎不会在任何地方显示
4. 按下*添加分类*

Chamilo 默认创建了 3 个分类：*语言技能*、*电脑技能* 和 *项目*。根据您的需求，这些分类可以重命名、删除或保留。

## 分类层次结构

![课程分类管理页面显示嵌套的分类树](/files/yPpCIJVMGHXNwaRg28JD)

分类可以嵌套以创建树状结构：

* 商业
  * 管理
  * 市场营销
  * 财务
* 技术
  * 编程
  * 网络
  * 网络安全

浏览课程目录的学习者可以通过此层次结构导航以找到课程。

## 管理分类

* **编辑** — 更改分类名称、代码或上级分类
* **移动** — 更改分类在列表中的位置
* **删除** — 删除分类。删除分类中的课程将被移至“未分类”。

## 小贴士

* **保持简单** — 使用学习者一目了然的广泛分类
* **限制深度** — 避免过深的嵌套分类。通常两到三级就足够了。
* **在创建课程时分配分类** — 鼓励教师在创建课程时选择分类，以便目录保持有序


---

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