How AI Features Work Without Seeing Your Personal Data
AskAI sends only aggregate spending summaries to AI — never transaction details or personal data. Here's how we protect your privacy.
“Does OpenAI see my salary?” — that’s the question most people ask when they hear about AI features in a finance app. It makes sense. You’re nervous about sending financial data anywhere. You should be.
Here’s the honest answer: No — OpenAI and Google see aggregated spending category totals, never your individual transactions, merchant names, or personal details.
This post explains exactly what gets sent, what stays private, how the consent system works, and why we designed it this way.
The Concern (It’s Valid)
When you see the word “AI” in a finance app, your instinct is right to pause. Most people know that AI companies use data to train and improve their models. That’s how AI works — it learns from data. So if you tell an AI “I spent ₹2,00,000 last month,” you might worry:
- Does OpenAI now know my income?
- Are they training a model on my spending habits?
- Could they use this data for something I didn’t consent to?
- Is my financial data now sitting on OpenAI’s servers?
These are legitimate concerns. This post explains the architecture decision we made to make AI features safe for Indian users without compromising your privacy.
The Architecture: Aggregate-Only Data Flow
MyFam360 has two AI-powered features:
- AskAI — Chat with an AI assistant about your finances (“Am I saving enough?” / “Which category is draining my budget?”)
- AI Insights — Automated observations about your spending (e.g. “Your food delivery spending is unusually high this month”)
Both of these features operate on the same principle: only aggregated, category-level summaries are sent to the AI provider. Individual transaction details never leave your device.
Here’s what actually happens under the hood:
What Gets Sent
When you ask AskAI a question or request a new insight, MyFam360 prepares a minimal payload that looks like this:
{
"summary_period": "March 2026",
"total_income": ₹2,00,000,
"total_expense": ₹1,40,000,
"savings_rate": "30%",
"category_breakdown": [
{ "name": "Food & Dining", "amount": ₹35,000, "pct_of_budget": "92%", "trend": "+18% vs Feb" },
{ "name": "Groceries", "amount": ₹12,000, "pct_of_budget": "75%", "trend": "-5% vs Feb" },
{ "name": "Rent", "amount": ₹40,000, "pct_of_budget": "100%", "trend": "no change" }
],
"saving_goals": [
{ "name": "Emergency Fund", "progress": "62%", "monthly_contribution": "₹12,000" }
]
}
What Never Gets Sent
❌ Individual transactions (no “₹1,500 spent at Swiggy on March 15”) ❌ Merchant names (no “Swiggy”, “Zomato”, “Amazon”) ❌ Transaction descriptions (no “Dinner with client” or “Birthday gifts”) ❌ Account numbers or exact balances (only aggregates) ❌ Payment method details (no “spent ₹5,000 via Credit Card”) ❌ Names of other family members ❌ Your email address or phone number
The AI provider sees the category-level forest, never the individual-transaction trees.
Why Aggregate-Only Protects You
This design choice — sending only aggregates — serves two purposes:
1. Privacy by Design
Even if OpenAI or Google’s servers were compromised tomorrow, a breach would reveal category spending totals, not personal transaction details. The attack surface is minimized because personal details were never sent in the first place.
2. Regulatory Compliance
Under India’s DPDP Act 2023, sending raw personal financial data to a foreign AI company requires:
- Explicit user consent ✅ (you see a consent screen before first use)
- A Data Processing Agreement ✅ (MyFam360 has signed DPAs with OpenAI and Google)
- Purpose limitation ✅ (data is used only for your own insights, never for model training)
- Data minimization ✅ (only aggregates sent, not personal details)
By sending only aggregates, we reduce regulatory risk and give you stronger privacy guarantees than most AI-powered finance apps.
How Consent Works
AI features are off by default. You cannot accidentally send data to an AI provider without knowing about it.
When you first try to use AskAI or enable AI Insights, you see this screen:
Use AI Features?
This feature sends anonymized spending summaries (not your personal details) to an AI provider to generate insights.
What’s Shared:
- Category spending totals and trends
- Budget adherence percentages
- Savings goal progress
- What’s NOT shared:
- Individual transactions
- Merchant names
- Transaction descriptions
- Personal identifiable information
[View Privacy Policy] [Enable] [Cancel]
You must click Enable explicitly. It’s not pre-checked, not hidden in Settings, not buried in a terms acceptance. It’s a direct question: “Do you want this?” followed by exactly what that means.
When you consent, a timestamp and audit record is saved in your account (see Settings > Privacy > Consent History).
How to Revoke Consent
If you change your mind, you can disable AI processing anytime:
Settings → Privacy → AI Processing → Toggle Off
When you toggle off:
- No new data is sent to the AI provider ✅
- Historical AI insights remain visible in your app (they were generated from your aggregate data before revocation) ✅
- The revocation is immediate ✅
The “Why” Behind This Design
You might wonder: Why go to this trouble? Why not just send the data and move on?
Three reasons:
-
Trust is the constraint. The #1 reason people don’t use finance apps is fear of data misuse. We want you to feel safe, not monitored. Aggregate-only data flow is a hard technical commitment that proves this.
-
Indian law. DPDP Act Section 6 requires purpose-limited, minimized data processing. This design satisfies it.
-
Good engineering. It turns out that you don’t need personal transaction details to generate useful insights. Category totals, trends, and patterns are enough. Sending more data would just add noise and risk.
Common Questions
Q: Can I see what aggregate data will be sent before I consent?
A: Yes. The consent screen shows the exact categories of aggregate data. You can also review what was sent in Settings > Activity Log > AI Processing.
Q: Does this mean AI insights are less useful?
A: No. Category-level insights are actually more valuable than transaction-level noise. “Your food delivery spending is 23% higher than usual” is actionable because it’s based on pattern-level data, not individual purchases.
Q: What if MyFam360 gets acquired by another company?
A: Your consent to send data to OpenAI/Google remains tied to those specific providers. An acquisition would not automatically allow your data to be sent to new processors. Any change to data processors would require new consent.
Q: Is this compliant with GDPR if I use MyFam360 from Europe?
A: Yes. GDPR Article 5(1)(c) requires data minimization — sending only necessary data. Aggregates satisfy this. GDPR Article 6 requires lawful basis (consent in this case). Your explicit AI consent covers this.
Q: Are there any plans to send more detailed data to AI providers in the future?
A: No. Data minimization is a core architectural principle for MyFam360, not a temporary limitation. Sending detailed transaction data would require both a technical redesign and explicit new consent from every user.
What This Means for You
- ✅ You can use AI features (AskAI, AI Insights) without worrying that your personal financial details are being exposed
- ✅ You control whether you want AI processing at all — it’s off by default
- ✅ You can see exactly what data is sent and revoke consent anytime
- ✅ Your income, exact spending amounts, and transaction descriptions stay on MyFam360’s servers — never sent externally
- ✅ This is compliant with India’s DPDP Act, GDPR (if you’re in EU), and privacy best practices
AI should enhance your financial awareness, not compromise your privacy. That’s the commitment behind this design.
Questions about privacy? Email support+privacy@myfam360.com or submit feedback through Settings > Help > Give Feedback > Privacy Question.
See Also
Take control of your family finances — free
MyFam360 lets your whole family track expenses, set budgets, and hit savings goals together. Free to start, no credit card needed.
Free plan available · No credit card required · Cancel anytime
Frequently Asked Questions
Does OpenAI or Google see my individual transactions when I use AskAI?
No. AskAI sends only aggregated spending summaries to the AI provider — never your individual transactions, merchant names, or descriptions. For example, it sends 'Food Delivery: ₹9,200 (March total, +23% vs February)' but never 'Spent ₹1,500 at Swiggy on March 15'. Individual transaction data never leaves MyFam360's servers.
What exactly gets sent to the AI provider?
Only aggregate category totals: the category name, your spending total for that category in the current period, percentage change from the previous period, and frequency of spending (daily/weekly/monthly pattern). Nothing transaction-specific, nothing identifiable, nothing tied to a date or merchant. The AI provider sees spending patterns, not spending details.
How do I opt into AI features?
AI features (AskAI and AI Insights) are off by default in MyFam360. The first time you try to use either feature, a consent screen appears: 'This feature sends anonymized spending summaries (not your personal details) to an AI provider to generate insights. [View what's shared]'. You must explicitly consent before any data is sent. You can revoke this consent anytime in Settings > Privacy > AI Processing.
Can I revoke AI consent after I've already used the feature?
Yes. Go to Settings > Privacy > AI Processing and toggle off 'Allow AI feature data processing'. Revoking consent immediately stops all future AI data processing. Historical AI insights remain visible in your app (they were generated from your data before revocation) but no new data is sent to the AI provider.
Is this data processing DPDP Act compliant?
Yes. MyFam360 has signed Data Processing Agreements (DPAs) with OpenAI and Google covering AI data processing. All processing is covered under explicit consent (which you give before first use), purpose-limited (financial insights only, never for model training or advertising), and minimized (aggregates only, never personal details). These obligations are documented in our Privacy Policy.
What if I don't want to enable AI features?
You don't have to. AI features are completely optional. MyFam360 works fully on the Free plan without any AI features enabled. You can track expenses, set budgets, view reports, and manage your family finances without ever enabling AskAI or AI Insights.
Share this article
Related Articles
7 Days of Everything, Unlocked — Why We Built the Auto-Trial
A 7-day Family+ trial activates automatically after onboarding, with no credit card. Here's what unlocks, what changes on expiry, and why we built it.
19 Apr 2026
App GuideExplore MyFam360 Before Entering a Single Rupee
Explore a realistic MyFam360 demo before entering your own financial data. Here's what's inside the Experience Org and why this flow exists.
19 Apr 2026
App GuideWhat Happens When You Connect Your Bank Account
Account aggregators let you securely link your bank account to MyFam360. Here's exactly how the process works and what data you're sharing.
19 Apr 2026