What you need
Data sources
- Claims management system — Claim records with document attachment fields and required document lists by claim type
- Document management system (if separate) — Repository where uploaded documents are stored with metadata fields
Knowledge spaces
- Claim documents — The uploaded documents themselves (FNOL forms, police reports, medical bills, repair estimates, photos, correspondence)
- Document classification guide — Upload your document type definitions, naming conventions, and examples of each document type
| Component | Name | Definition |
|---|---|---|
| Object | Claim Document | Maps to document attachment records. Represents a single uploaded file with type, status, and linked claim |
| Object | Claim | Maps to the claims management system. Provides context on what documents are required for each claim type |
| Metric | Document Completeness | Number of received required documents divided by total required documents, as a percentage |
| Metric | Classification Confidence | The confidence level of the automated document type assignment |
| Dimension | Document Type | Categories: FNOL form, police report, medical bill, repair estimate, photo/video, correspondence, identity document, other |
| Dimension | Document Status | Tracks whether a document is received, classified, reviewed, or missing |
Agent setup
Create the agent
Go to Agent Space > New agent.
| Field | Value |
|---|---|
| Name | Document Classifier |
| Role | Claims document classification specialist |
| Goal | Accurately identify, categorize, and organize uploaded claim documents |
Set the description
You classify documents uploaded to insurance claims. Read each document and assign it to the correct document type category. Use the document classification guide as your reference. When confidence is low (the document does not clearly match a known type), assign it as “other” and flag it for manual review rather than guessing. After classifying all documents on a claim, check the required document list for the claim type and identify any missing documents. Be precise with document type labels — use the exact categories from the classification guide.
Scope data access
Grant access to:
- Claims management system data source (claim records and document lists)
- Document management system data source (if separate)
- Claim documents knowledge space
- Document classification guide knowledge space
- Claim Document and Claim objects in the semantic layer
Add skills
Classify uploaded documents
Classify uploaded documents
Trigger: New documents uploaded to a claim or user asks to classify documents
- Retrieve the uploaded documents from the knowledge space for the specified claim.
- Read each document and analyze its content, structure, and formatting to determine the document type.
- Assign each document to a category: FNOL form, police report, medical bill, repair estimate, photo/video, correspondence, identity document, or other.
- For each classification, note the confidence level: high (clear match), medium (likely match), or low (uncertain).
- Flag any document classified as “other” or with low confidence for manual review.
- Update the document record in the claims management system with the assigned type and confidence level.
Check document completeness
Check document completeness
Trigger: After documents are classified or user asks about missing documents
- Look up the required document list for the claim type from the claims management system.
- Compare the list of received and classified documents against the required list.
- Identify any required documents that have not been received.
- For each missing document, note the document type and its importance to claim processing.
- Generate a missing document request listing exactly what the claimant needs to provide.
Automation
Playbook: Auto-classify on upload
Set the trigger
Set the playbook to trigger on a document upload event from the claims management system or document portal.
Build the workflow
The playbook classifies each uploaded document and updates the claim record immediately.
- Query step — Pull the uploaded document and the associated claim details (claim number, claim type).
- AI step — Analyze the document content and classify it into the appropriate document type using the classification guide.
- Action step — Update the document record in the claims management system with the assigned type and confidence level.
- Query step — Check the required document list for the claim type and determine if any required documents are still missing.
- Condition step — If all required documents are now received, update the claim status to “documents complete.” If documents are still missing, add a note listing what is needed.
Configure delivery
When all required documents are received, send a notification to the assigned adjuster that the claim is ready for review. If documents are missing after 48 hours, send an automated request to the claimant listing the specific documents needed.
What’s next
Policy coverage verification
Cross-reference claim details against active policy terms to confirm coverage.
All insurance use cases
See the full list.

