# Monaca クラウド IDE チュートリアル

Monaca クラウド IDEは、ブラウザベースの開発環境をサービスとして提供します。 あなたの Web ブラウザから、あなたの アプリ開発はすべてセットアップなしで完了します。 [Monaca デバッガー](/products_guide/debugger.md) に加えて、Live プレビュー (Monaca クラウド IDE の機能）を使用すると、開発中のアプリの進捗状況を簡単に確認することができます。

このチュートリアルを始める前に、下記が必要になります。

* \[オプション] スマートデバイス ( iOS または Android 端末 )。端末上で検証を行う場合には必要となります。

{% content-ref url="/pages/-MfWrbJekAfuWiLvAVHN" %}
[パート 1 : プロジェクトの作成](/tutorials/monaca_ide/starting_project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbNjuoWPWSqJFTPQ" %}
[パート 2 : Monaca クラウド IDE と Monaca デバッガーとの連携](/tutorials/monaca_ide/testing_debugging.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbLeZBxQFeh1BsL\_" %}
[パート 3 : Monaca アプリのビルド](/tutorials/monaca_ide/building_app.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbMSu79qfhyi1L2W" %}
[パート 4 : Monaca アプリの配布申請](/tutorials/monaca_ide/publishing_app.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://ja.docs.monaca.io/tutorials/monaca_ide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
