> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-id/readme.md).

# Dokumentasi Chamilo 2.0

Selamat datang di dokumentasi resmi untuk **Chamilo 2.0**, platform e-learning sumber terbuka.

Dokumentasi ini diorganisasi menjadi tiga panduan, masing-masing disesuaikan dengan audiens tertentu:

* [**Panduan Guru**](/2.x-id/panduan-guru/teacher-guide.md) — Untuk instruktur dan pelatih: membuat kursus, menambahkan konten, menilai peserta didik, dan melacak kemajuan.
* [**Panduan Administrasi**](/2.x-id/panduan-administrasi/admin-guide.md) — Untuk administrator platform: menginstal, mengonfigurasi, dan mengelola platform Chamilo.
* [**Panduan Pengembang**](/2.x-id/panduan-pengembang/developer-guide.md) — Untuk pengembang: memahami arsitektur, membangun plugin, menggunakan API, dan berkontribusi pada proyek.

## Apa yang Baru di Chamilo 2.0

Chamilo 2.0 adalah rilis utama dengan antarmuka yang didesain ulang sepenuhnya dan banyak fitur baru:

* **Antarmuka modern** — Dibangun dengan Vue 3 dan PrimeVue untuk pengalaman yang lebih cepat dan responsif
* **Alat bertenaga AI** — Menghasilkan latihan, jalur pembelajaran, dan mendapatkan penilaian berbantuan AI
* **REST API** — API berbasis API Platform lengkap dengan autentikasi JWT
* **Opsi autentikasi baru** — OAuth2 (Azure, Keycloak, Facebook), penyediaan pengguna SCIM
* **LTI 1.3** — Menghubungkan alat pembelajaran eksternal dengan mulus
* **Penyimpanan cloud** — Dukungan asli untuk Azure Blob, AWS S3, dan Google Cloud Storage
* **Tema warna** — Branding platform yang dapat disesuaikan dengan dukungan tema
* **Integrasi OnlyOffice** — Mengedit dokumen secara kolaboratif di dalam platform


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/2.x-id/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
