> 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/native-api-integrations/heloc/our-embed-partner-page-implementation.md).

# Our Embed/Partner Page Implementation

Offer display

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

We display loan terms clearly to the consumer and include a product description tooltip.

<figure><img src="https://lh5.googleusercontent.com/yUbL7zY7IarISZhcGcKojsMw1FtI1xuifQNnoczFoav9wX5g3ihkvcOmT1QrKe7sHc1HQrFKRVBT3ZTYHnUFIE_WqxZwWAEfl-pkSeq5dNY4WwvEsrzcHbUuY2l98HoV5iBlC-AiA7RCKJGL9xlOTYM" alt=""><figcaption></figcaption></figure>

On **HELOC** offers, we do not display a “Recommended” badge, even if it has the highest recommendation score.

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

**Avoiding the use of “recommended” as a sort option**

Normally, we allow the consumer to sort on “Recommended”

<figure><img src="https://lh3.googleusercontent.com/XYpiWx3uZS_CcpmbbfTafwQOqEIvPyEAWJf5MPKGNAiJk0N4xWDkiep1eskKVjp88MaL5onx60gBG0d3oFu88nzNu5QXYjfjf4fk6l34a6r9Np7qc9TETkh1_3gIfHKHsjlnWCES4pifLZQtMwQ47iA" alt=""><figcaption></figcaption></figure>

If a HELOC appears in the rate table, we change this label to refer to “Relevance”

<figure><img src="https://lh5.googleusercontent.com/zB2_gaQg-bEAnbFqX9o6phPLRxdL4FqXAmiTdqEkPZ5jmGgiPaisyRmGXXcX8V9W31J4PHWGLMyddvv6n66Y0vdrKlBAqh5YuPBeOvCP6upuGb0pMUYCe9W5EcpbCReUw6gmWbdNVIFRqeUpOjOCAXg" alt=""><figcaption></figcaption></figure>

In our Loans flow, we now display an NMLS registration number.

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


---

# 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/native-api-integrations/heloc/our-embed-partner-page-implementation.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.
