# Advanced Money Coach AI Module

This module adds:
- AI Money Coach Dashboard
- Monthly Money Story generator
- Financial Discipline Score
- Overspending Alerts
- Goal Progress Tracking

## Files
- app/Services/MoneyCoachAI.php
- app/Services/MoneyCoachAnalytics.php
- public/money_coach_dashboard.php
- public/monthly_money_story.php
- public/goal_progress.php
- database/money_coach_module.sql
- config_example.php

## Setup
1. Import `database/money_coach_module.sql`
2. Copy service files into your app
3. Update `config_example.php` with your OpenAI API key and move values into your app config
4. Adjust table names/queries if your schema differs

## Expected existing tables
This module assumes you already have some version of:
- incomes
- expenses

If your schema differs, update the SQL queries inside `MoneyCoachAnalytics.php`.
