> 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/marketplace-integrations/web-embeds.md).

# Web Embeds

Bring a branded financial marketplace to your site with an Engine-powered embed.

* **Keep consumers in your experience**: iFrame in your experience avoids redirects or jarring transitions
* **Minimal engineering overhead:** Just a script tag + configuration; server-side updates need no code changes
* **Instant access to vetted offers**: Pre-curated catalog across Personal Loans, Credit Cards, Banking, Auto Insurance & more

### Embeddable Marketplaces

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>💸 Personal Loans</strong></td><td>Match consumers with personal loan offers directly on your page.</td><td><a href="/developer-center/marketplace-integrations/web-embeds/embeds.md">Lending Marketplace</a></td><td></td></tr><tr><td><strong>💳 Credit Cards</strong></td><td>Surface credit card offers directly on your page</td><td><a href="/developer-center/marketplace-integrations/web-embeds/credit-cards-marketplace.md">Credit Cards Marketplace</a></td><td></td></tr><tr><td><strong>🏦 Banking (Deposits)</strong></td><td>Consumers can explore banking and deposit account offers on your page.</td><td><a href="/developer-center/marketplace-integrations/web-embeds/banking-deposits-marketplace.md">Banking Marketplace</a></td><td></td></tr><tr><td><strong>🚗 Auto Insurance</strong></td><td>Embed a geo-aware widget to surface auto insurance offers directly on your page.</td><td><a href="/developer-center/marketplace-integrations/web-embeds/auto-insurance-marketplace.md">Auto Insurance Marketplace</a></td><td></td></tr><tr><td><strong>🏡 Mortgage</strong></td><td>Match consumers with purchase and refinance mortgage offers directly on your page.</td><td><a href="/developer-center/marketplace-integrations/web-embeds/mortgage-marketplace.md">Mortgage Marketplace</a></td><td></td></tr><tr><td><strong>✨ New Marketplaces</strong></td><td>Embed Engine's generic offers widget to support smaller verticals like Credit Builders, Earned Wage Access, and Debt Relief.</td><td><a href="/developer-center/marketplace-integrations/web-embeds/embeds-1.md">New Marketplaces</a></td><td></td></tr></tbody></table>


---

# 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/marketplace-integrations/web-embeds.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.
