# General Compliance Guidelines

Engine by MoneyLion has created these guidelines and best practices for implementing a legally compliant API Integration. Unless otherwise stated, the guidelines and best practices that follow are recommendations only. Nothing contained in this Native API Integration Guide should be considered legal advice. Please consult your internal Legal & Compliance Departments, or outside counsel, for guidance specific to your business.

{% content-ref url="compliance/consumer-information-fields" %}
[consumer-information-fields](https://even-financial.gitbook.io/developer-center/native-api-integrations/savings/compliance/consumer-information-fields)
{% endcontent-ref %}

{% content-ref url="compliance/disclosures" %}
[disclosures](https://even-financial.gitbook.io/developer-center/native-api-integrations/savings/compliance/disclosures)
{% endcontent-ref %}

{% content-ref url="compliance/consents" %}
[consents](https://even-financial.gitbook.io/developer-center/native-api-integrations/savings/compliance/consents)
{% endcontent-ref %}

{% content-ref url="compliance/offer-display-fields" %}
[offer-display-fields](https://even-financial.gitbook.io/developer-center/native-api-integrations/savings/compliance/offer-display-fields)
{% endcontent-ref %}

{% content-ref url="../../references/appendix" %}
[appendix](https://even-financial.gitbook.io/developer-center/references/appendix)
{% endcontent-ref %}


---

# 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/compliance.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.
