# 会话

会话是 Chamilo 最强大的功能之一。它们允许您在不同时间向不同的学习者群体提供相同的课程，而无需重复课程内容。

* [**管理会话**](/2.x-zh-cn/guan-li-zhi-nan/admin-guide/sessions/managing-sessions.md) — 创建、配置和管理培训会话
* [**会话类别**](/2.x-zh-cn/guan-li-zhi-nan/admin-guide/sessions/session-categories.md) — 将会话组织成类别
* [**职业与晋升**](/2.x-zh-cn/guan-li-zhi-nan/admin-guide/sessions/careers-and-promotions.md) — 定义职业路径和晋升流程
* [**班级**](/2.x-zh-cn/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-cn/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.
