What is a Policy?
A policy is a set of verification rules written in natural language that defines what Omni should check and how it should evaluate documents. Omni’s NLP Workflow Generator converts your policy into an executable verification pipeline.Writing a Policy
Policies are written as plain-text instructions that describe your verification requirements. Example policy for KYB:Policy Best Practices
Be specific about verification steps
Be specific about verification steps
Clearly list each verification action. The more specific your policy, the more accurate the engine selection and orchestration.
Define pass/fail criteria
Define pass/fail criteria
Specify what constitutes a successful verification versus a failure. This helps Omni’s AI Decision Making engine produce clear Approve/Reject/Flag outcomes.
Reference document types explicitly
Reference document types explicitly
Mention the exact document types you expect (e.g., “passport”, “business registration certificate”) so Omni can optimize engine selection.
How Policies Are Executed
Engine Mapping
The system maps each verification step to the appropriate AI engines from the engine catalog.
DAG Construction
The Identity Agent constructs a Directed Acyclic Graph (DAG) that determines the optimal execution order.