# Chamilo 2.0 ドキュメント

**Chamilo 2.0** の公式ドキュメントへようこそ。Chamilo 2.0 はオープンソースのeラーニングプラットフォームです。

このドキュメントは、特定の対象読者向けに3つのガイドに分かれています：

* [**教師ガイド**](/2.x-ja/gaido/teacher-guide.md) — 講師やトレーナー向け：コースの作成、コンテンツの追加、学習者の評価、進捗の追跡。
* [**管理者ガイド**](/2.x-ja/gaido-1/admin-guide.md) — プラットフォーム管理者向け：Chamiloプラットフォームのインストール、設定、管理。
* [**開発者ガイド**](/2.x-ja/gaido-2/developer-guide.md) — 開発者向け：アーキテクチャの理解、プラグインの構築、APIの使用、プロジェクトへの貢献。

## Chamilo 2.0 の新機能

Chamilo 2.0 は、完全に再設計されたインターフェースと多くの新機能を備えたメジャーリリースです：

* **モダンなインターフェース** — Vue 3 と PrimeVue を使用して構築され、より高速で応答性の高い体験を提供
* **AIを活用したツール** — 演習や学習パスの生成、AI支援による採点
* **REST API** — JWT認証を備えたAPI Platformベースの完全なREST API
* **新しい認証オプション** — 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-ja/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.
