# AI 導師

AI Tutor 是整合於 Chamilo 的聊天機器人，學習者可以與之互動來提問與課程相關的問題。它提供即時、具脈絡意識的回應，由大型語言模型驅動。

## 如何運作

當 AI Tutor 在課程中啟用時，學習者會看到一個聊天介面，在該介面中他們可以：

* **提問** 關於課程內容的問題
* **獲取解釋** 課程涵蓋的概念
* **接收指導** 而無需等待教師回應

AI Tutor 使用課程脈絡來提供相關答案。它旨在補充您的教學，而非取代之。

## 啟用 AI Tutor

AI Tutor 需要兩個層級的設定：

1. **平台層級** — 管理員必須啟用 AI 助手並設定至少一個 AI 提供者（請參閱 [AI Configuration](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/integrations/ai-configuration.md)）
2. **課程層級** — 必須在課程設定中啟用 AI Tutor（簡單的開/關切換）。聊天使用的提供者是由管理員設定的提供者。

## 聊天介面

![顯示學習者與 AI 之間對話的 AI Tutor 聊天介面](/files/vVK5h0p7lIl9t0WZweGz)

AI Tutor 以 **固定聊天面板** 的形式出現在課程中。學習者可以：

* 輸入訊息並接收 AI 生成的回應
* 查看他們的對話歷史
* 重置對話以重新開始

聊天介面以熟悉的訊息格式顯示學習者與 AI 之間的交流。

## 重要行為

* **僅限課程脈絡** — AI Tutor 僅在課程內可用，而非一般平台
* **考試期間停用** — 當學習者正在進行練習時，AI Tutor 會自動停用，以防止作弊
* **每位學習者獨立對話** — 每位學習者擁有與 AI Tutor 的專屬私人對話，且提示脈絡僅包含最近的訊息
* **提供者故障轉移** — 若設定的提供者失敗，Chamilo 會回退至另一個可用提供者，讓聊天持續運作

## 作為教師

您應注意：

* AI Tutor 可能並非總是提供完美答案 — 鼓勵學習者驗證重要資訊
* 您可以透過平台追蹤檢視 AI Tutor 使用情況
* AI Tutor 是您教學的補充，而非替代品。請與論壇、公告及直接訊息一起使用，以提供全面的學習者支援。

## 提示

* **設定期望** — 在課程開始時告知學習者 AI Tutor 可供使用，並解釋如何適當使用它
* **鼓勵批判性思考** — 提醒學習者批判性地思考 AI 生成的答案
* **用於常見問題** — AI Tutor 特別適合處理您原本會重複回答的常見問題


---

# 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/ai-tools/ai-tutor.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.
