> For the complete documentation index, see [llms.txt](https://academy.wandace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.wandace.com/how-to-guides/products/create-attributes.md).

# Create attributes

#### Step 1: Navigate to the Attributes Section

* Log in to your Wandace account.
* Go to the **Attributes** section in the main menu.

#### Step 2: Add a New Attribute

* Click on the **Create Attribute** button.
* Fill in the attribute details:
  * **Name:** Enter the attribute name (e.g., Size, Color, Shoe Size).
  * **Description:** Provide a brief description of the attribute.

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

#### Step 3: Add Attribute Terms

* Once the attribute is created, you need to add terms to it (e.g., S, M, L for Clothing Size).
* Click on the newly created attribute to open its details.
* Click on the **Add Term** button.
* Enter the term details:
  * **Term Name:** Enter the term name (e.g., S, M, L, 36, 27, 38).
  * **Description:** (Optional) Provide a brief description of the term.
* Click **Save** to add the term.

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

#### Step 4: Repeat for All Necessary Terms

* Continue adding terms until you have all the necessary options for the attribute.
* Example terms for attributes:
  * **Clothing Size:** S, M, L, XL
  * **Color:** #ffffff, #000000, #32a852, #a83232
  * **Shoe Size:** 36, 37, 38, 39, 40

#### Step 5: Managing Existing Attributes and Terms

* You can view, edit, or delete existing attributes and their terms from the **Attributes** section.
* To edit an attribute or term, click on its name and update the necessary details.
* To delete an attribute or term, click on the trash icon next to its name. Be cautious, as deleting an attribute or term will affect all associated products.


---

# 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:

```
GET https://academy.wandace.com/how-to-guides/products/create-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.
