# Introduction

The goal of the project is to allow the creation of Dart code over Kotlin without an high effort. To achieve this goal the project contains data structures which describes language parts from Dart. Each part has it own context and can be mixed with other types to create more complex code for Dart.&#x20;

The process of generating source files can offer significant advantages in diverse scenarios. It efficiently diminishes the necessity for boilerplate code and establishes a uniform standard throughout the codebase. However, realizing a reduction in boilerplate code necessitates the support of frameworks specifically tailored for code generation.

If you need help feel free to create an discussion in the [Discussion-Tab](https://github.com/theEvilReaper/DartPoet/discussions) from the project.&#x20;

{% hint style="info" %}
Not all language features from Dart can be achieved over the project. The project has the focus on the core elements from the language. If you want to create new options feel free to create a issue and a corresponding merge request
{% endhint %}


---

# 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.dartpoet.dev/introduction.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.
