# Deploy

Provides access to Test and Deployment of your Project to several platforms. It also gives access to launch MIS Communicator.

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-M9xvpOYVvqiH4hlD6a6%2F-M9xw1UwKTuDJqxiymCq%2FK%20-%20Menu%20-%20Deploy.png?alt=media\&token=4290f338-2347-4fa8-816d-6e558982b8fb)

In greater detail, the options, by section, are as follows:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAa5MjBEu9z38gmqWQf%2F-MAaZqSNcsrQUQC37fhk%2FDEploy%201.PNG?alt=media\&token=dff69aba-444b-4d6e-b300-7945d07e6f15)

* **Test on Simulator** - Allows you to debug your Project on Kalipso's Simulator.
* **Test on Windows 10** - Allows you to launch your app locally if running on Windows 10

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAa5MjBEu9z38gmqWQf%2F-MAaZtfJIvDwetf48MPb%2FDeploy%202.PNG?alt=media\&token=9b2b19c0-bd66-4023-9575-14e0a6cbfad5)

* **Test on Mobile/CE** - Allows you to deploy your Project to an USB attached Windows Mobile/CE device.
* **Test on Phone 10** - Allows you to deploy your Project to an USB attached Windows Phone 10 device.
* **Test on Android** - Allows you to deploy your Project to an USB attached Android device.
* **Test on IOS** - Allows you to deploy your Project to an USB attached IOS device.

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAa5MjBEu9z38gmqWQf%2F-MAaZx8bPnXyyAtj5sHp%2FDeploy%203.PNG?alt=media\&token=bda58575-2880-4734-94d8-9bccffd6b2b4)

* **Create Executable** - Allows you to create your app's executable for Windows Mobile, Windows CE or Desktop.
* **Create Folder** - Allows you to create a deployed folder of your application, ready to paste on a Windows Mobile, Windows CE or Desktop device.
* **Create APPX** - Allows you to create your app's executable for Windows 10
* **Create APK** - Allows you to create your application's Android installation package.
* **Create IPA** - Allows you to create your application's iOS package generation scripts folder.
* **Create Upgrade** - Allows you to create your application's update file which can be used to dynamically update the app on the device in runtime. See more information [here](https://doc.sysdevmobile.com/kalipso5/deploying/deploy/update).
* **Create Component** - Allows you to create a Component, which is a file that can be linked to another Project to provide access to the selected features. See more information [here](https://doc.sysdevmobile.com/kalipso5/deploying/deploy/component).

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAa5MjBEu9z38gmqWQf%2F-MAaZzylNJMu5qAi41HD%2FDeploy%204.PNG?alt=media\&token=9d1b1603-7034-442a-9f33-0e70cf9d58e5)

* **Launch MIS** - Opens MIS Communicator.

{% hint style="success" %}
To learn more about the **MIS Communicator** click [here](https://doc.sysdevmobile.com/miscommunicator/)
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/using/environment/menu/deploy.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.
