> ## Documentation Index
> Fetch the complete documentation index at: https://docs.laravelshopper.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Brands

> Learn how to create and manage product brands in your store.

Brands help customers identify and find products from their favorite manufacturers. Managing brands effectively can improve navigation and boost customer trust.

## Overview

Brands in Shopper represent the manufacturers or labels of your products. They help customers:

* Filter products by manufacturer
* Find all products from a specific brand
* Make informed purchasing decisions

## Accessing Brands

Click on **Brands** in the sidebar to access the brand management page.

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/KQY6o7d4neR-LyIr/images/v2/brands.png?fit=max&auto=format&n=KQY6o7d4neR-LyIr&q=85&s=4fe2a83aff022caba37f8016055a5203" alt="Brands List" width="3444" height="1996" data-path="images/v2/brands.png" />
</Frame>

## Creating a Brand

To add a new brand to your store:

1. Click the **Create** button on the Brands page
2. Fill in the brand details
3. Click **Save** to create the brand

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/KQY6o7d4neR-LyIr/images/v2/brand-create.png?fit=max&auto=format&n=KQY6o7d4neR-LyIr&q=85&s=0f212a854160f37516d82c099ac0722a" alt="Create Brand" width="3444" height="1996" data-path="images/v2/brand-create.png" />
</Frame>

### Brand Fields

| Field           | Required | Description                                   |
| --------------- | -------- | --------------------------------------------- |
| **Name**        | Yes      | The brand name as it will appear to customers |
| **Website**     | No       | The brand's official website URL              |
| **Description** | No       | A brief description of the brand              |
| **Logo**        | No       | Upload a logo image for the brand             |
| **Enabled**     | No       | Toggle to show/hide the brand on your store   |

### SEO Settings

Optimize your brand pages for search engines:

| Field               | Description                                                |
| ------------------- | ---------------------------------------------------------- |
| **SEO Title**       | Custom title for search engine results (max 60 characters) |
| **SEO Description** | Meta description for search engines (max 160 characters)   |

## Brand States

Brands can be in two states:

* **Enabled** - Visible on your storefront and available for product assignment
* **Disabled** - Hidden from your storefront but products remain associated

<Tip>
  New brands are automatically enabled when created. Disable a brand if you want to temporarily hide it without removing product associations.
</Tip>

## Empty State

When you first access the Brands page with no brands created, you'll see a helpful empty state prompting you to create your first brand.

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/KQY6o7d4neR-LyIr/images/v2/brand-empty-state.png?fit=max&auto=format&n=KQY6o7d4neR-LyIr&q=85&s=408501105cb8b57cc5afe787d6da941e" alt="Brand Empty State" width="3444" height="1996" data-path="images/v2/brand-empty-state.png" />
</Frame>

## Displaying Brands on Your Store

Once you have brands configured, they can be displayed on your storefront for customers to browse.

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/6wDmKBjBTMPmRNSb/images/v2/brand-lists.png?fit=max&auto=format&n=6wDmKBjBTMPmRNSb&q=85&s=a253f211681e0db76b0592d38306a9aa" alt="Brands Display" width="1279" height="357" data-path="images/v2/brand-lists.png" />
</Frame>

## Best Practices

* **Use official logos** - Always use the official brand logo when available
* **Keep descriptions concise** - A brief description helps customers understand what the brand offers
* **Optimize for SEO** - Add relevant keywords to help customers find brands through search
* **Regular updates** - Keep brand information current, especially for websites and descriptions

For developer details, see the [Brands documentation](/v2/brands).
