Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Financial Analysis

Finance teams use Amodal to reconcile records across systems, explain metric anomalies, and monitor financial health. The agent connects to accounting and payment systems, loads financial analysis skills, and reasons about discrepancies with precision.

Reconciliation

User: "Reconcile yesterday's QuickBooks entries against Stripe"
 
Agent activates: Financial Reconciliation skill
  → Dispatches parallel task agents:
    1. Pull QuickBooks transactions for yesterday
    2. Pull Stripe charges and payouts for yesterday
    3. Load matching rules from KB
 
  → Matches records by amount, timestamp, and reference
  → Identifies 3 unmatched entries with explanations
  → Presents comparison table with discrepancy details

Anomaly Explanation

User: "Why is this month's revenue 15% below forecast?"
 
Agent activates: Anomaly Explanation skill
  → Gathers revenue data from QuickBooks
  → Pulls customer churn data from CRM
  → Checks for pricing changes, seasonal patterns
  → Correlates with marketing spend changes
 
  → Explains: "Two enterprise customers churned (accounting for 12%),
     combined with a seasonal dip (3%)"

Key Connections

SystemWhat It Provides
QuickBooksAccounting data, invoices, journal entries
StripePayment transactions, payouts, disputes
ShopifyCommerce data, orders, refunds
Excel / Google SheetsCustom reports, forecasts

Relevant Skills

  • Financial Reconciliation — match records across systems, explain discrepancies
  • Anomaly Explanation — identify why a metric deviated from baseline
  • Triage — prioritize financial alerts and exceptions