> For the complete documentation index, see [llms.txt](https://even-financial.gitbook.io/developer-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://even-financial.gitbook.io/developer-center/welcome.md).

# Welcome!

We are excited to start our partnership with you! As one of our partners, you get immediate access to generate personalized offers within the loans and savings verticals. The Engine by MoneyLion platform helps you maximize revenue and provide a better experience for your users leveraging our search, comparison and recommendation engine.

Through Engine by MoneyLion, you'll be able to connect your users with financial products (loans, savings, etc) using any of our Embeddable Integrations options or through your own user experiences leveraging our Native API. We have a network of 1,000+ partners through across both channels to acquire customers as well as financial services providers to originate products.

{% hint style="info" %}
**About our Mobile SDKs:** Engine's Mobile SDKs render the Engine journey either **natively** (React Native Personal Loans) or through a cross-platform **Web Wrapper** that embeds Engine's web-based flow inside a native `WebView` (Flutter, iOS, Android, and the React Native Web Wrapper). Either way it's a full in-app experience configured and tracked through native props and event callbacks — see [Mobile SDKs](/developer-center/embeddable-integrations/mobile-sdks.md) for details.
{% endhint %}

{% content-ref url="/pages/Gpm0RtnRNoLuHjvFRZqb" %}
[Embeddable Integrations](/developer-center/embeddable-integrations/top-of-funnel-calculators.md)
{% endcontent-ref %}

{% content-ref url="/pages/1FoEYzGHzU2o6Lf1pSk1" %}
[Hybrid API Integrations](/developer-center/hybrid-api-integrations/offer-wall-api-integrations.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/QX6wgRrWroljfkZv7FAJ" %}
[Channel Partner Reporting](/developer-center/channel-partner-reporting/engine-analytics-api.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://even-financial.gitbook.io/developer-center/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
