> For the complete documentation index, see [llms.txt](https://docs.moropo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moropo.com/quickstart.md).

# Quick Start

### Step One: Get a Moropo Account

Head to the Moropo sign-up form and fill in the fields - you'll receive the URL directly from Moropo.&#x20;

<div align="left"><figure><img src="/files/yRDTXPQsyILCpjFLkmuj" alt=""><figcaption></figcaption></figure></div>

### Step Two: Add Your App

Click on the top-left menu and press the *add new app* button.

![](/files/n9Z4EaMHl1IHoMkoS4V4)

Then add your App Name and Press "Save App"

![](/files/ztICC0OsvhaF76fAXHJg)

### Step Three: Upload a Build

Click on the BUILDS button on the side menu

![](/files/dVKjkKWs03Aa8FC8ssTY)

Then UPLOAD NEW BUILD button

![](/files/TQtRoyEypBDpffZqsMtJ)

Drag and drop or select your build and press upload.

It should be a *.app* file for iOS or a *.apk* for Android

![](/files/4YQJ246RJjsrCAAqIWJn)

### Step Four: Creating your first test

Click on TESTS in the sidebar

![](/files/EV2tuOSmoKSEtHodjgIy)

Then click on WRITE TEST

Press SAVE to start to validation and do the first test run

![](/files/4ApPQ85nyqtzhnSMYgrl)

Watch the live stream as the first test run comes back

![](/files/hX5tKQXpaM9XF8jgu37I)

Congratulations - you've run your first test! 🎉


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/quickstart.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.
