> For the complete documentation index, see [llms.txt](https://docs.kasko.io/product-builder-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kasko.io/product-builder-manual/welcome-to-product-builder.md).

# Welcome to Product Builder

## :drum:INTRODUCTION

**Product Builder** is a self-service tool developed by KASKO, designed to make building digital insurance products as simple and hassle-free as possible and reduce the amount of time on delivering a product.

With Product Builder, non-technical users, such as a Product Manager would be able to configure most of the product settings in a no-code environment. We believe that this truly empowers Product Managers and breaks down the technical barriers for both starting a new product and managing an existing product.

As you might have imagined, a digital insurance product involves a wide arrange of configurations and settings and each product is different by its design and its nature. That’s why everything in Product Builder is modularised and can be picked and mixed and set up independently to fit your unique requirements and environments.

## :key2:GET STARTED

We've put together some helpful guides for you to get set up with our product quickly and easily.

{% content-ref url="/pages/DvdG6D5Hw1X81AD2lrNl" %}
[Product Builder Concept](/product-builder-manual/fundamentals/product-builder-concept.md)
{% endcontent-ref %}

{% content-ref url="/pages/msiQ9LVQs0hGks2U59VP" %}
[Create Your First Product](/product-builder-manual/fundamentals/create-your-first-product.md)
{% endcontent-ref %}

## :paperclips:PRODUCT FEATURES

{% content-ref url="/pages/Lo8KtgS5m4VhPQQ8bjd8" %}
[Save For Later](/product-builder-manual/product-features/save-for-later.md)
{% endcontent-ref %}

{% content-ref url="/pages/JwEK5mzkefPZ6Umhfgf4" %}
[Manual Underwriting](/product-builder-manual/product-features/manual-underwriting.md)
{% endcontent-ref %}

{% content-ref url="/pages/cOHpX37iZ9mOiUoLGU38" %}
[Policy Edit](/product-builder-manual/product-features/policy-edit.md)
{% endcontent-ref %}

{% content-ref url="/pages/IaI9HCxOcazKWyoW156W" %}
[Mid-Term Adjustment (MTA)](/product-builder-manual/product-features/mid-term-adjustment-mta.md)
{% endcontent-ref %}

## :gear:ACCOUNT SETTINGS

{% content-ref url="/pages/7hMieMYiEopQEwFXalS5" %}
[Email Accounts](/product-builder-manual/account-settings/email-accounts.md)
{% endcontent-ref %}

{% content-ref url="/pages/oJMCm7F74Z2NQJfoISJ3" %}
[Payments](/product-builder-manual/account-settings/payments.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kasko.io/product-builder-manual/welcome-to-product-builder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
