Prompt tips

See the following topics for tips on configuring LLM-based methods:

MethodExample use caseNotes
List methodFor each vehicle in an auto insurance declaration, extract the VIN, model, and year.Extracts a list of data out of a document, where you don't know how the data are represented.
NLP Table methodFor each transaction in a bank statement table, extract the date and amount.Extracts a list of data out of a document, where you know they're in a table.
Query Group method"When does the policy period end?"
"What are the last 4 numbers of the account?"
Extracts a single fact or data point.

Notes

For layout-based extraction methods, see methods.