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

# Brands

<figure><img src="/files/rMnaiJPW5B8PWUql8ZXZ" alt=""><figcaption><p>The Brands tab in the Navigator Window.</p></figcaption></figure>

A **Brand** is the name of the manufacturer of a product. For example, Honda is the brand when referring to the Honda CR-V.

***

## Create a Brand

<figure><img src="/files/AjmHinFHIlFF5ybJLL3L" alt=""><figcaption><p>More Options Menu in the Brands tab.</p></figcaption></figure>

To **create** a new brand:

1. **Choose&#x20;**<mark style="color:blue;">**More Options > New Brand**</mark>.
2. **Enter** the brand's name.
3. Then either:
   1. **Click** the Add button.
   2. **Press** Return.

***

## Brand Details

<figure><img src="/files/M75W80dSIajZ51oGiCuH" alt=""><figcaption><p>Brand Details in the Brands tab of the Navigator Window.</p></figcaption></figure>

Once created, you can edit and manage brand activity.

To **edit** a brand:

1. **Select** a brand.
2. **Click** the Edit button.
3. **Edit** desired details.
4. **Select** a brand status when applicable.
5. **Click** Done.

To **modify** brand activity:

* Toggle the Active checkbox on/off.

***

## Delete a Brand

To **remove** a brand:

1. **Select** a brand.
2. **Choose** <mark style="color:blue;">**More Options > Delete Brand**</mark>.
3. **Confirm** deletion.

***

## Video Tutorial

{% embed url="<https://iframe.mediadelivery.net/play/231419/73b3288c-07ae-48ff-883b-49c5a0cdab96>" %}
Understand the importance of brands in organizing product groups and adding search filters to your website.
{% 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/brands.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.
