AI financial agent with portfolio Q&A, budgeting, investment education, and personalized financial guidance
The Financial Advisor AI Agent framework is the AI prompt system for fintech companies, banks, wealth management platforms, and robo-advisors building AI agents that engage clients on financial topics at scale. Financial AI has the same fundamental challenge as legal AI: the boundary between education and regulated advice. This framework is built around that boundary. Every prompt is engineered to provide maximum financial value — portfolio analysis, budgeting, investment education, goal planning — while staying clearly on the education side of the investment advice line, with explicit disclaimers, fiduciary escalation triggers, and SEC/FINRA-aware response patterns. The result is an agent that genuinely helps users understand their finances, make better decisions, and engage more deeply with their financial platform — without creating regulatory liability.
Full Access Unlocked
All 56 prompts · All 7 modules
"The regulatory boundary architecture — the precise language distinguishing financial education from ..."
Chief Product Officer · Robo-advisor platform, $2.4B AUM
Need expert implementation?
Hire an OrchestratorConnect with a certified Prompt.Doctor Orchestrator to deploy this framework for you.
No coding required. You will use ChatGPT or Claude as your AI tool. Follow these steps in order — do not skip ahead.
Purchase & download the framework
Click the buy button on this page. After checkout, go to the and hit Download .zip. Unzip it — you'll get a .md file (the full framework) and a .pdf (easy to read reference). Keep both open.
Open your project — new or existing
This dashboard is designed to integrate into any existing project or be built as a standalone app. If you already have a site in Airo (or Cursor, Bolt, etc.), open that project. If you're starting fresh, create a new project. The Orchestrator Prompt handles both cases — it scans what's already there and adds only what's missing.
Paste the Orchestrator Prompt into your builder's chat
Open the on this page. Copy the Orchestrator Prompt and paste it into your AI builder's chat. It will scaffold the full admin system — secure login, email marketing module, booking engine, and CMS — on top of your existing codebase. This takes 2–5 minutes.
Add your API keys as secrets
Critical — Novice UsersIn your builder, go to Settings → Secrets and add the keys your app needs. For this framework: STRIPE_SECRET_KEY (for booking payments — get it from your Stripe dashboard), ANTHROPIC_API_KEY (for AI-assisted content — get it from console.anthropic.com), and DATABASE_URL (your MySQL connection string). No key is needed for the admin login, CMS, or email modules — those run on your existing infrastructure.
Don't have a MySQL server?
You can purchase a shared hosting plan with cPanel and MySQL at host.esgwon.dev. Once your account is set up, follow the step-by-step guide to create your database and connect it to your AI website builder.
How to set up cPanel MySQL & connect to your AI website →Need help with Stripe?
Get your STRIPE_SECRET_KEY and STRIPE_PUBLISHABLE_KEY from your Stripe dashboard. The guide covers test keys, webhook setup, and going live.
Need help with Anthropic?
Get your ANTHROPIC_API_KEY from console.anthropic.com. The guide covers model selection, cost management, and troubleshooting.
Prompting Airo after setup — always name the file
When asking Airo to add tables, columns, or features to the admin dashboard, always include src/server/lib/admin-db.ts in your prompt. Without it, Airo may target the wrong database. Example: "Add a bookings table in the admin database (src/server/lib/admin-db.ts) — do not touch any other database connection in this project."
Run the framework prompts inside your live app
Your app is now running in the builder's preview panel. Open the on this page, copy each prompt one at a time, and paste it into your builder's chat. Replace every [BRACKET] with your real data before sending. Work through the stages in order — each stage output feeds the next.
Test end-to-end, then publish or hand off to your client
Walk through the admin as a real user: log in, create a booking, send a test email campaign, update a CMS image, and run the Safe-to-Publish gate. Once everything passes, click Publish in your builder. Because this is a white-label dashboard, your client accesses it at /admin on their own domain — no Prompt.Doctor branding, no third-party login required.
7 modules · 56 prompts · 7 workflow stages
Portfolio Q&A Engine
Holdings explanation (what each position is and why it's in the portfolio), performance attribution (what drove gains/losses), asset allocation analysis (current vs. target), and rebalancing explanation
10 promptsBudgeting Agent
Income and expense intake conversation, 50/30/20 framework application, discretionary spending analysis, savings rate calculation, emergency fund assessment, and monthly budget summary generation
10 promptsInvestment Education
Asset class explainers (stocks, bonds, ETFs, REITs, alternatives), risk/return relationship, diversification principles, dollar-cost averaging, compound interest visualization, and tax-advantaged account comparison (401k, IRA, HSA)
10 promptsGoal-Based Planning
Goal capture (retirement age, target amount, home purchase timeline, education funding), savings rate calculator, contribution increase scenarios, and milestone tracking
9 promptsMarket Q&A
Index performance explanation, economic indicator education (CPI, Fed rate, yield curve), sector analysis framing, market volatility contextualization, and "what does this mean for my portfolio" educational responses
8 promptsRegulation-Aware Guardrails
Investment advice vs. investment education distinction, "past performance" disclaimer injection, personalized recommendation escalation to human advisor, SEC/FINRA disclosure templates, and suitability question triggers
5 promptsRobo-Advisor Onboarding
Risk tolerance questionnaire (time horizon, loss tolerance, income stability, investment experience), risk score calculation, model portfolio explanation, and account opening flow
4 promptsWrite a production-ready system prompt for a financial advisor AI agent for [FIRM NAME], a [FIRM TYPE: RIA/broker-dealer/fintech app]. The agent provides personalized financial guidance. Requirements: 1) Role: a financial education assistant — NOT a licensed financial advisor, cannot give personalized investment advice without proper licensing disclosures, 2) Financial literacy calibration: on first interaction, assess the user's financial knowledge level (beginner/intermediate/advanced) and calibrate response depth accordingly, 3) Goal collection: understand their financial goals (retirement, home purchase, debt payoff, emergency fund, investing), timeline, and current situation, 4) Guidance approach: explain concepts clearly, use analogies for complex topics, always show the math, 5) Regulatory compliance: include appropriate disclaimers, never guarantee returns, never recommend specific securities without proper licensing, 6) Escalation: for complex situations (estate planning, tax optimization, business finances), recommend consulting a licensed professional, 7) Prohibited: never predict market movements, never guarantee investment returns. Include 3 few-shot examples: budgeting question, investment question, retirement planning question.
Build a Node.js TypeScript retirement projection calculator API. Endpoint: POST /api/retirement/projection. Input: { currentAge, retirementAge, currentSavings, monthlyContribution, expectedAnnualReturn, inflationRate, desiredMonthlyIncome }. Calculations: 1) Future value of current savings at retirement, 2) Future value of monthly contributions at retirement, 3) Total projected nest egg at retirement, 4) Monthly income this nest egg can sustain (4% rule and custom withdrawal rate), 5) Inflation-adjusted monthly income in today's dollars, 6) Savings gap: if projected income < desired income, how much more to save monthly, 7) Sensitivity analysis: show projections at return rates of (expected-2%), expected, (expected+2%), 8) Year-by-year projection table for charting (age, balance, contributions, growth). Return structured JSON with all calculations and a plain-English summary paragraph. Include input validation with Zod.
You are a financial planning AI assistant. Analyze the following budget and create a debt payoff plan. Monthly income (after tax): $[AMOUNT]. Monthly expenses: [LIST CATEGORIES AND AMOUNTS]. Debts: [LIST DEBTS WITH BALANCE, INTEREST RATE, MINIMUM PAYMENT]. Analysis: 1) Budget breakdown: categorize expenses as needs/wants/savings, calculate % of income for each, compare to 50/30/20 rule, 2) Cash flow: monthly surplus/deficit after all expenses and minimums, 3) Debt payoff strategies: compare Avalanche (highest interest first) vs. Snowball (smallest balance first) — show total interest paid and payoff timeline for each, 4) Recommended strategy: which approach is better for this specific situation and why, 5) Month-by-month payoff schedule for the recommended strategy, 6) Freed-up cash flow: what happens to the budget after each debt is paid off, 7) Quick wins: 3 specific expense reductions that would meaningfully accelerate payoff. Show all math. Use specific numbers, not percentages.
system
15 prompts
workflow
14 prompts
prompts
18 prompts
templates
9 prompts
"The regulatory boundary architecture — the precise language distinguishing financial education from investment advice, the escalation triggers to human advisors, the disclaimer injection — is what our compliance team approved in one review. Every other framework we evaluated required months of legal back-and-forth."
Chief Product Officer
Robo-advisor platform, $2.4B AUM
"The budgeting agent prompts — income intake, 50/30/20 application, savings rate calculation — increased our financial wellness feature engagement by 4x. Users who engage with the budgeting agent have 2.3x higher product adoption across our platform."
Head of Digital Banking
Regional bank, 800K customers
All 56 prompts across 7 modules are unlocked for your account.
Lifetime access