> For the complete documentation index, see [llms.txt](https://wp.gotmlabz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.gotmlabz.io/trait-store/managing-traits.md).

# Managing Traits

#### **⚠️ Make Sure to add all traits in your collection even if not for sale, so images will load correctly!**

### **Add New Trait**

* Add traits individually via this feature.
* Choose the Trait Type, Value, Price & Quantity to your own liking.
* Bare in mind that if you choose 100 there'll only be 100 traits useable within the collection.

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

### Add traits in Bulk

* Add your traits in bulk - it's simple! Drop your file, set up a price & Quantity and that's it!
* Make sure the folder name matches exactly as on chain
* **ENSURE TRAIT NAMES ARE IDENTICAL AS ON CHAIN**

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

### View all

* View all of your traits in one place

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

### Edit Individual trait details

* Pretty self explanatory - edit your traits individually, at any time! Everything's in your control.

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

### Change Price In Bulk for specific category

* Changing Price for each trait individually is very time consuming and boring, right? We've developed a quick and simple solution to change price of given CATEGORY traits.&#x20;
* For example, you've got a Category "Shirts" - if you change the price of the category, all shirts will have their price changed.

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

### Artists Commissions

* Enter the wallet address of your artist and percentage commission for each time the specific trait is sold.

<div align="left"><figure><img src="/files/s0A2OOzKyQ4NlyuAfjhK" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wp.gotmlabz.io/trait-store/managing-traits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
