# Group Quoting - v8

Ideon's Small Group Quoting APIs deliver all available plans, their associated benefits, and premiums for a small employer, typically defined as under 50 lives, but increasing to under 100 in some states. By default, all available plans available to the group are returned for a quote. In our documentation and Postman Collections, this will commonly be referred to as "SG Medical Quoting", where "SG" is the abbreviation for "Small Group."

{% hint style="info" %}
**Previous version** — This page documents v8 of the Small Group Medical quoting endpoints, which is the current stable version in production. A newer version, v9, is in active development and documented in the main [Small Group Medical section](/quote-and-select/quote-groups/small-group-medical.md). v9 introduces inline eligibility exceptions, enhanced carrier-level quote progress metadata, and expanded rates filtering. See the [Product Release Notes](/quote-and-select/product-release-notes/q2-2026.md#v9-group-quoting-combined-rates-and-limiting-factors) for release timing.
{% endhint %}

## Integration Summary

The core integration for SG Medical Quoting supports delivering available plans, their associated benefits, and premiums for a small employer. The workflow to quote a group through Ideon's API is best completed with a combination of a batch process at a regular cadence for plan benefit data and a 5-step call flow to quote groups in real-time.

The pages in this section detail sample requests and notes on endpoint requirements specific to small group, fully insured medical quoting. In general, these products have the least stringent requirements across group product lines. Further requirements for level funded and ancillary quoting flows are covered in their respective sections.

### Cache Plan Benefits

Small Group Quotes return plan availability and premiums, but do not include full plan benefits or metadata in the response. To display complete plan details to end users, cache Ideon's full inventory of health plans and their associated benefits on a daily or weekly cadence. This enables a seamless real-time experience when presenting quoted plans. A guide to caching plan benefit inventory is detailed in the [Bulk Exports section](/quote-and-select/additional-information-and-workflows/bulk-exports-in-the-api.md), and an overview of the benefit grammar and schema can be found in the [Medical Benefit Grammar Guide section](/quote-and-select/additional-information-and-workflows/benefit-grammar-guides/medical.md).

### Quote Groups in Real Time

1. [Create a Group](/quote-and-select/previous-versions/group-quoting-v8/create-a-group.md) - create a resource for a single group that serves as a basis for census data and quote creation.
2. [Add a Census](/quote-and-select/previous-versions/group-quoting-v8/add-a-census.md) - associate a census of employees and their dependents to a group.
3. [Quote a Group](/quote-and-select/previous-versions/group-quoting-v8/quote-a-group.md) - quote a group for coverage for a product line and market.
4. [Retrieve Rates](/quote-and-select/previous-versions/group-quoting-v8/retrieve-rates.md) - poll for quote *complete* status and access premiums for quoted plans.
5. [Plan Eligibility and Quote Errors](/quote-and-select/previous-versions/group-quoting-v8/plan-eligibility-and-quote-errors.md) - view errors related to eligibility or quote processing for a quote.


---

# Agent Instructions: 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/quote-and-select/previous-versions/group-quoting-v8.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.
