> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication.md).

# 協作與溝通

Chamilo 提供各種工具，以方便您與學生之間，以及學生之間的互動。

* [**論壇**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/forums.md) — 依類別和主題組織的討論
* [**聊天室**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/chat.md) — 課程內的即時文字訊息
* [**群組**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/groups.md) — 將學生分組至工作群組，每群組擁有各自的共享工具
* [**Wiki**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/wiki.md) — 協作式文件編輯
* [**部落格**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/blog.md) — 課程內的共享部落格
* [**視訊會議**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication/video-conferencing.md) — 使用 BigBlueButton 或 Zoom 進行即時視訊會議

這些工具可在課程首頁找到。有些工具預設可能隱藏 — 您可以透過工具網格設定使其顯示（請參閱 [課程首頁](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/creating-your-course/course-homepage.md)）。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/collaboration-and-communication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
