# Android Downloading

To download your app to an Android device:

1. Click the **Download** icon.
2. Select **Download Android**.

{% hint style="warning" %}
The number of monthly downloads you are allowed varies per [Thunkable plan](https://thunkable.com/pricing). This number resets when your next billing cycle begins
{% endhint %}

3. Enter your email address in the provided field
4. Click **Send**.

You will be sent an email with a link to download your app.

For some [Thunkable plans](https://thunkable.com/pricing), the number of monthly downloads varies per download type.

We offer two types of downloads for Android:

a. Testing downloads (expire after 72 hours)

b. Distribution downloads (these do not expire).

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

### Download Android App <a href="#download-android-app" id="download-android-app"></a>

When you receive the email with the download link:

1. Open the email on your Android device.
2. Click the **DOWNLOAD YOUR APK** button.

{% hint style="info" %}
Google Chrome's browser settings may prevent you from downloading the APK file. If you have an issue, open the email in Firefox or Safari and download your APK file.
{% endhint %}

3. Select your preferred browser.
4. Click **Download**.

#### Trust Thunkable <a href="#trust-thunkable" id="trust-thunkable"></a>

To install the app on your Android device, you must indicate that you trust Thunkable. To do that:

1. Open your Android device's **Settings** menu.
2. Navigate to **Lock Screen and Security**.
3. Set the **Unknown Sources** option to true.

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

In addition, you may be alerted that Play Protect has blocked an unsafe app. This is because you are downloading the app outside of the Play Store. If that is the case:

1. Select the APK file you downloaded to your device.
2. Click **Install**.
3. Click **More details**.
4. Click **Install anyway**.
5. Click **Open**.

<figure><img src="/files/7WReIAAnkloq3GTUVGO9" alt=""><figcaption></figcaption></figure>


---

# 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://aidocs.thunkable.com/downloading/android-downloading.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.
