> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/id/basis-pengetahuan/119-overleaf-plan-limits.md).

# Batas paket Overleaf

Overleaf adalah [gratis untuk digunakan](/latex/id/basis-pengetahuan/093-is-overleaf-free-to-use.md), namun, berbagai rangkaian kami dari [paket premium kami](https://www.overleaf.com/plans) menyediakan sejumlah [fitur tambahan](/latex/id/basis-pengetahuan/120-overleaf-premium-features.md):

|                                                          | paket Gratis  | Paket Premium |
| -------------------------------------------------------- | ------------- | ------------- |
| Batas waktu kompilasi                                    | 10 detik      | 240 detik     |
| Jumlah maksimum berkas per proyek                        | 2000          | 2000          |
| Ukuran maksimum materi yang dapat diedit per proyek      | 7 MB          | 7 MB          |
| Ukuran maksimum untuk satu berkas teks yang dapat diedit | 2 MB\*        | 2 MB\*        |
| Ukuran maksimum unggahan individual                      | 50 MB         | 50 MB         |
| Ukuran maksimum proyek                                   | Tak terbatas† | Tak terbatas† |
| Jumlah maksimum proyek                                   | Tak terbatas  | Tak terbatas  |

\* Beberapa berkas yang lebih besar mungkin tetap dapat diedit dalam keadaan tertentu. Namun, untuk memastikan bahwa sebuah berkas tetap dapat diedit, Anda sebaiknya membatasi ukurannya hingga 2 MB atau kurang.

† Tidak ada batas yang diberlakukan pada ukuran total proyek. Namun, Anda mungkin akan menemukan beberapa keterbatasan teknis saat bekerja dengan proyek yang sangat besar. Kami merekomendasikan ukuran proyek maksimum 500 MB, atau kurang dari 100 MB jika menggunakan [sinkronisasi GitHub](/latex/id/basis-pengetahuan/044-github-synchronization.md) atau layanan kami [integrasi Git](/latex/id/basis-pengetahuan/040-git-integration.md). Proyek di atas ukuran ini mungkin masih berfungsi, tetapi tetap berada dalam batas ini akan memberi Anda pengalaman terbaik.

## Selengkapnya tentang paket Premium kami

Kami [paket premium kami](https://www.overleaf.com/plans) mencakup paket Standard, Professional, dan Student. Kami juga menawarkan paket untuk kelompok dan organisasi. Selain batas waktu kompilasi yang lebih lama, paket-paket tersebut menyediakan [fitur tambahan](/latex/id/basis-pengetahuan/120-overleaf-premium-features.md) seperti [riwayat proyek](/latex/id/topik-lainnya/49-using-the-history-feature.md), [lacak perubahan](https://www.overleaf.com/track-changes-and-comments-in-latex) dan integrasi dengan [Git dan GitHub](/latex/id/basis-pengetahuan/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/id/basis-pengetahuan/034-dropbox-synchronization.md), [Zotero dan Mendeley](/latex/id/basis-pengetahuan/073-how-to-link-zotero-to-your-overleaf-account.md).

Paket Standard, Professional, dan Student juga memungkinkan pelanggan untuk mengundang lebih dari satu kolaborator ke proyek mereka: 6 kolaborator per proyek untuk langganan Student, 10 untuk langganan Standard, dan jumlah tak terbatas untuk langganan Professional.

Lihat [halaman paket kami](https://www.overleaf.com/plans) untuk ikhtisar paket yang tersedia.


---

# 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://overleaf-pro.ayaka.space/latex/id/basis-pengetahuan/119-overleaf-plan-limits.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.
