# Personal Loans

Welcome to Engine by MoneyLion’s Native API Integration Guide for the Loans Marketplace. This document contains everything needed to integrate with Engine’s platform and match users with offers from Financial Services partners. The guide will cover how to build a complete and compliant user experience, how to post information to and retrieve offers from Engine’s API, and answer the most common questions around integrating with Engine.

{% content-ref url="/pages/5wR0ZU2lNe0b7J7uWFq4" %}
[Collecting User Information for Personal Loans](/developer-center/native-api-integrations/personal/collecting-user-information.md)
{% endcontent-ref %}

{% content-ref url="/pages/GpAHOgE9rXM5MzCdz0Qa" %}
[Displaying Personal Loan Offers](/developer-center/native-api-integrations/personal/displaying-offers.md)
{% endcontent-ref %}

{% content-ref url="/pages/JYjiamPsooz3ILhxHPxC" %}
[API Specifications](/developer-center/native-api-integrations/personal/api-specifications.md)
{% endcontent-ref %}

{% content-ref url="/pages/YkcqjgZ9Rljknl30hndj" %}
[FAQs](/developer-center/native-api-integrations/personal/faq.md)
{% endcontent-ref %}


---

# 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://even-financial.gitbook.io/developer-center/native-api-integrations/personal.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.
