# Building with Dart

As Dart developer there is no easier way to create your build, deploy and production environments than by using Dart.

In the rest of this article I wills the term 'build tools' to refer to the whole domain of build, deploy and production management tools.

Dart is also an excellent language for building console apps.

The DCli Console SDK was develop specifically for creating build tools and provides specific libraries to make the process easier.

Lets take a look at some of the tooling DCli provides to help you create build tools.

* DartSdk
* DartProject
* DartScript
* PubCache
* PubSpec


---

# 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://dcli.onepub.dev/improving-your-build-environment/building-with-dart.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.
