Skip to content
LogoLogo

Finance

Use case 1: Invoice and receipt extraction

SettingValue
GoalExtract structured data from an invoice or receipt.
OutputJSON: supplier, invoiceNumber, issueDate, dueDate, currency, lineItems[], subtotal, tax, total
InstructionsReturn only fields present in the document. Never infer a value. Set a field to null rather than guessing. Flag when the line items do not sum to the total.
ToolsGoogle Drive or Gmail to fetch, Google Sheets to write
ModelA smaller model is usually enough. Test both.

Use case 2: Policy and control question answering

SettingValue
GoalAnswer questions about internal finance policy, spend approval thresholds and expense rules.
Knowledge baseFinance policy, delegation of authority matrix, expense policy, procurement rules
InstructionsAnswer only from policy. Always quote the clause. If a question is about a specific transaction rather than policy, say so and route to the finance team.
ToolsSlack to answer in a finance help channel

Use case 3: Contract and pricing review

SettingValue
GoalCompare a customer contract against our standard commercial terms and list every deviation.
Knowledge baseStandard terms, approved discount bands, revenue recognition policy
OutputJSON: { clause, standard, proposed, risk, requiresApproval } list

Use case 4: Month end variance narrative

SettingValue
GoalTurn a variance table into a written commentary for the management pack.
SkillsA "Management reporting style" skill defining tone, structure and length
ToolsGoogle Sheets to read, Google Docs to write
InstructionsExplain only variances above the materiality threshold. Never speculate on a cause that is not in the supporting notes.

Governance for finance

RequirementSetup
Segregation of dutiesBuilders create agents. A separate approver group holds Admin on production agents.
Immutable evidenceThe audit log is append only, with the actor's role recorded as it was at the time.
Cost controlA model allowlist plus per run cost in traces.
Four eyes on paymentsNever grant a payment tool. Have the agent draft, and let a human execute.
Access reviewExport the audit log filtered to sharing and role changes each quarter.