# Download Your App

## Overview

Downloading your app to test it before release is a critical phase in the app development process. It's an essential step in delivering a high-quality product to end-users and maintaining the app's integrity throughout its lifecycle.

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

You can download your app for the following platforms:

{% content-ref url="/pages/1sVS4qN5puLyIWPQLUfQ" %}
[Download Your App on iOS](/settings/manage-your-projects/download/iosdownload.md)
{% endcontent-ref %}

{% content-ref url="/pages/di7iLvcwC8jjBjvX2eB3" %}
[Download Your App on Android](/settings/manage-your-projects/download/download.md)
{% endcontent-ref %}


---

# 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.thunkable.com/settings/manage-your-projects/download.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.
