Insurance configurations help your agent answer coverage questions accurately. Instead of burying insurance info in FAQs, use the dedicated insurance module so Annie can respond intelligently to questions like “Do you take my insurance?” Use insurances for:Documentation Index
Fetch the complete documentation index at: https://docs.helloannie.com/llms.txt
Use this file to discover all available pages before exploring further.
- Which providers you accept
- In-network vs out-of-network status
- Plan-specific notes (PPO vs HMO, filing policies)
Creating an Insurance
Insurance Fields
The insurance provider name. Annie matches this case-insensitively against known providers.Example:
"Delta Dental", "Cigna", "Aetna"The plan type.Options:
PPO, HMO, EPO, MEDICAID, MEDICAREYour acceptance status for this insurance.
| Status | Meaning |
|---|---|
IN_NETWORK | You’re an in-network provider |
ACCEPTED | You accept the insurance. Similar to CAN_FILE, but helps adjust verbiage to be less direct about being out of network. |
CAN_FILE | Similar to ACCEPTED, but more direct about being out of network. Means you can file claims on the patient’s behalf |
CONDITIONAL | Accepted with conditions (explain in notes) |
NOT_ACCEPTED | You don’t accept this insurance |
Additional context Annie can use when discussing this insurance.Example:
"Premier and PPO plans only. HMO plans not accepted."Insurances API
See the full API reference for insurance endpoints.