# Collection User Information for Savings

Engine by MoneyLion's Financial Services partners require a basic set of information in order to generate offers for the user. Here are the required fields:\\

| **Field Description** | **API Field Name**                  | **Example Response** | **Notes**                                                                   |
| --------------------- | ----------------------------------- | -------------------- | --------------------------------------------------------------------------- |
| Zip Code              | personalInformation.zipcode         | 10011                | Offers are only eligible for US Citizens                                    |
| Deposit Amount        | savingsInformation.minDepositAmount | 2500                 | This is the amount the consumer will deposit into the account upon creation |

For deposit amounts we suggest asking your users to select their amounts by ranges. Engine by MoneyLion has chosen the following ranges and the value to pass to our API:

* Less than $1000 (value to pass API $999)
* $1,000 - $5000 (value to pass API $2500)
* More than $5,000 (value to pass API $5001)

An example of how Engine by MoneyLion collects the user information can be seen here:

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


---

# Agent Instructions: 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:

```
GET https://even-financial.gitbook.io/developer-center/native-api-integrations/savings/information-collection-for-savings-offers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
