> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/119-overleaf-plan-limits.md).

# Overleaf 套餐限制

Overleaf 是 [可免费使用的](/latex/zh-cn/zhi-shi-ku/093-is-overleaf-free-to-use.md)，不过，我们的 [高级方案](https://www.overleaf.com/plans) 提供若干 [附加功能](/latex/zh-cn/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-cn/zhi-shi-ku/044-github-synchronization.md) 或我们的 [Git 集成](/latex/zh-cn/zhi-shi-ku/040-git-integration.md)。超过这些大小的项目也许仍可正常运行，但保持在这些限制以内将为您带来最佳体验。

## 关于我们的高级方案的更多信息

我们的 [高级方案](https://www.overleaf.com/plans) 包括 Standard、Professional 和 Student 方案。我们也为团队和组织提供方案。除了更长的编译超时时间外，它们还提供 [附加功能](/latex/zh-cn/zhi-shi-ku/120-overleaf-premium-features.md) 例如 [项目历史记录](/latex/zh-cn/geng-duo-zhu-ti/49-using-the-history-feature.md), [修订跟踪](https://www.overleaf.com/track-changes-and-comments-in-latex) 以及与以下内容的集成： [Git 和 GitHub](/latex/zh-cn/zhi-shi-ku/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/zh-cn/zhi-shi-ku/034-dropbox-synchronization.md), [Zotero 和 Mendeley](/latex/zh-cn/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://ayakaleaf-pro.ayaka.space/latex/zh-cn/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.
