> 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/product-features.md).

# Product Features

- [Save For Later](https://docs.kasko.io/product-builder-manual/product-features/save-for-later.md): Saved and secured, for whenever you are ready.
- [Manual Underwriting](https://docs.kasko.io/product-builder-manual/product-features/manual-underwriting.md): Want to have additional check for certain cases? Set up Manual Underwriting!
- [Policy Edit](https://docs.kasko.io/product-builder-manual/product-features/policy-edit.md): Update the detail in seconds.
- [Mid-Term Adjustment (MTA)](https://docs.kasko.io/product-builder-manual/product-features/mid-term-adjustment-mta.md): Change your mind in a few clicks.
- [Renewal](https://docs.kasko.io/product-builder-manual/product-features/renewal.md): Change your mind in a few clicks.
- [Abandoned Cart](https://docs.kasko.io/product-builder-manual/product-features/abandoned-cart.md): Allows you to re-engage with potential customers by sending a reminder email x period after the customers stopped the quote-offer-bind process.
- [Cool-Off Cancellation](https://docs.kasko.io/product-builder-manual/product-features/cool-off-cancellation.md): The Cool-Off Cancellation feature allows customers to cancel their policy within a predefined period after purchase.


---

# 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/product-features.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.
