# Chamilo 2.0 文件

歡迎閱讀 **Chamilo 2.0** 的官方文件，這是一個開源的電子學習平台。

本文件分為三個指南，針對不同受眾量身定制：

* [**教師指南**](/2.x-zh-tw/jiao-shi-zhi-nan/teacher-guide.md) — 為教師和培訓師設計：創建課程、添加內容、評估學習者並追蹤進度。
* [**管理指南**](/2.x-zh-tw/guan-li-zhi-nan/admin-guide.md) — 為平台管理員設計：安裝、配置和管理 Chamilo 平台。
* [**開發者指南**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide.md) — 為開發者設計：了解架構、開發插件、使用 API 並為項目做出貢獻。

## Chamilo 2.0 的新功能

Chamilo 2.0 是一個重大版本，擁有全新設計的界面和許多新功能：

* **現代化界面** — 使用 Vue 3 和 PrimeVue 構建，提供更快、更靈敏的體驗
* **AI 驅動工具** — 生成練習、學習路徑，並獲得 AI 輔助評分
* **REST API** — 基於 API Platform 的完整 REST API，支援 JWT 認證
* **新的認證選項** — 支援 OAuth2（Azure、Keycloak、Facebook）、SCIM 使用者配置
* **LTI 1.3** — 無縫連接外部學習工具
* **雲端儲存** — 原生支援 Azure Blob、AWS S3 和 Google Cloud Storage
* **色彩主題** — 支援主題功能，可自訂平台品牌形象
* **OnlyOffice 整合** — 在平台內協同編輯文件


---

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