> 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/embeddable-integrations/top-of-funnel-calculators.md).

# Top of Funnel Calculators

Embeddable Calculators are part of the Engine by MoneyLion network, enabling you to entice users to proceed to the next step in their journey with an easy integration and minimal technical requirements, and featuring customizable branding for a consistent user experience.

Engine by MoneyLion offers an easy-to-implement solution that fits effortlessly into your site, allowing you to customize the experience with your own branding and content. Whether it’s for blog pages or product highlights, our calculator is designed to boost user engagement and guide them toward informed financial decisions.

Please see the following sections for info on available Embeddable Calculators, depending on your desired user journey.

{% content-ref url="/pages/DzW1E7CHfmgHvTW3S8UL" %}
[Personal Loan Calculator](/developer-center/embeddable-integrations/top-of-funnel-calculators/personal-loan-calculator.md)
{% endcontent-ref %}

{% content-ref url="/pages/kMyj75Cz4CJOLwsqquSm" %}
[Debt Consolidation Loan Calculator](/developer-center/embeddable-integrations/top-of-funnel-calculators/debt-consolidation-loan-calculator.md)
{% endcontent-ref %}

{% content-ref url="/pages/L20blt59MLQpeRI2riSo" %}
[Personal Loan vs Debt Relief Calculator](/developer-center/embeddable-integrations/top-of-funnel-calculators/personal-loan-vs-debt-relief-calculator.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/d1qs6fwEzoPheaLTcAFE" %}
[Appending Client Tags for Reporting & Attribution](/developer-center/channel-partner-reporting/appending-client-tags-for-reporting-and-attribution.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/embeddable-integrations/top-of-funnel-calculators.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.
