# AI 工具

Chamilo 2.0 引入了 AI 驅動的工具，幫助您更快地建立內容，並為學習者提供個人化的支援。這些功能使用大型語言模型（例如 OpenAI 的 GPT、Google Gemini、Mistral 或其他模型）來產生教育內容並協助評分。

> AI 工具必須由您的平台管理員設定後才會可用。請參閱《管理手冊》的 [AI 設定](/2.x-zh-tw/guan-li-zhi-nan/admin-guide/integrations/ai-configuration.md) 章節以取得設定詳細資訊。

## 可用的 AI 工具

* [**AI Tutor**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/ai-tools/ai-tutor.md) — 學習者可與之互動以提問課程相關問題的 AI 聊天機器人
* [**Exercise Generator**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/ai-tools/exercise-generator.md) — 從您的課程內容或主題描述自動產生測驗題目
* [**Learning Path Generator**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/ai-tools/learning-path-generator.md) — 從主題或一組目標建立結構化的學習序列
* [**AI Grading**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide/ai-tools/ai-grading.md) — 取得 AI 輔助的開放式答案及學生提交內容評估
* [**Glossary Terms Generator**](https://github.com/chamilo/docs/blob/2.x-zh_TW/teacher-guide/ai-tools/glossary-generator.md) — 為您的課程詞彙表自動產生術語定義
* [**AI Media Generation**](https://github.com/chamilo/docs/blob/2.x-zh_TW/teacher-guide/ai-tools/ai-media-generation.md) — 在建立文件時，從富文本編輯器產生圖像及短影片

## AI 工具運作方式

當 AI 工具啟用時，它們會出現在相關情境中：

* **Exercise Generator** 會在建立或編輯練習時出現，也會作為 Documents 工具中文件上的快速動作
* **Learning Path Generator** 會在建立學習路徑時出現
* **AI Grading** 選項會在作業批改工作流程中出現
* **AI Tutor** 在課程內供學習者使用
* **Glossary Terms Generator** 會出現在 Glossary 工具的工具列中
* **AI Media Generation** 對話框會在建立或編輯文件時於富文本編輯器中出現

所有 AI 產生的內容均呈現為**建議**，您可以在發佈前檢閱、編輯及修改。您始終擁有學習者所見內容的最終決定權。


---

# 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.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.
