# 班级

在 Chamilo 中，班级是预定义的用户组，可以作为一个整体注册到会话中。当您定期培训同一组人时，班级可以简化注册流程。

> 班级和[用户组](/2.x-zh-cn/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-cn/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.
