# How do I give my NFT Attributes?

Attributes are a very helpful way to keep track of your NFT’s traits, particularly in a generative collection where every piece has common characteristics that can vary in appearance and rarity. Attributes act as descriptors for an NFT. They consist of three pieces of information-- the **trait\_type**, **value**, and **display\_type**.

**Trait\_type** can be thought of as a name for what your attribute is describing. For example, if you are describing the eyes for a generative NFT that could have one of several eye colors, “eyes” could be an appropriate trait\_type for that attribute.

**Value** describes the value of the attribute. In the above example, you could have an attribute with the trait\_type of “eyes” and the value of “green” to describe an NFT with green eyes. You can also add a value with no associated trait\_type.

**Display\_type** does not update anything in Holaplex-- it acts as a parameter for candy machines. It is optional and safe to leave blank for the purpose of minting an NFT on Holaplex.

To give your NFT attributes, simply click the **Create Attribute** button on the **Describe Your NFT** page during the creation process. Enter the attribute’s value and display\_type (if applicable). You can give an NFT multiple attributes. An NFT’s attributes should be visible in its item description after it has been created.

You can check more articles in the help center and view [video tutorials](https://www.youtube.com/channel/UCHcdpZiDj7LiBifxetVH29Q) for help.


---

# 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://wiki.holaplex.com/holawiki/storefronts/minting-nfts/how-do-i-give-my-nft-attributes.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.
