> 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/ja/narejjibsu/119-overleaf-plan-limits.md).

# Overleafプランの制限

Overleafは [無料で利用できます](/latex/ja/narejjibsu/093-is-overleaf-free-to-use.md)、ただし、当社の [プレミアムプラン](https://www.overleaf.com/plans) は多くの [追加機能を](/latex/ja/narejjibsu/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、または使用時には100 MB未満です [GitHub同期](/latex/ja/narejjibsu/044-github-synchronization.md) または当社の [Git 連携](/latex/ja/narejjibsu/040-git-integration.md)。これらのサイズを超えるプロジェクトでも動作する場合がありますが、この上限内に収めると最良の体験が得られます。

## 当社のプレミアムプランの詳細

私たちの [プレミアムプラン](https://www.overleaf.com/plans) には、Standard、Professional、Studentプランが含まれます。グループおよび組織向けのプランもご用意しています。より長いコンパイルタイムアウトに加えて、これらは [追加機能を](/latex/ja/narejjibsu/120-overleaf-premium-features.md) たとえば [プロジェクト履歴](/latex/ja/sononotopikku/49-using-the-history-feature.md), [変更履歴](https://www.overleaf.com/track-changes-and-comments-in-latex) および以下との連携 [GitとGitHub](/latex/ja/narejjibsu/041-git-integration-and-github-synchronization.md), [Dropbox](/latex/ja/narejjibsu/034-dropbox-synchronization.md), [ZoteroとMendeley](/latex/ja/narejjibsu/073-how-to-link-zotero-to-your-overleaf-account.md).

Standard、Professional、Studentプランでは、加入者がプロジェクトに複数の共同編集者を招待することもできます。Studentサブスクリプションでは1プロジェクトあたり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/ja/narejjibsu/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.
