# What is MauiKit

{% hint style="warning" %}
This documentation is currently in it's Initial Phase and may undergo frequent changes. Some of the features / components may not be documented yet.
{% endhint %}

![](/files/-LLG3mB_aNHvAwBP01wn)

MauiKit is a set of utilities and *"templated"* controls based on **Kirigami** and **QCC2** that follow the ongoing work on the **Maui HIG**. It let you quickly create a Maui application and access utilities and widgets shared among the other Maui apps.

{% hint style="info" %}
**MauiKit** is under active development and may introduce ***Breaking Changes*** in the future releases
{% endhint %}

Get started with **MauiKit** with the following guide :

{% content-ref url="/pages/-LL9hhSys7NrNauSwHvs" %}
[Getting Started](/mauikit/getting-started.md)
{% endcontent-ref %}


---

# 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://maui-project.gitbook.io/mauikit/master.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.
