# Overview

The [Art Factory](https://github.com/demox-labs/art-factory) is a starter kit repository to get started with building your own NFT projects on [Aleo](https://aleo.org) using the [Leo Wallet](https://leo.app). The goal of this project is to make it as easy as possible for developers as well as non-technical community members to spin up their own NFT projects .

It is the first fully featured DApp on Aleo. Everything is permissionless and trustless. All private keys are managed within the Leo Wallet and all operations are enforced through the on-chain program.

This work is very early and should be considered experimental.&#x20;

The Art Factory contains:

* Leo NFT program. This will be deployed on Aleo directly and is used as the basis for functionality within the DApp.
* A React-Typescript-NextJS application containing:
  * A user facing mint page
  * An admin panel that enables someone to:
    * Deploy the NFT program
    * Create NFTs
    * Manage a Whitelist
    * Enable/Disable minting
  * First party integration with the Leo Wallet


---

# 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://art.privacypride.com/overview.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.
