# Monaca Cloud IDE Tutorial

Monaca Cloud IDE provides a browser-based development environment as a service. Right from your web browser, all of your Cordova development is done without any setup. Along with the [Monaca Debugger](https://docs.monaca.io/en/products_guide/debugger/), Live Preview (built-in function in Monaca Cloud IDE) allows you to easily check the progress of your apps during development.

Before getting started with this tutorial, you will need the following:

* a computer with internet connection
* \[optional] a smart mobile device (either iOS or Android) if you want to test on a real device

{% content-ref url="/pages/-MfWeAiZIDDoGsGtJOZA" %}
[Part 1: Starting a Project](/tutorials/monaca_ide/starting_project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAl\_eTHXuAl\_z-t2" %}
[Part 2: Running Monaca Debugger with Monaca Cloud IDE](/tutorials/monaca_ide/testing_debugging.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAjhshnfGvDVp9TN" %}
[Part 3: Building a Monaca App](/tutorials/monaca_ide/building_app.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAkSgtX9tvl\_aK1J" %}
[Part 4: Publishing a Monaca App](/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://en.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.
