Result outcomes
Link (primary)
A link completion occurs when a user completes Ignition by sharing their policy from a verified data source.Typically, this means
the user has connected their insurance carrier account and Axle has pulled the policy data directly from the insurance carrier, but can also include other methods of direct data access to the insurance carrier.
Manual (backup)
A manual completion occurs when the user submits their own data, either by uploading documents or entering insurance information directly.This can occur when a user cannot connect to their insurance account or the insurance carrier is not supported by Axle.
Manual configuration choices
There are a few options that can be enabled for manual completions:-
Document AI: The user uploads documents, and then Axle’s Document AI extracts the policy details from the document automatically. Document AI supports the following document types:
- ID Cards typically contain the core policy details, but omit detailed policy information such as coverages and third parties.
- Declarations Pages (which include new business documents, renewal declarations, etc.) typically contain the full policy details, but users may not be familiar with where to locate this document and may need to be guided to their insurance account or an email from their insurance agent.
Document AI Push-through: After multiple attempts, if we are still unable to extract data from the user’s uploaded document and unable to process it, Axle will use the Document AI push-through flow. The original source file is accepted as uploaded. The policy will be created with carrier set to “Other” and minimal or no data fields. See the sandbox testing guide for details on how to test this flow. - Policy Form: The user manually fills out a short form with key policy details and uploads any necessary documents. This option should only be used when collecting documents that are NOT yet supported by Axle’s Document AI (e.g., external rental waivers, commercial documents, non-US insurance carriers).
- Credit Card Policy Form: The user enters information to help locate their credit card-based rental car coverage. This should only be enabled for rental car operators.
How each manual completion type impacts the Policy object
The fields available on an Axle Policy object depend on how the Ignition session was completed. The following sections detail which fields are typically available (or missing) for each manual completion type.Document AI — ID Card
Document AI — ID Card
ID cards provide core policy details but do not include coverages, third parties, or premium information.Fields typically available:
carrierpolicyNumberisActiveeffectiveDateexpirationDateaddresspropertiesinsuredsdocuments
premiumcoveragesthirdParties
Example Policy
Document AI — Declarations Page
Document AI — Declarations Page
Declarations pages typically provide the most complete policy data of all manual completion types. Most fields will be populated, though availability depends on the specific document.Fields typically available:
carrierpolicyNumberisActiveeffectiveDateexpirationDatepremiumaddresspropertiescoveragesinsuredsthirdPartiesdocuments
- Varies by document — some may omit
thirdPartiesor specific insured details likedateOfBirthYearandlicenseNo
Example Policy
Document AI — Push-through
Document AI — Push-through
When Document AI is unable to extract data after multiple attempts, Axle falls back to the Document AI push-through flow. The original source file is accepted, and the Policy is created with minimal data.Fields typically available:
carrier(set to"Other")documents
policyNumberisActive(undefined)effectiveDateexpirationDatepremiumaddresspropertiescoveragesinsuredsthirdParties
Example Policy
Policy Form
Policy Form
When a user fills out the policy form manually, only the fields entered by the user will be present. Most detailed policy fields will be missing.Fields typically available:
carrierpolicyNumbereffectiveDateexpirationDatedocuments
isActive(undefined)premiumaddresspropertiescoveragesinsuredsthirdParties
Example Policy
Credit Card Policy Form
Credit Card Policy Form
Credit card policies contain very limited data since the user is providing credit card-based rental car coverage information. Nearly every standard policy field will be missing.Fields typically available:
carrierdocuments
policyNumberisActive(undefined)effectiveDateexpirationDatepremiumaddresspropertiescoveragesinsuredsthirdParties
Example Policy
result and resultDetail on Policy and Account objects
Every Policy and Account objects contain fields that indicate how insurance information was obtained for each Axle entity. result appears on Policy only and is an Ignition completion type that describes the high-level Policy outcome. resultDetail appears on both Policy and Account and identifies the process that describes how each Ignition was completed in detail.
result
Ignition completion type that describes the high-level Policy outcome.
| Value | Description |
|---|---|
basic | Policy data was retrieved from a basic carrier integration. |
link | Policy data was retrieved directly from the carrier portal. |
manual | Policy data was obtained from user-submitted files and information. |
proxy | Policy data was obtained from a completed Proxy Ignition session. |
resultDetail
Identifies the process that describes how each Ignition was completed in detail.
| Value | Description |
|---|---|
basic | A simplified carrier flow was used to access policy data. |
credit-card-form | The end user entered information to help locate their credit card-based rental car coverage. |
document-ai-declarations-page | Document AI extracted policy data from an uploaded declarations page, which typically contains the full policy details. |
document-ai-id-card | Document AI extracted policy data from an uploaded ID card, which typically contains the core policy details but omits detailed policy information such as coverages and third parties. |
document-ai-push-through | Document AI was unable to extract insurance data after multiple attempts, so the original source file was accepted as is, and the Policy object was created with minimal data. |
manual-form | The end user manually filled out a short form with key policy details and uploaded additional necessary documents. |
policy-lookup | A search using policy number and other policy details (VIN, postal code, etc.) was used to retrieve policy data. |
policy-lookup-no-comp-coll | Same as policy-lookup, except no comprehensive or collision coverages exist for this policy, so limited data was retrieved. |
policy-lookup-no-lienholder | policy-lookup completed with no lienholder on the policy or the requesting client was not the lienholder on file, so limited data was retrieved. |
user-portal-login | A user signed in through the carrier user portal to retrieve carrier-sourced policy data. |