# Intro to creating with Highlight

### Simple creation flows for any kind of NFT project

Highlight makes launching virtually any kind of NFT project simple, painless and free. Creators can use one of our simple creation flows to set up and deploy a project in minutes. These flows support the creation of projects ranging in complexity from the super simple (like a free, open edition with a single JPEG artwork) to the extremely complex (like a fully onchain project whose artwork is composed of tiny images of other NFT artwork—a real project launched on Highlight called Bit Rot that we’ll explain further along).&#x20;

Highlight is also the premiere place to launch generative artwork, which have special requirements that are uniquely supported by our platform. This includes functionality like dynamically taking snapshots of generated artwork and metadata post-mint. This kind of infrastructure is difficult and costly to create yourself.&#x20;

### All the configuration options you'll ever need

These flows are simple, step-by-step walkthroughs that let you easily select from a variety of different options to customize your project.&#x20;

* Uploading any kind of artwork, whether it’s a single image, a series of videos, GIFs, music files, dynamic generative art code—virtually any file type will work.
* Set basic details like the collection name and description, desired launch date and time frame, and any relevant traits.
* Select a blockchain. See the full list of supported chains here.
* Choose a sale type (or combine several). Options include Dutch auctions, English auctions, ranked auctions, fixed price sales, free, etc. These sale types can be combined in creative ways.
* Choose purchase requirements and allowlists. This allows you to specify who can buy your project, e.g. by adding an allowlist or specifying holders of specific tokens.&#x20;
* Set royalty settings. Setting these will set your desired royalty amount on secondary sales across all marketplaces respecting royalties.&#x20;

### Contracts owned by you

Under the hood, each of these flows produces a modular, flexible set of smart contracts that are completely configurable, platform-independent, and entirely artist-owned.&#x20;

### Free to use

Launching a project on Highlight is completely free and only requires the gas costs of deploying your collection. Highlight simply charges a small mint fee to collectors on each transaction. See [highlight-fees](https://support.highlight.xyz/knowledge-base/for-creators/about-highlight/highlight-fees "mention") for more information.

### What to read next?

* Get some inspiration and see what kinds of projects can be launched on Highlight by reviewing [project-quick-start-guides](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides "mention")
* For a closer look at the creation flows and all the available options, take a look at [learn-the-creation-flows](https://support.highlight.xyz/knowledge-base/for-creators/learn-the-creation-flows "mention")
* To learn about all the available sales options, including the various auction types, review [selling-your-nfts](https://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts "mention")


---

# 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://support.highlight.xyz/knowledge-base/for-creators/intro-to-creating-with-highlight.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.
