> For the complete documentation index, see [llms.txt](https://ja.docs.monaca.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ja.docs.monaca.io/faq/free-plan.md).

# Freeプラン

Monacaは、個人でのご利用および法人での非商用利用の目的に限り無料でもご利用いただけます。 Freeプランでも、プロジェクトの作成からアプリのビルドまでの作業を行うことができます。

### 利用できる機能

Freeプランでは以下の機能がご利用になれます。その他のプランは[こちら](https://ja.monaca.io/pricing-detail.html)をご確認ください。

<table data-header-hidden><thead><tr><th width="268.17378543933415"></th><th width="113.28019998998232" align="center"></th><th></th></tr></thead><tbody><tr><td>Monaca クラウドIDE</td><td align="center">○</td><td></td></tr><tr><td>Monaca CLI</td><td align="center">-</td><td></td></tr><tr><td>Monaca Localkit</td><td align="center">-</td><td></td></tr><tr><td>プロジェクト数</td><td align="center">3</td><td>プロジェクト数は3個</td></tr><tr><td>Monaca デバッガー</td><td align="center">○</td><td></td></tr><tr><td>デバッガー接続数</td><td align="center">1</td><td>同時接続台数は1台</td></tr><tr><td>クラウドビルド</td><td align="center">○</td><td>ビルドは3回/日</td></tr><tr><td>デバッグビルド</td><td align="center">○</td><td></td></tr><tr><td>リリースビルド</td><td align="center">-</td><td>アドホックやInHouseはご利用いただけません</td></tr><tr><td>iOSアップロード</td><td align="center">-</td><td></td></tr><tr><td>カスタムプラグイン</td><td align="center">-</td><td>コアプラグインのみ利用できます</td></tr><tr><td>プラグインバージョン選択</td><td align="center">○</td><td></td></tr><tr><td>プロジェクトエクスポート</td><td align="center">-</td><td>ファイルとフォルダのエクスポートもご利用いただけません</td></tr><tr><td>Cordovaバージョン選択</td><td align="center">○</td><td>最新2バージョンのみ</td></tr><tr><td>ストレージ</td><td align="center">250MB</td><td></td></tr><tr><td>プロジェクト自動退避</td><td align="center">○</td><td>180日以上ログインしていないアカウントを対象に、プロジェクト一式がアーカイブストレージに移動されます。移動後は、ダッシュボードから利用できなくなります。</td></tr><tr><td><p>自動退避された</p><p>プロジェクトの復旧</p></td><td align="center">-</td><td>復旧には、有償プランへのアップグレードおよびサポートチケット1枚が必要となります。</td></tr></tbody></table>


---

# 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://ja.docs.monaca.io/faq/free-plan.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.
