# Download App Package

In this chapter section, we will guide you through how you can take advantages of the app package download feature in Monaca Cloud IDE.

## Overview

The app package download feature is available on mobile devices. This feature is designed to easily install the results of builds performed by logged-in users on mobile devices. It is possible to manage build results across all projects owned by the logged-in user.

### Display login QR code in Monaca Cloud IDE

Access the [Monaca Cloud IDE dashboard](https://console.monaca.mobi/dashboard) from your PC.

Click `Download Package` in the dashboard header.

<figure><img src="/files/NQZI15ZLqS7MDjs8GWZ4" alt=""><figcaption><p>Click "Download Package"</p></figcaption></figure>

Scan the QR code in the displayed dialog using the camera function of your mobile device; the QR code is valid for one minute only.

<figure><img src="/files/qjrFho7ta8j9fM0ScbE8" alt=""><figcaption><p>Scan the QR code from your device</p></figcaption></figure>

### Access from Mobile Devices

Scan the QR code with your mobile device to log in to Monaca.&#x20;

The QR code used for login becomes invalid after login.

<figure><img src="/files/Iss9oXJSREblLpIcEn2H" alt=""><figcaption></figcaption></figure>

Build results are displayed according to the terminal platform.

Only iOS build results are displayed for iOS devices and Android build results are displayed for Android devices.

### Filtering Build Results

You can change the filtering criteria for the build results screen.

Tap the filter icon in the screen header.

![](/files/3LTpRNFpVyXtSk9ojsxD)　　　![](/files/QosLoDRAOz9rdMp8AJ9j)

Filter the build results by the following criteria. Please change the conditions and tap the `Apply` button.

| Item       | Description                                                                                                                           |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Project    | Select a project.                                                                                                                     |
| Build Type | <p><strong>iOS:</strong> </p><p>Debug/Debugger/Ad Hoc/In House <br><br><strong>Android:</strong><br>Debug/Debugger/Ad Hoc/Release</p> |
| Date       | This Week/This 3 Days/ 24 Hours                                                                                                       |

## Install App Package from Build Results

Tap the build result install icon. The app package will be installed on the device.

![](/files/3oN4zciH1Gh7O4ky6SL0)

### For iOS

Installation will begin and an icon will be created on the home screen.

### For Android

The apk file will start downloading. After downloading, open the apk file.

## Refresh the list of build results

To refresh the build result screen, tap the refresh icon in the screen header.

![](/files/dJpaf5PwAK73jKdOqJfM)

## Add App Package Download Feature to Your Home Screen

App package download feature can be added to the mobile device home screen for easy access.

### For iOS (Safari)

Tap the Share button on Safari.

![](/files/2SyJc0lGQbc5kbvF5Bzm)　　　![](/files/7ABwFlcR3dCYIK2CWUv7)

Tap the `Add` button.

![](/files/rgG8pKturVzZqVVZI2Jk)　　　![](/files/fdgYNmOC0kvIKEEtgyq1)

### For Android (Chrome)

Open the Chrome menu and tap `Add to Home screen`.&#x20;

![](/files/ckemR97quQ7mZ3uR9Tn6)　　　![](/files/EWRzlA2ly1fgkFLiDHnY)

Tap the `Add` button.

The `Monaca App` will be added to the Home screen.

![](/files/NLrXEt3ukmUFxToXpFEf)　　　![](/files/SIS6pAi1d6QzS499UYOA)


---

# 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/products_guide/monaca_ide/app-package.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.
