# How to Add traits to your NFT by extradata? \[Expert]

Some NFT projects have traits to create more value and a way to differentiate each NFT. By adding traits it will convert it into a collection with a collection name. It's possible to have 1 very big collection of NFTs, but also possible to make different collections of the same NFT series. (i.e. first season, second season, etc.) You can decide your own names for each collection. &#x20;

**How to add traits to an NFT with Json/Extradata**

1. Make sure you are logged in.&#x20;
2. Press **'='** on the top-left of your screen.&#x20;
3. Choose **'New NFT'**.
4. Click on ‘**Add extra / collection data**’ box (on the mobile you might have to tilt your screen sidewards to see this button)
5. &#x20;Use ‘**Json’** to use the ‘Extradata format’
6. You can fill in the code. \[If you dont know how to do this; scroll down further on this page to see a example of code that can be used]
7. Tip 1: if you fill in the code in Json and you press **'Form'** you can see how it will look like visual.&#x20;
8. Tip 2: if you see Json NO, the code is incorrect. You should see '**Json OK'**.&#x20;
9. Tip 3: Json is case - and space sensitive. This is important to know; to prevent 'double' traits to  appear. Like '**B**ackground' and '**b**ackground'.&#x20;
10. [Mint](https://help.nftz.zone/beginners-guide/nft/selling-nft-intro/how-do-you-mint-sell-an-nft) the NFT.&#x20;

&#x20;

**Example code that can be copied:**

{ "Collection Name": "Land Swafs",&#x20;

"Description": "Party Swaf",&#x20;

"Edition": "#030",&#x20;

"a Name": "Party Swaf",&#x20;

"Background": "Yes",&#x20;

"Background Color": "Green",&#x20;

"Body Color": "Black",&#x20;

"Clothes": "Suite",&#x20;

"Accessories": "Sigar",&#x20;

"Pierced": "No",&#x20;

"Eyewear": "3D Glasses",&#x20;

"Hair": "Bald", "Headpiece": "No",&#x20;

"Mouth": "Crooked", "Nose": "No",&#x20;

"Facial Hair": "No",&#x20;

"Personality": "Shady",&#x20;

"Tattoo": "No",&#x20;

"Deso Logo": "No",&#x20;

"Diamond": "No" }

**How this code will look like when used**

![](https://914959323-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1uei8FM8t4nPzvokagIX%2Fuploads%2FkYWpXUyQniOBGh3zvaZb%2F20220429_115427.jpg?alt=media\&token=0dacc586-dcc1-4680-954a-307a1ff73b82)

![in Form](https://914959323-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1uei8FM8t4nPzvokagIX%2Fuploads%2Fqref81AVKYKSo18stAQd%2F20220428_153521.jpg?alt=media\&token=33cb043e-6e2d-4f83-b0c1-b22c97cd2101)

**Example traits Extradata format**

With BadAssBaboons

![](https://914959323-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1uei8FM8t4nPzvokagIX%2Fuploads%2FrpsSJ9ArJZEvz3HkdtWa%2FTraits_Json_extradata%20%5BPicture%5D.png?alt=media\&token=145d8684-8c02-4da1-a81e-aa15e8385814)

**Using the default description box**

Note that we recommend to always put information about the NFT into the default description box. This is to ensure that nodes that don't show Extradata have at least the basic details of an NFT.

**It doesnt work:**

If you keep getting errors you can go to our [troubleshoot](https://help.nftz.zone/beginners-guide/troubleshoot/troubleshoot) or contact us at our [telegram](https://t.me/+qdNeX8CYB_swZTQx) or [Discord](https://discord.gg/jQ34WMMZce).&#x20;


---

# 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://help.nftz.zone/beginners-guide/nft/selling-nft-intro/how-to-add-traits-to-your-nft-by-extradata-expert.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.
