# Quickstart

### Go to Launch in the navbar

Enter your collection details

<figure><img src="/files/3LzlmYYwUjaiqCmhpttc" alt=""><figcaption></figcaption></figure>

### Drag in your assets

Drag your asset folder into the box. The folder can contain just images or can also include JSON files.

JSON files map to images by filename. For example, "15.json" would be linked to the image "15.png"

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

### Example JSON structure ( Optional )

**Reminder: You do not need to provide JSON files.**

```json
{
  "name": "COOL #2",
  "symbol": "COOL",
  "description": "COOL #2 - A very cool NFT",
  "attributes": [
    {
      "trait_type": "Accessory",
      "value": "Horns Yellow"
    },
    {
      "trait_type": "Background",
      "value": "Black"
    }
  ]
}
```

### File Editor

The file editor shows a preview of your assets.

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

### Collection Supply&#x20;

Each asset you provided is a single mintable NFT. To increase the supply, duplicate the asset by pressing the "+" icon.

### Warning

Do not make your supply too small. We recommend at least 300 NFTs. Remember that the mint price increase as people mint. If your supply is too small the last NFTs will be too expensive to buy.

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

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

Select your wallet and continue to upload your assets. Then, press deploy collection and sign the transaction.

### Mint page

And that's it! Your mint page is made and anyone can come and mint your nfts off the bonding curve

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


---

# 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.curved.wtf/get-started/quickstart.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.
