# 3D NFT Support

Creators can upload their 3D models in `.glb` format to launch truly immersive and interactive NFT collections.

### Upload 3D Models to Create Immersive NFT Collections

Creating a 3D NFT is as simple as creating a standard image or video collection. Currently, you can use this feature by creating an Edition collection.

1. Head over to our [Edition Creation Page](https://nfts2me.com/create/edition/).
2. Fill in your project details (Network, Project Name, Token Symbol, etc.).
3. In the Artwork section, upload your `.glb` file.

Our system will automatically process your 3D model.

You will also see a **3D Model Poster Image** section. This acts as a fallback preview for wallets or marketplaces that don’t support live 3D rendering.

You can interact with the model directly in the preview:

* Click and drag to rotate the model to your preferred angle.
* Click **Update 3D Poster Capture** at the bottom to save that exact view as your cover image.

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

### See it in Action: The 3D Genesis Collection

Want to see how this looks for collectors?

We’ve launched a live example on the **Base network** to showcase this feature.

Check out the **NFTs2Me 3D Genesis Collection**. It’s an **Open Edition** and completely **Free to Mint**. You can interact with the 3D model directly on the minting page.

🌐 Visit the live mint page:\
<https://3d-genesis.nfts2.me/>

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

Start experimenting with 3D formats today and take your NFT collections to the next dimension.


---

# 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.nfts2me.com/nft-media-types/3d-support.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.
