# Remote Building and Publishing

Inside the `Remote Build`, there are some important functions such as:

* **Building application**: Choose a specific platform (among Android,

  iOS and Windows) to build.
* **Building configuration**: Configure the necessary information regarding

  the application and build for each platform.
* **Project dependencies**: Include the necessary dependencies

  ([Cordova plugins](https://en.docs.monaca.io/products_guide/monaca_cli/dependencies/cordova_plugin), [JS/CSS Components](https://en.docs.monaca.io/products_guide/monaca_cli/dependencies/components) and [Service Integration](https://en.docs.monaca.io/reference/service_integration)) used by the project.

At this point, we assume that you have successfully developed a complete application. Then, you can try building your app and installing it on your device. Once the app development and testing are completed, your app is ready for the market submission. Before releasing or distributing your app into the markets (App Store, Google Play, ...), you will need to create a release build of your app.

Please refer to the following documentation on how to build and distribute your app according to each platform:

* [Building Monaca Apps](https://en.docs.monaca.io/tutorials/monaca_cli/building_app)
* [Publishing Monaca Apps](https://en.docs.monaca.io/tutorials/monaca_cli/publishing_app)

See Also:

* [Monaca CLI Tutorial](https://en.docs.monaca.io/products_guide/monaca_cli/tutorial)
* [Monaca CLI Overview](https://en.docs.monaca.io/products_guide/monaca_cli/overview)
* [Project Dependencies](https://en.docs.monaca.io/products_guide/monaca_cli/dependencies)
* [Monaca CLI Commands](https://en.docs.monaca.io/products_guide/monaca_cli/cli_commands)
* [Pairing and Debugging](https://en.docs.monaca.io/products_guide/monaca_cli/pairing_debugging)
* [Troubleshooting Guide](https://en.docs.monaca.io/products_guide/monaca_cli/troubleshooting)
