# Adding NFTs

### Adding 2D NFT to the Scene:

<figure><img src="https://3066305863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRuhnZziVCPlGpVrrdJYw%2Fuploads%2FkhrtY2UT2yCiAcPi3Dfj%2Fnft.png?alt=media&#x26;token=ae9fc6ea-06c2-4160-afd5-d2647d6537db" alt=""><figcaption></figcaption></figure>

1. Navigate to Smart `Objects` > `NFTs` .
2. Select the display you prefer for your NFT and drag it to your scene.
3. In the details panel, you will see fields where you can add the `contract address`, `token ID`, and `chain` for the NFT.
4. Input the necessary details and submit.
5. For 2D NFTs, the `JPG` or `PNG` file will be added to your scene,&#x20;
6. In play mode, you can interact with the NFT and view its basic information.

### Adding 3D NFT to the Scene:

<figure><img src="https://3066305863-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRuhnZziVCPlGpVrrdJYw%2Fuploads%2Fc3IIB2d8t84AmaZ6KwjN%2F3d%20nft.png?alt=media&#x26;token=52ec1c4f-628d-4252-b34f-1f27c1f583d5" alt=""><figcaption></figcaption></figure>

1. Navigate to `Smart Objects` > `3D` > `3D NFTs`
2. Drag it to your scene.
3. In the details panel, you will see fields where you can add the `contract address`, T`oken ID,` and `chain` for the NFT.
4. Input the necessary details and submit.
5. For 3D NFTs, the `GLB` or `GLTF` file will be added to your scene.
6. In play mode, you can interact with the NFT and view its basic information.


---

# 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.infinityvoid.io/guides/for-content-creators/void-craft/getting-started/02.-adding-nfts.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.
