# Welcome to KASKO Integration: Webapp & API Documentation

Welcome to the KASKO documentation.

Here you will find descriptions of using the KASKO JS to include the widget and developer docs for using the REST API.

If you have any questions please email us at [techsupport@kasko.io](mailto:techsupport%40kasko.io)

## Contents

* [Integration Methods](/kasko-api-documentation/integration-methods.md)
* [Keys](/kasko-api-documentation/keys.md)
* [KASKO JS](/kasko-api-documentation/kasko-js/kasko-js.md)
* [REST API](/kasko-api-documentation/rest-api/introduction.md)
* [Webhooks](/kasko-api-documentation/webhooks/webhooks.md)


---

# 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/kasko-api-documentation/welcome-to-kasko-integration-webapp-and-api-documentation.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.
