> 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/lists.md).

# Lists

<figure><img src="/files/tpG6q3Ro4EruIwBSduf8" alt=""><figcaption><p>List assets.</p></figcaption></figure>

**Lists** are common [visual and non-visual properties](/using-tuplo-studio/product-groups/visual-and-non-visual-properties.md) (like colors and sizes) that differentiate items within a product group. Building a library of these common properties lets you quickly drag and drop them when creating new products.

***

## Why Use Lists?

* **Efficiency:** Quickly assemble product groups by reusing pre-defined attributes.
* **Focus:** Lists emphasize the product distinctions (e.g., color, size), making it easier to find the correct details.
* **Flexibility:** Store Visual (e.g., color) and n]Non-Visual (e.g., size) properties for comprehensive product descriptions.

***

## Create a New Group

Before you can add attributes, you need to make at least one group.

To do so:

1. **Choose** <mark style="color:blue;">**More Options > New Group**</mark>.
2. **Enter** a title.
3. **Click** the Save button.

***

## Add an Attribute

Then, to **add** an attribute:

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

***

## Delete an Attribute

To **delete** an attribute:

1. **Select** the 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/9db12670-f220-45b2-9c37-82419ec65cf7>" %}
Learn how lists efficiently manage common attributes like colors or clothing sizes, enabling you to define visual and non-visual properties across different product groups.
{% 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/lists.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.
