> 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/mobile-sdks/debt-relief.md).

# Debt Relief

Engine's Debt Relief Mobile SDK embeds the full debt relief journey directly inside your app. It's available as a native React Native integration.

## User Experience & Demo

![](/files/yGKyABV1C48024VnP9hT) ![](/files/tXqjuQJlLsGcN0sKHXeT)

![](/files/HqVdLbeOrSmrC7Ygytns) ![](/files/Xmt3LVBKVSu09HTiXy7h) ![](/files/61GTVujyn8nJnhzc7mBB) ![](/files/GWeT520XCWvQeOUIQf8o) ![](/files/D2hQ31yN0O26EjAIRZko) ![](/files/zhe8GlWl7Mj1H4uNXdDL) ![](/files/DF452pWleCAZP8Rmh8Ao) ![](/files/2xKyoGMCeQDW0oT4SdfR) ![](/files/rtpUlEAh8epbOKjlNyFm) ![](/files/oaHH4loPga5ccJhtAOcM)

## Connecting with Personal Loans

The Debt Relief Engine SDK is designed to match your consumer with the most suitable product. If the consumer does not appear to be a good fit for Debt Relief products, the SDK will automatically attempt to qualify them for a Personal Loan instead.

When a consumer meets both of the conditions below, the SDK will request additional Personal Loan fields to complete qualification:

* Requested amount is less than $5,000, and
* Self-assessed credit score is above 660

The additional Personal Loan fields are:

* Home-Owner vs Renter
* Education Level
* Employment Status
* Annual Income
* Social Security Number


---

# 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/mobile-sdks/debt-relief.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.
