> For the complete documentation index, see [llms.txt](https://ideonapi.gitbook.io/enrollment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ideonapi.gitbook.io/enrollment/master.md).

# Overview

![](/files/bQSsicdm3rSsR4Mp8HOJ)

Ideon offers a set of APIs that can be used to manage the enrollments for small, large, and enterprise groups. We offer central endpoints to manage member enrollments and changes across various insurance carriers.&#x20;

In addition to direct management, Ideon offers several reporting endpoints that allow an integrated platform to retrieve real-time information on the members, coverages, and errors associated with their groups.

## Platforms

Benefit administration platforms looking to send group enrollment data can extract considerable value by leveraging Ideon's APIs.

* One standard integration&#x20;
* Access to a wide and growing network of Carriers
* Reduced costs for integration management
* Reduced turn-around time for group setup
* Reduced operational burden&#x20;
* Proactive error identification and resolution&#x20;

## Carriers

Ideon leverages established relationships with carriers to provide enrollment transactions on behalf of our platforms. Carriers receive enrollments in their prescribed format and respond to us with details regarding the success or failure of enrollment transactions.&#x20;

While your team maintains a single integration, Ideon manages a close relationship with each carrier partner and ensures our singular format is translated across carrier formats, behaviors, and business rules. Ideon also uses any carrier census processes that are available to identify and resolve enrollment discrepancies.

* Ideon builds and tests a Carrier format
* Access to many Platforms through one connection
* Reduced partner integration costs
* Reduced turn-around time for group setup
* Proactive error identification and resolution

## Groups, Subscribers, Dependents and Coverages

Throughout this documentation we will refer to several objects which are used and created by Ideon's set of APIs.

Employees who enroll or waive coverage offered by their employer (plan sponsor) are referred to as **subscribers**. Subscribers can have **dependents** that enrolled through the subscriber's employer sponsored **plan**.&#x20;

When referencing **members**, Ideon is referring to the superset of subscribers and dependents. For example, an object, data element, or business rule may apply to subscribers, dependents, or members. If one of these constructs is applicable to members it applies to both subscribers and dependents. *A subscriber and their dependents are also commonly referred to as an **enrolled*** ***family** throughout the documentation.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ideonapi.gitbook.io/enrollment/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
