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

# Assets

<figure><img src="/files/ij3aTAmgUYBO0doe0n2M" alt=""><figcaption><p>Property Folders as seen in the Categories tab.</p></figcaption></figure>

**Assets** include [categories](/using-tuplo-studio/assets/categories.md), [attributes](/using-tuplo-studio/assets/attributes.md), [themes](/using-tuplo-studio/assets/themes.md), and [images](/using-tuplo-studio/assets/images.md) that describe and organize products. You can apply them to many products by defining them once and streamlining product organization categorization.

***

## Opening Asset Tabs

<figure><img src="/files/2gaDeFwlVygxi0aG9j2v" alt=""><figcaption></figcaption></figure>

You can open the Asset Window by choosing Window from the Window Menu and selecting one of the following assets.

Alternatively, you can use the associated keyboard shortcuts to open the Asset Window and jump directly to a specific asset tab.

<table data-header-hidden><thead><tr><th width="141"></th><th></th></tr></thead><tbody><tr><td>Categories</td><td><mark style="color:blue;"><strong>Option + Command + 1</strong></mark></td></tr><tr><td>Attributes</td><td><mark style="color:blue;"><strong>Option + Command + 2</strong></mark></td></tr><tr><td>Themes</td><td><mark style="color:blue;"><strong>Option + Command + 3</strong></mark></td></tr><tr><td>Lists</td><td><mark style="color:blue;"><strong>Option + Command + 4</strong></mark></td></tr><tr><td>Images</td><td><mark style="color:blue;"><strong>Option + Command + 5</strong></mark></td></tr></tbody></table>

## Create Groups and Assets

Assets are organized into a hierarchical group system to categorize similar items. For example, you could create a group titled "Shirt Sizes" that includes attributes like small, medium, and large.

To **add** a group to an asset tab:

1. **Choose** <mark style="color:blue;">**More Options > New Group**</mark>.
2. **Enter** the desired folder name.
3. **Press** Return or Tab.

Once a group has been created, to add assets to them:

1. **Select** the desired folder.
2. **Choose** <mark style="color:blue;">**More Options**</mark>
3. **Choose** the option that applies to the current asset (like a new attribute or category).
4. **Enter** a name.
5. **Press** Return.

***

## Saving Changes

<figure><img src="/files/0GurLbIC0XYuGyiGZYve" alt=""><figcaption><p>Unsaved changes in an Asset tab.</p></figcaption></figure>

Changes made to any of your assets are not applied to Tuplo Studio until you save them.

To **save** changes:

* **Click** the Save button once you have finished modifying your assets.

{% hint style="info" %}
**Quick Tips!**

To protect your data, the app will prevent you from changing tabs or assigning assets when any unsaved changes are present, as indicated by the red icon.
{% endhint %}

***

## Rearrange and Rename Assets

Assets and folders can be rearranged by <mark style="color:blue;">**clicking and dragging**</mark> to a desired location.

To **change** the name of an asset or folder:

1. **Select** the desired asset or folder and do one of the following:
   * **Press** Return.
   * **Click** the asset or folder.
2. **Enter** the desired name.
3. **Press** Return.


---

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