Selecting Documents
In the document list, each row has a checkbox on the left. Click a checkbox to select that document. Selected documents are highlighted.Selecting Multiple Documents
The selection count appears at the top of the list: “14 documents selected”.
Available Batch Actions
Once documents are selected, the batch action bar appears at the top of the list with the available actions:Batch Approve
Sets all selected documents to Approved status in one click. Best used after a review session where you’ve checked several documents individually and are confident they’re correct. Select the reviewed documents, click Approve All, and they’re all locked simultaneously.Batch Export
Sets all selected documents to Export status, triggering the outbound webhook for each document. Use this for end-of-day or end-of-week processing runs — approve a batch of invoices, then select all approved and batch-export to push them all to QuickBooks or Xero at once.Batch Move
Moves all selected documents to a different contact or folder.- Select the documents
- Click Move
- Choose the destination contact and folder
- Confirm
Batch Delete
Permanently deletes all selected documents and their files.Batch Archive
Moves all selected documents to Archived status, removing them from the default document list view. Archived documents are still accessible via Advanced Search with the Archived status filter. Use batch archive at period-end to move processed and exported documents out of the active queue.Batch Operations and Filters
Batch operations work on the currently visible documents in the list — whatever is shown after applying your current filters. This makes it easy to batch-act on a specific subset: Example — batch approve all high-confidence invoices from this month:- Filter the document list: Contact = All, Status = Needs Review, Date = this month, Profile = Standard Invoice
- Sort by Confidence Score descending
- Visually confirm the top results look correct
- Click Select All
- Click Approve All
Batch Operations via the Rules Engine
For recurring batch operations that happen on a schedule or condition, consider automating them with the Rules Engine instead of doing them manually:- Auto-approve when
confidence_score >= 90andstatus = Needs Review - Auto-archive when
status = Approvedanddoc_date < 90 days ago - Auto-export when
status = Approvedandcontact_name = "Trusted Vendor"