> 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/references-and-tools.md).

# References & Tools

- [Top of Funnel Calculators](https://even-financial.gitbook.io/developer-center/references-and-tools/top-of-funnel-calculators.md): Integrate Embeddable Calculators onto your site to guide the user journey
- [Personal Loan Calculator](https://even-financial.gitbook.io/developer-center/references-and-tools/top-of-funnel-calculators/personal-loan-calculator.md): Integrate Calculators Into Your Site
- [Debt Consolidation Loan Calculator](https://even-financial.gitbook.io/developer-center/references-and-tools/top-of-funnel-calculators/debt-consolidation-loan-calculator.md): Integrate Calculators Into Your Site
- [Personal Loan vs Debt Relief Calculator](https://even-financial.gitbook.io/developer-center/references-and-tools/top-of-funnel-calculators/personal-loan-vs-debt-relief-calculator.md): Integrate Personal Loans vs Debt Relief Calculators Into Your Site
- [Savings Calculator](https://even-financial.gitbook.io/developer-center/references-and-tools/top-of-funnel-calculators/embeddable-calculators.md): Integrate Savings Calculators Into Your Site
- [Brand Guidelines and Assets](https://even-financial.gitbook.io/developer-center/references-and-tools/brand-guidelines-and-assets.md): How to represent Engine by Gen, and the assets you’ll need to do so.
- [Appendices](https://even-financial.gitbook.io/developer-center/references-and-tools/appendix.md)
- [Appendix A - Notices](https://even-financial.gitbook.io/developer-center/references-and-tools/appendix/a.md): Consumer Information Fields – Additional Compliance Recommendation And Best Practices
- [Appendix B - Disclosures](https://even-financial.gitbook.io/developer-center/references-and-tools/appendix/b.md): Disclosures
- [Appendix C - Consents](https://even-financial.gitbook.io/developer-center/references-and-tools/appendix/c.md): Consents
- [Appendix D: API Field to Offer Card Mappings](https://even-financial.gitbook.io/developer-center/references-and-tools/appendix/appendix-d-api-field-to-offer-card-mappings.md): This page contains screenshots of how offer response fields from the Engine API should be displayed in your UI.
- [Appendix F: Secured Loan Speedbump details](https://even-financial.gitbook.io/developer-center/references-and-tools/appendix/appendix-f-secured-loan-speedbump-details.md)


---

# 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/references-and-tools.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.
