> 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/zh-tw/zhi-shi-ku/119-overleaf-plan-limits.md).

# Overleaf 方案限制

Overleaf 是 [可免費使用](/latex/zh-tw/zhi-shi-ku/093-is-overleaf-free-to-use.md)，不過，我們的各項 [付費方案](https://www.overleaf.com/plans) 提供多項 [額外功能](/latex/zh-tw/zhi-shi-ku/120-overleaf-premium-features.md):

|                | 免費方案   | 付費方案   |
| -------------- | ------ | ------ |
| 編譯逾時           | 10 秒   | 240 秒  |
| 每個專案的檔案數上限     | 2000   | 2000   |
| 每個專案可編輯內容的大小上限 | 7 MB   | 7 MB   |
| 單一可編輯文字檔的大小上限  | 2 MB\* | 2 MB\* |
| 單次上傳的大小上限      | 50 MB  | 50 MB  |
| 專案大小上限         | 無限†    | 無限†    |
| 專案數量上限         | 無限     | 無限     |

\* 在某些情況下，部分較大的檔案仍可能保持可編輯。不過，為了確保檔案保持可編輯，您應將其大小限制在 2 MB 或以下。

† 專案總大小沒有強制上限。不過，在處理非常大型的專案時，您可能會遇到一些技術限制。我們建議專案大小上限為 500 MB，若使用 [GitHub 同步](/latex/zh-tw/zhi-shi-ku/044-github-synchronization.md) 或我們的 [Git 整合](/latex/zh-tw/zhi-shi-ku/040-git-integration.md)。超過這些大小的專案或許仍可運作，但維持在這些限制內將可獲得最佳體驗。

## 更多關於我們的付費方案

我們的 [付費方案](https://www.overleaf.com/plans) 包括 Standard、Professional 和 Student 方案。我們也提供適合團隊與組織的方案。除了較長的編譯逾時外，它們還提供 [額外功能](/latex/zh-tw/zhi-shi-ku/120-overleaf-premium-features.md) 例如 [專案歷史](/latex/zh-tw/geng-duo-zhu-ti/49-using-the-history-feature.md), [追蹤變更](https://www.overleaf.com/track-changes-and-comments-in-latex) 以及與 [Git 和 GitHub](/latex/zh-tw/zhi-shi-ku/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/zh-tw/zhi-shi-ku/034-dropbox-synchronization.md), [Zotero 和 Mendeley](/latex/zh-tw/zhi-shi-ku/073-how-to-link-zotero-to-your-overleaf-account.md).

Standard、Professional 和 Student 方案也允許訂閱者邀請多位協作者加入其專案：Student 訂閱每個專案可有 6 位協作者，Standard 訂閱可有 10 位，而 Professional 訂閱則可有無限位。

請參閱 [方案頁面](https://www.overleaf.com/plans) 以了解可用方案的概覽。


---

# 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/zh-tw/zhi-shi-ku/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.
