# Pro Launch

Pro Launch is designed for creators who already know exactly what they’re doing and have all assets prepared and hosted in advance.

With this mode, you skip the file processing and upload steps entirely. Simply paste a URL to your hosted assets and start the collection immediately.

{% hint style="info" %}
**Assets includes**

* metadata.json - collection and item metadata
* jsons for each token - 1.json, 2.jsons, etc
  {% endhint %}

{% code overflow="wrap" fullWidth="false" %}

```json
//example single json file

{
  "name": "#1",
  "description": "Your Description",
  "external_url": "",
  "image": "yourwebsite/yournft1.json",
  "attributes": [
    {
      "trait_type": "Background",
      "value": "Forge"
    },
    {
      "trait_type": "Body",
      "value": "Regular"
    },
    {
      "trait_type": "Clothes",
      "value": "Cat Suit"
    },
    {
      "trait_type": "Facial Hair",
      "value": "The Stache"
    },
    {
      "trait_type": "Mouth",
      "value": "Smiling"
    },
    {
      "trait_type": "Eyes & Glasses",
      "value": "MOG"
    },
    {
      "trait_type": "Headwear",
      "value": "Sorting Hat"
    }
  ],
  "properties": {
    "files": [
      {
        "uri": "#1.png",
        "type": "image/png"
      }
    ],
    "category": "image",
    "creators": [HUH]
  },
  "compiler": "compiler name"
}
```

{% endcode %}


---

# 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://boimarket.gitbook.io/boi/collection-launching/launching/all-in-one/nft-launch-available-in-jan-2026/pro-launch.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.
