# Uploading Your Build To Moropo

{% embed url="<https://youtu.be/ekl3tLNevg0>" %}
Watch the 30 second video guide
{% endembed %}

{% hint style="info" %}
Note: this step requires a `.apk` or `.app.zip` build file for your Android or iOS app.

For guidance on how to produce the correct build, please read each guide:

[Producing an Android Build](/uploading-your-app/producing-an-android-build.md)\
[Producing an iOS Build](/uploading-your-app/producing-an-ios-build.md)
{% endhint %}

Uploading your app to Moropo is straightforward:

1. Go to the builds page in your [Moropo dashboard](https://app.moropo.com/).
2. Press the **Upload New Build** button in the top-right corner.
3. Upload a `.apk` for Android or a `.app.zip` for iOS by either:
   1. Dragging and dropping the file from your file system into the upload box;
   2. or by pressing **Select File** and choosing the `.apk` or `.app.zip` from your file system.
4. Press **Upload Build**.
5. See the uploaded build in the list.

### How do I download a previously uploaded build?

On the right-hand side of each build is a download button; press this to down the `.apk` or `.app.zip` file to your downloads folder.

### How do I delete a build?

On the right-hand side of each build is a delete button; press this to remove the build from Moropo. Please note this action is permanent.  If you wish to use this build again, you must re-upload it to Moropo.


---

# 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.moropo.com/uploading-your-app/uploading-your-build-to-moropo.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.
