# App download page

## App download page Desktop

We are often asked what the download page looks like. It's simple, as soon as one of your users opens the installation link to your app on the desktop, he sees all the information about your app:

* App icon
* App title
* App version
* Build version
* Environment
* Date of Upload
* Release Notes

Your users will have the possibility to either download the .apk, .abb or .ipa file or scan the QR-code to be redirected to the mobile app download page.

![App downloadpage desktop](/files/coniVSrsLsRF7DOjdWvy)

## App download page mobile

All information about installing an app on your mobile phone you can find directly [here](/your-projects/distribution/install-a-build.md).

### Enterprise certificate expired

Updraft App Distribution shows an information to your users if the apple enterprise certificate has expired. They will not be able to download the app.

### Minimum OS not supported

Updraft App Distribution shows an information to your users if the minimum OS of your distributed app doesn't match with the required OS from your device. They will not be able to download the app.


---

# 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://docs.getupdraft.com/your-projects/builds/distribute-and-install-a-pre-release-version-of-your-app/app-download-page.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.
