# Product Builder Concept

#### :star:What is a Product?

A **Product** is owned by an insurer and is the sum of all the individual parts that are needed for it to work. It mainly includes 3 groups of configuration.

1. Premium Related
2. Front-end Related
3. Docs & Emails

<img src="https://3958097797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNwbN62wHJkXHE6QwYrR%2Fuploads%2FrGZL7xzoVS1EvBohvLrL%2Fimage.png?alt=media&#x26;token=95c5bd2f-b77d-4e53-b4d7-70f669ff0b8a" alt="" data-size="original">

#### :star:What is a Subproduct?

A **Subproduct** only exists within a **Product**. It can inherit group(s) of configuration from the **Product** and other group(s) to be configured independently.&#x20;

![](https://3958097797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNwbN62wHJkXHE6QwYrR%2Fuploads%2Frh1kRNGt3zQ14HzrBYn5%2Fimage.png?alt=media\&token=e301f578-dfdb-4d7f-8f2b-3d2dddaef8bd)

#### :star:What is an Integration?

An **Integration** is a sales channel that is linked to a specific distributor to sell the **Product/ Subproduct(s)**.

![](https://3958097797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNwbN62wHJkXHE6QwYrR%2Fuploads%2FeLhR298ngyUvPtBLOJIW%2Fimage.png?alt=media\&token=7b4dd6d3-6645-49b7-b735-f3d0fa3a50f8)

#### :star:Example Product Structure (with subproducts) <a href="#example-product-structure-with-subproducts" id="example-product-structure-with-subproducts"></a>

This example demonstrates a product that has the premium-related configuration set up (once) on the Product and 3 subproducts, each having its own Front-end-related and Docs & Emails setup individually.

<figure><img src="https://3958097797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNwbN62wHJkXHE6QwYrR%2Fuploads%2FTijF4FwVf9zhq5VoeT4I%2Fimage.png?alt=media&#x26;token=989a908e-42aa-4499-bed7-5e1b0e4b989e" alt=""><figcaption></figcaption></figure>

#### :star:Example Product-Subproduct-Integration Relationship <a href="#example-product-subproduct-integration-relationship" id="example-product-subproduct-integration-relationship"></a>

This example demonstrates a product that has 4 subproducts. There are 4 different Integrations for Distributor X, Y and Z, with each integration associated with different subproduct(s).

<figure><img src="https://3958097797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNwbN62wHJkXHE6QwYrR%2Fuploads%2FoeIN7HQNKzmDIG83IMQ7%2Fimage.png?alt=media&#x26;token=8f0d6845-760c-4f06-b0b1-1a0d2a8914c7" alt=""><figcaption></figcaption></figure>


---

# 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://docs.kasko.io/product-builder-manual/fundamentals/product-builder-concept.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.
