Skip to main content
Every mailbox uses one template that defines the shape of the extracted data. Pick it with the template chips in the mailbox editor: INVOICE, ORDER, or CUSTOM.

Invoice template

Order template

Each order line item: SKU matching — on Pro, your active catalog SKUs are provided to the model for every order line, so lines come back matched to real products. You can always correct a match in the inbox. See SKU Catalog and Inbox.

Custom template

Available on Pro and Custom plans. Define your own fields with the field builder as a JSON object:
Each field has a name, a type (text, number, and other simple types), and a description. The description is what the model reads, so write it like an instruction — say what the field is, where it lives in the document, and what to do when it’s missing.

Instructions for the model

Every template ships with sensible default extraction instructions. For mailbox-specific rules, use Instructions for the model in the mailbox editor — up to 4000 characters of free text. Good uses:
  • “All dates in these invoices are DD/MM/YYYY.”
  • “Ignore footer totals; the real total is in the summary table.”
  • “Tax is always 21% VAT unless the document states otherwise.”
The instructions add to the template defaults — you don’t need to repeat the template’s field rules.