# Getting Started

## Signing up as a partner

The first integration step is to sign up on our platform \
Partner: [https://partner.advancly.com](https://partner.advancly.com/)[/signup](https://aggregator.advancly.com/signup). Once you have signed up successfully, login via Partner: [https://partner.advancly.com/login](https://partner.advancly.com/) and complete the onboarding process to be activated and perform live transactions. Prior to onboarding completion and  live account activation all partner activities will be performed on sandbox environment.

If you have any questions, please send a mail to <contactus@advancly.com>

## Needed URLs

Below are the URLs required for integration.

{% tabs %}
{% tab title="Sandbox Environment" %}

| Description     | URL                                                                                    |
| --------------- | -------------------------------------------------------------------------------------- |
| API             | [https://advancly-api-master2.staging.advancly.com](https://api-sandbox.advancly.com)  |
| Partner Login   | [https://advanclypartners-staging2.azureedge.net/login](https://partner.advancly.com/) |
| Borrower Login  | [https://advancly-borrower.staging.vggdev.com](https://borrower-sandbox.advancly.com)  |
| Widget Base URL | <https://borrower-sandbox.advancly.com/create-loan-account>                            |
| {% endtab %}    |                                                                                        |

{% tab title="Live Environment" %}

| Description             | Url                                                                                                                    |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| API                     | <https://api.advancly.com>                                                                                             |
| Lender/Aggregator Login | [https://spark.advancly.com](https://aggregator.advancly.com/)                                                         |
| Partner Login           | [https://partner.advancly.com](https://partner.advancly.com/)                                                          |
| Borrower Login          | [https://borrower.advancly.com](https://borrower.advancly.com/)                                                        |
| Widget Base URL         | [https://borrower.advancly.com/create-loan-account](https://advancly-borrower.staging.vggdev.com/create-loan-account') |
| {% endtab %}            |                                                                                                                        |
| {% endtabs %}           |                                                                                                                        |

## Integration Lifecycle&#x20;

Below are the various phases of the integration process on Advancly.&#x20;

| Stage | Description                                                                                                                                                    | Responsibility |
| ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| 1     | Signup on Advancly test environment.                                                                                                                           | Partner        |
| 2     | Chose an integration approach based on how your business is structured.                                                                                        | Partner        |
| 3     | Integrate based on the chosen integration method.                                                                                                              | Partner        |
| 4     | Confirm that integration has been done successfully.                                                                                                           | Advancly       |
| 5     | Finalise commercials and go live operations with the lender/aggregator.                                                                                        | Advancly       |
| 6     | Lender/aggregator production sign up, loan product(s) setup and notify lender on the completion of the go live processes.                                      | Advancly       |
| 7     | Lender/aggregator/partner deploys Advancly on its production web or mobile application using Advancly production parameters (url, aggregator ID, product IDs). | Partner        |
| 8     | Post go live support and monitoring of initial transactions.                                                                                                   | Advancly       |


---

# 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.advancly.com/master.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.
