# Quickstart

### Prerequisite

You need a Google Cloud account in order to purchase MOGOPLUS **products** from Google marketplace.

If you **do not have** a Google Cloud account go [here](/mogoplus/before-getting-started/setting-up-google-cloud-account.md#if-you-do-not-have-a-google-cloud-account).&#x20;

If you **already have** a Google Cloud account, please make sure you are aware of the following [requirements](/mogoplus/before-getting-started/setting-up-google-cloud-account.md#if-your-organisation-already-has-a-google-cloud-account).&#x20;

### Sign Up

After subscribing to our product on [Google Marketplace](https://console.cloud.google.com/marketplace/product/mogoplus-global/mogoplus), you will be redirected to our Sign-Up page.

*If you have already signed up, skip this and go to the*[ *Sign In*](#sign-in) *Step.*

<figure><img src="/files/6uZvSyNayigkJmcOUzZH" alt=""><figcaption><p>Sign Up Form. Enter your details and click Sign Up.</p></figcaption></figure>

<figure><img src="/files/8F4IcouMUQCEnuptuvta" alt=""><figcaption><p>Choose the Google Account that you want to sign-up with and continue.</p></figcaption></figure>

You will now be able to Sign In.

### Sign In

Our Sign In page is [here](https://console.live.mogoplus.ai/login.html).

<figure><img src="/files/N89odpvEAO1GS1gBaW6R" alt=""><figcaption><p>Sign In Page after you clicked on Sign in with Google</p></figcaption></figure>

### Accessing MOGOPLUS home page to submit transaction data

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

<figure><img src="/files/eTi4K8fzX5kfDhAyiv2k" alt=""><figcaption><p>Console view for a logged in user.</p></figcaption></figure>

To submit a new application, click "NEW APPLICATION." This will open the applicant details page. Fill in the customer's information and upload a CSV file containing their transactions. Click on the REVIEW button.

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

A sample CSV file, along with the required columns, is shown below.&#x20;

{% file src="/files/LzRsDGo6aU7kH4BdN9qn" %}
Sample Transactions File, please notice the columns and format
{% endfile %}

Below is a summary of the three columns used in the CSV:

* **TRAN\_DATE**: The date of the transaction, formatted as DD/MM/YYYY, YYYYMMDD or YYYY-MM-DD
* **AMOUNT**: The transaction amount, with negative values indicating a debit.
* **NARRATIVE**: A description of the transaction.

You can use your own CSV file or use the above provided sample file for testing.

If you are using your own CSV files, please ensure that they do not contain any Personally Identifiable Information (PII) and that they adhere to the MOGOPLUS prescribed format.

#### Key information regarding the csv files format:

Your CSV file can include additional columns (e.g., Account Number, Balance, Merchant Name), but only the data in the three columns specified above will be processed. All other columns will be ignored.

*<mark style="color:orange;">**Note**</mark>*<mark style="color:orange;">: Please note that CSV is the only supported file format for uploads as of now</mark>

### 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 csv file 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 track the progress of the data being processed.

<figure><img src="/files/riqboqICWiw7fGv9o5zT" 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.

<figure><img src="/files/9RL1zfr5tDfAVNvLJvhs" alt=""><figcaption></figcaption></figure>

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>


---

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