# Create a collection

## How to Create a Collection on NFT Launchpad

Creating your own NFT collection on our platform is a straightforward process. Here's how you can get started:

1. **Visit the Creator Portal:** Go to <https://creator.ordinalgenesis.xyz/> to access our creator portal.
2. **Connect Your Wallet:** Upon arrival, you will be prompted to connect your digital wallet. This is a crucial step for identity verification and to ensure the security of your transactions.
3. **Create a Collection:** Once your wallet is connected, locate and press the "Create a Collection" button.
4. **Follow the Steps:** The platform will guide you through the necessary steps to create your collection, including naming your collection, adding a description, uploading images, and setting up royalties.

***

## How to Download Metadata for Your Collections

After creating your NFT collection on our platform, you might want to download the metadata associated with your collection. We offer two types of metadata templates to suit your needs:

1. **Metadata 1 (Without Traits):** This template is for those who need basic metadata without specific traits for each NFT. It's ideal for collections where each NFT is unique without shared attributes.
2. **Metadata 2 (With Traits):** This template is designed for collections that include specific attributes or traits across NFTs. It's a ready-to-fill template where you can specify traits for each NFT.

Here's how you can download the metadata for your collections:

* **Step 1:** Visit the main creator page at <https://creator.ordinalgenesis.xyz/>, where you'll see an overview of your collections.
* **Step 2:** Find the collection for which you want to download metadata and look for the "Download" button associated with it.
* **Step 3:** Click on the "Download" button, and you will be presented with options to download either Metadata 1 or Metadata 2. Select the template that best fits your collection's needs.
* **Step 4:** Once you select the type of metadata, the download will start automatically. If you've chosen Metadata 2, you can proceed to fill out the attributes for your collection accordingly.

<br>


---

# 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://info.ordinalgenesis.xyz/ordinals/create-a-collection.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.
