Automation¶
Automate document processing with AI-powered rules and workflows.
Availability
Automation features are available on Pro, Team, and Enterprise plans.
Quick Links¶
Overview¶
Archivus automation features handle repetitive document tasks automatically, freeing you to focus on higher-value work.
Automation Features¶
Document Rules¶
Create rules that automatically process documents when uploaded:
- Auto-route - Move documents to correct folders
- Auto-tag - Apply tags based on content
- Auto-classify - Categorize by document type
- Auto-notify - Alert team members
Workflows¶
Create multi-step automated workflows:
- Classification - Identify document types
- Extraction - Pull key data (amounts, dates, names)
- Routing - Move to appropriate folders
- Notification - Alert relevant team members
Use Cases¶
Finance¶
Invoice Processing:
- Upload invoice
- AI extracts vendor and amount
- Routes to vendor-specific folder
- Tags with "invoice", vendor name, month
- Notifies AP team
Legal¶
Contract Management:
- Upload contract
- AI identifies contract type
- Extracts parties, dates, amounts
- Routes to appropriate subfolder
- Tags with type, client, expiration
- Creates calendar reminder for expiration
HR¶
Resume Processing:
- Upload resume
- AI extracts candidate info
- Categorizes by role
- Routes to hiring manager folder
- Tags with skills, experience level
- Notifies hiring manager
Operations¶
Policy Management:
- Upload policy document
- AI identifies policy type
- Extracts effective dates
- Routes to compliance folder
- Tags with department, policy type
- Notifies relevant team
Getting Started¶
Create Your First Rule¶
- Go to "Automation" → "Rules"
- Click "New Rule"
- Configure:
- Trigger: When document is uploaded
- Condition: If document type is "invoice"
- Action: Move to "Invoices" folder and tag "pending"
- Click "Create"
- Upload test document to verify
Create Your First Workflow¶
- Go to "Automation" → "Workflows"
- Click "New Workflow"
- Add steps:
- Step 1: Classify document
- Step 2: Extract key data
- Step 3: Route to folder
- Step 4: Notify team
- Test workflow
- Activate
Common Automations¶
Auto-Routing by Type¶
Goal: Automatically route documents to correct folder based on type
Rule:
- Trigger: Document uploaded
- Condition: Type is "contract"
- Action: Move to "/Legal/Contracts" folder
Auto-Tagging by Content¶
Goal: Automatically tag documents based on content
Rule:
- Trigger: Document uploaded
- Condition: Contains "urgent" or "priority"
- Action: Add tag "urgent"
Notify on Important Documents¶
Goal: Alert team when important documents arrive
Rule:
- Trigger: Document uploaded
- Condition: Type is "invoice" AND amount > $10,000
- Action: Notify finance team
Extract and Route¶
Workflow:
- Extract vendor name from invoice
- Create folder "/Invoices/{vendor}" if doesn't exist
- Move invoice to vendor folder
- Tag with vendor name and month
- Notify AP team
Automation Limits¶
By plan:
| Plan | Rules | Workflows | Workflow Steps |
|---|---|---|---|
| Pro | 5 | 2 | 5 |
| Team | 25 | 10 | 10 |
| Enterprise | Unlimited | Unlimited | Unlimited |
Best Practices¶
Rule Design¶
Good Rules
- Specific conditions - Target specific document types
- Single purpose - One rule, one task
- Test thoroughly - Verify with test documents
- Name clearly - Descriptive rule names
Workflow Design¶
Good Workflows
- Logical flow - Steps in logical order
- Error handling - Handle failures gracefully
- Not too complex - Keep workflows simple
- Well documented - Document workflow purpose
Monitoring¶
- Review regularly - Check automation logs
- Adjust as needed - Refine rules based on results
- Monitor costs - Track AI credit usage
- Test changes - Always test before activating
Monitoring Automation¶
Activity Dashboard¶
View automation activity:
- Go to "Automation" → "Activity"
- See recent executions
- Filter by:
- Rule/workflow
- Status (success/failure)
- Date range
- View execution details
Execution Logs¶
Detailed logs for each execution:
- Timestamp
- Trigger
- Conditions evaluated
- Actions taken
- Result (success/failure)
- Error messages (if any)
Troubleshooting¶
Rule Not Triggering¶
Check:
- Rule is active (not paused)
- Conditions are correct
- Trigger matches document
- No conflicting rules
- Check execution logs
Workflow Fails¶
Common issues:
- Missing data for extraction
- Folder doesn't exist
- Insufficient permissions
- API rate limit reached
Solution: Check logs for specific error
Wrong Results¶
If automation produces wrong results:
- Review rule conditions
- Test with sample documents
- Adjust conditions
- Re-test before activating
AI Credit Usage¶
Automation uses AI credits:
| Operation | Credits |
|---|---|
| Document classification | 1 |
| Data extraction | 2 |
| AI condition evaluation | 1 |
| Notification | Free |
| Routing | Free |
Next Steps¶
- Create Rules - Set up your first automation rule
- Build Workflows - Create multi-step workflows
Tip
Open Archivus and automate your first task!