# 分校與教室

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-tw/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.
