Documentation Index
Fetch the complete documentation index at: https://docs.axle.insure/llms.txt
Use this file to discover all available pages before exploring further.
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