# 聊天

聊天室工具提供課程內即時文字訊息功能。此工具非常適合用於快速溝通、即時問答或非正式討論。

## 使用聊天室

1. 在課程首頁開啟**聊天室**工具
2. 在下方文字方塊中輸入您的訊息
3. 按下**Enter**按鈕或點擊傳送按鈕來發布訊息

目前位於聊天室的所有已註冊使用者都能即時看到訊息。

## 聊天室功能

* **即時訊息** — 訊息會立即顯示給所有參與者
* **訊息記錄** — 進入聊天室時，您可以查看先前的訊息
* **使用者線上狀態** — 查看目前位於聊天室的所有人

## 作為教師

作為課程教師，您可以：

* **監控討論** — 查看聊天記錄以追蹤學生參與度
* **在文件工具中搜尋聊天記錄** — 聊天室工具會自動將訊息儲存為 HTML 檔案，儲存於文件工具中，按日期及範圍（課程/場次/群組）分類，因此對話內容在即時場次結束後仍可存取

如果平台設定中啟用「僅限導師使用聊天室」選項（由管理員設定），則僅導師可與學生聊天；否則，課程中所有已註冊使用者皆可參與。

## 有效使用聊天室的建議

* **排定聊天時間** — 事先告知學生您何時會線上進行即時聊天（使用行事曆工具）
* **訂定基本規則** — 建立互相尊重的溝通期望
* **用於快速提問** — 聊天室最適合簡短溝通；對於較長且結構化的討論，請使用論壇

> 如果您的平台已設定視訊會議功能（BigBlueButton 或 Zoom），請考慮在需要語音及視訊的即時場次中使用。請參閱 [視訊會議](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/video-conferencing.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-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/chat.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.
