> 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/old-articles-keep-for-posterity/customization.md).

# Frond-End Customization Options

Customize the look and feel of your loans partner page experience.

All Partner Pages can be co-branded with your company logo and colors to deliver a seamless customer journey. The headline is also customizable (with Engine by MoneyLion compliance approval).

## Cobrand Example

All Partner Pages can be co-branded with your company logo and colors to deliver a seamless customer journey. The headline is also customizable (with Engine by MoneyLion compliance approval).

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FyBiYeUnN06scqjm20tXg%2Fimage.png?alt=media&amp;token=9ad5f6f8-154d-4a13-a7d6-dce5d1924db8" alt=""><figcaption></figcaption></figure>

### Marketplace Entrypoints

There are two different experiences for users to start the initial step:

* **Explore Page:** displays static preview offers from Engine by MoneyLion’s network of financial institution partners as the first step of the user experience. Offers can be sorted by credit rating, ZIP code, loan purpose, and amount. Users can click into a static offer to begin filling out the form. Preview Step is recommended for partners who want to utilize offer values and financial institution brand equity to encourage users to enter the flow.
* **Search Funnel:** displays the first question of the form (i.e., “Why do you need a loan?”). Using the Form Step, users can begin filling out the form immediately. Form Step is recommended for partners who want to maximize funnel efficiency and minimize the number of clicks in the user flow.

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FRi4TmuYpQHASrFbJqYLK%2Fimage.png?alt=media&amp;token=6f36124f-458f-429c-91b5-f0fb05bdaced" alt=""><figcaption><p>Preview Step</p></figcaption></figure>

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2Fl9HYaUriBJanXy7ibRv5%2Fimage.png?alt=media&amp;token=72e84133-7f07-4d3e-bc8d-c5a959c8686f" alt=""><figcaption><p>Form Step</p></figcaption></figure>

### The Results Page

After completing and submitting the form, users are shown offers for which they are pre-approved or pre-qualified. Users can sort offers in a variety of ways, including by APR, term length, and “recommended,” the latter of which relies on Engine by MoneyLion’s Rec Score to rank offers by likelihood of conversion.

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FW62yHm9OtS5blyaWkKBe%2Fimage.png?alt=media&amp;token=d048c813-1a20-480b-a385-7a874f84f89e" alt=""><figcaption></figcaption></figure>

## Selecting the Auto-Redirect Option

Auto-Redirect is an option that allows users who receive pre-approved or pre-qualified offers to be automatically redirected to the top offer (powered by Engine by MoneyLion’s Rec Score) displayed on their Results Page after 10 seconds. Auto-Redirect is recommended for partners who prefer to streamline the user experience.


---

# 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/old-articles-keep-for-posterity/customization.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.
