> 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/panduan-administrasi/admin-guide/integrations/onlyoffice.md).

# OnlyOffice

Integrasi **OnlyOffice** memungkinkan pengguna untuk mengedit dokumen (Word, Excel, PowerPoint) langsung di browser dalam Chamilo, tanpa perlu mengunduhnya.

## Apa yang Disediakan oleh OnlyOffice

* **Pengeditan dokumen** — Edit file .docx, .xlsx, .pptx di browser
* **Kompatibilitas format** — Kompatibilitas penuh dengan format Microsoft Office
* **Tidak perlu perangkat lunak desktop** — Semuanya berjalan di browser

> Pengeditan kolaboratif secara real-time bergantung pada OnlyOffice Document Server itu sendiri; plugin Chamilo membuka dan menyimpan dokumen melalui server tetapi tidak menambahkan atau membatasi kemampuan tersebut.

## Konfigurasi

1. Instal **OnlyOffice Document Server** di server Anda (atau gunakan layanan cloud OnlyOffice)
2. Di pengaturan platform Chamilo, konfigurasi:
   * **URL OnlyOffice Document Server** — Alamat server OnlyOffice Anda
   * **Kunci rahasia** — Untuk komunikasi aman antara Chamilo dan OnlyOffice
3. Aktifkan integrasi

## Cara Kerjanya

Setelah dikonfigurasi, pengguna akan melihat opsi **Edit dengan OnlyOffice** saat melihat jenis dokumen yang didukung di alat Dokumen. Mengkliknya akan membuka dokumen di editor OnlyOffice dalam antarmuka Chamilo.

Perubahan akan disimpan kembali ke penyimpanan dokumen Chamilo secara otomatis.

## Tips

* **Server terpisah direkomendasikan** — Seperti BigBlueButton, OnlyOffice Document Server sebaiknya dijalankan di server sendiri untuk performa terbaik
* **HTTPS diperlukan** — Baik Chamilo maupun OnlyOffice harus disajikan melalui HTTPS agar integrasi dapat berfungsi
* **Periksa format** — OnlyOffice bekerja paling baik dengan format Office (.docx, .xlsx, .pptx). Format lain mungkin memiliki dukungan pengeditan yang terbatas.


---

# 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/panduan-administrasi/admin-guide/integrations/onlyoffice.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.
