# Chamilo 2.0 文档

欢迎阅读 **Chamilo 2.0** 的官方文档，这是一款开源的电子学习平台。

本文档分为三个指南，分别针对不同的受众群体：

* [**教师指南**](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide.md) — 面向教师和培训师：创建课程、添加内容、评估学习者并跟踪进度。
* [**管理员指南**](/2.x-zh-cn/guan-li-zhi-nan/admin-guide.md) — 面向平台管理员：安装、配置和管理 Chamilo 平台。
* [**开发者指南**](/2.x-zh-cn/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-cn/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.
