# 分支与房间

Chamilo 包含一个基于物理位置的基本定位系统，该系统围绕两个概念构建：**分支**和**教室**。

一个**分支**代表一个物理地点或校区——例如，一个主办公室、一个区域培训中心或一栋大学建筑。分支可以嵌套（一栋建筑可以包含多个部门，一个城市可以包含多栋建筑）。每个分支可以包含一个或多个**教室**，这些教室代表该分支内的单个教室或实验室空间。

此功能目前仍处于初期阶段。目前，它的主要实际用途是允许您将物理位置标记与课程关联起来。

## 为课程分配教室

在创建课程时，如果管理员已经配置了教室，课程创建表单中将出现一个**默认教室**字段。请选择课程将要进行的教室。

此信息仅供参考——它不会影响课程的行为或访问控制。它只是记录课程的物理举办地点，这可以帮助管理员管理教室调度并查看不同课程中教室的占用情况。

如果您的平台上尚未配置任何教室，则该字段不会显示。

## 管理员可以做什么

分支和教室的管理完全由管理员负责。他们可以：

* 创建并组织分支，形成树状层次结构
* 向分支添加教室，并可选择性地添加地理位置数据和IP范围
* 查看分配到每个教室的课程
* 根据考勤记录查看教室的占用日历

如果您需要创建教室或将您的课程移动到不同的教室，请联系您的平台管理员。


---

# 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/jiao-shi-zhi-nan/teacher-guide/branches-and-rooms.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.
