> For the complete documentation index, see [llms.txt](https://docs.decentral-art.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentral-art.com/uni-platform/uni/building/next-tool/ai-creator.md).

# AI Creator

Creating images with artificial intelligence is another milestone in the NFT field. The new tool, which will be added to our NFT creator, will allow for the creation of unique and original works of art in a simple and intuitive manner. Using one input, it will be possible to describe the image that is in the creator's imagination, similarly to how it works with DALL-E.

However, our tool has an additional functionality - the creator will be able to immediately mint an NFT token from the created image and put it up for sale. Our tool takes into account the fact that it's not the images themselves that are valuable, but the ideas and visions of their creators. As a result, every work of art created using our tool will be unique and one-of-a-kind. We are convinced that it is these characteristics that will make our tool an essential element in creating NFTs.

**CREATOR**: <https://uni.decentral-art.com/creator>

<figure><img src="/files/sJX9WkBJjRNLlh6oglf8" alt=""><figcaption></figcaption></figure>

With pride, we gaze into the future and imagine the potential of our AI technology. This is only the beginning of our journey, yet we are already meticulously building tools that are based on the latest technological advancements. We aspire to be pioneers in this field and to be the first to embrace the excitement when the world goes wild for this cutting-edge technology. We eagerly anticipate what the future holds and are ready to fully tap into its potential.

{% hint style="info" %} <mark style="color:orange;">The system is under construction and will be launched after testing and audit.</mark>
{% endhint %}


---

# 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.decentral-art.com/uni-platform/uni/building/next-tool/ai-creator.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.
