> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/using-tuplo-studio/assets/attributes.md).

# Attributes

<figure><img src="/files/lplMoH94We8TJjSRLXAL" alt=""><figcaption><p>Attribute assets.</p></figcaption></figure>

## What are Attributes?

Often, different product groups assigned to the same category have nuanced differences. **Attributes** help solve this problem by describing these differences once the category defines a product group. For example, a category titled "pants," which involves products of different materials and age ranges, would be assigned the attributes of denim and youth sizes.

***

## Why use Attributes?

Attributes primarily provide filtering options to users on your website when searching for products. When viewing a category page or browsing search results, users will see any attributes showing products grouped by type, allowing them to select these to narrow their results. For example, a site user searching for "casual pants" might see material filters for denim, polyester, and cotton.

Effectively utilizing attributes will enhance your customers' shopping experience, allowing them to find what they are looking for and, as a result, increase sales.

***

## Create Attributes

Then, to **add** attributes:

1. **Select** the desired group.
2. **Choose&#x20;**<mark style="color:blue;">**More Options > New Attribute**</mark>.
3. **Enter** a title.
4. **Press** Return.

***

## Assign Attributes

<figure><img src="/files/e30FkSalhZcN7kdCyTjE" alt=""><figcaption><p>Select the attributes and click add selected to assign them to a category.</p></figcaption></figure>

Attributes help focus on differences when comparing product groups, but they should still apply to all products within the assigned product group. For example, a product group for Levi's Jeans would feature the attribute of **Material > Demin**.

To **assign** an attribute to a category:

1. **Select** a category in the Categories tab.
2. **Click** the Attributes Window button.
3. **Select** the attributes you want to add.
4. **Click** add selected.

***

### Unassign Attributes

To **unassign** an attribute from a category:

1. **Select** a category in the Categories ta&#x62;**.**
2. **Select** an attribute.
3. **Press** Delete.

## Delete Attributes

To **delete** an attribute:

1. **Select** an attribute.
2. **Choose** <mark style="color:blue;">**More Options > Delete attribute**</mark>.
3. **Click** OK to confirm.

***

## Video Tutorial

{% embed url="<https://iframe.mediadelivery.net/play/231419/08bd64a1-0414-4571-9fa1-0ec51b974148>" %}
Learn how to create attributes in Tuplo Studio to better define products within a category.
{% endembed %}


---

# 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://docs.tuplo.com/using-tuplo-studio/assets/attributes.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.
