# Quickstart

## Step 1: Create a Free Trial Account <a href="#create-account" id="create-account"></a>

To get started with Mogoplus sandbox, you need to create a free trial account. This will give you access to the portal where you can submit applications and download reports.

**You can register for a Free Trial Account** [**here**](https://console.dev.mogoplus.ai/signup.html)

{% hint style="info" %}
Please note that after signing up, you must verify your email address before you can log in.
{% endhint %}

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

### Sign In

If you are already registered, please sign in using this [link](https://console.dev.mogoplus.ai/login.html)

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

## Step 2: Submit Data and Get Reports

### Accessing MOGOPLUS portal to submit transaction data

After successful Sign in, you will have access to our portal.

<figure><img src="/files/SzWXydJ0wxY6swPtKVEp" alt=""><figcaption><p>Mogoplus portal homepage</p></figcaption></figure>

**There are 2 ways you can submit the data in order to get GoLend report:**

### **Option 1: By Uploading the CSV File** <a href="#csv-upload" id="csv-upload"></a>

This method allows you to upload transaction data directly through our web portal without any technical integration. Follow these steps:

1. **Create an application** by clicking the "New Application" button on our homepage
2. **Fill the form** with all the required information for the application
3. **Upload CSV file** with transaction data and submit the application
4. **Download the report** from the "View Reports" section on the homepage once processing is complete

For detailed CSV file format requirements and specifications, please refer to our [CSV Upload Guide](https://docs.mogoplus.ai/sandbox/instructions/csv-upload-guide).

#### Review the csv file data

Review screen will be shown. Click on Submit button to submit the transactions for processing.

<figure><img src="/files/ULQ8Yy1xi0sKhZmsjFCj" alt=""><figcaption><p>Review screen</p></figcaption></figure>

#### Submit the data for processing

Submission successful message will be shown after the data was submitted successfully

<figure><img src="/files/H9J9g2fjR1qPkQjJyMlw" alt=""><figcaption><p>Submission Success</p></figcaption></figure>

#### Download report

After clicking OK, you will be directed to the home page, where you can view the reports.

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

The report will be available once the data processing is complete. This process runs in the background, so you can continue working on other applications or navigate to other pages without waiting.

Clicking the download button will save the output file (JSON format) to your local machine.

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

You can view reports for submitted applications by expanding the "Review Application History" section.

<figure><img src="/files/UjUMwtp3lNtk7RQoOQm2" alt=""><figcaption><p>Application History</p></figcaption></figure>

### **Option 2: By Submitting Data through API** <a href="#api-integration" id="api-integration"></a>

For automated workflows and programmatic access, you can submit transaction data using our REST API. This method is ideal for high-volume processing and system integration.

1. **Generate API credentials** from our portal. Step-by-step instructions are available [here](https://docs.mogoplus.ai/sandbox/instructions/api-management)
2. **Submit the transaction data** using the API and fetch the report. The details related to schema and structure of data format are made available [here](https://docs.mogoplus.ai/sandbox/api-reference/api-endpoints)


---

# 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.mogoplus.ai/sandbox/getting-started/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.
