InsightWorker Logo

Claims File Prep & Triage

Build a complete claims file from inbound documents, validate against policy, and route to the right adjuster.

← All use cases
Insurance — Claims
P&C carriers, MGAs, TPAs
FNOLOCRpolicyclaims routing

The problem

  • First Notice of Loss (FNOL) arrives by email, fax-scan, or carrier portal — every channel different.
  • Junior adjuster manually creates the claims file, indexes documents, looks up policy by name + DOL.
  • Coverage check is done eyeball-on-PDF — easy to miss exclusions, sublimit triggers, named perils.
  • Routing to specialty adjusters is by gut feel; mis-routes cost days.

How InsightWorker handles it

1
Detect new FNOL emails, group attachments by claim. search_emails · read_emails
2
claims-file-prep skill normalises filenames, OCRs scans, builds the standard folder structure. claims-file-prep skill
3
policy-comparison skill cross-checks the loss against the bound policy — coverage, sublimits, exclusions. policy-comparison skill
4
Route to the right adjuster queue based on line-of-business + severity flags. send_email · custom routing rules
5
Draft a coverage-position letter with placeholders for adjuster review. create_docx · email-draft-reply

Sample prompt

"New FNOL from broker XYZ for policyholder ABC — prep the claims file and check coverage."
Deliverables: claim_<id>/ folder · coverage_position_draft.docx · routing_decision.md · evidence_index.md
Prefer the browser?
Run this in InsightStudio — no CLI install for the user.

Authors publish the app once with iw app publish; business users open it in the marketplace and click Run. Your worker box does the execution.

Visit InsightStudio →

Try this use case yourself

Free trial available — CLI, Desktop, VS Code, and the new --worker mode for InsightStudio. See download for details.

Download Free Trial