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

# Brands

Search for a brand:

```sh theme={null}
channel3 brands search --query "nike"
```

Browse the catalog:

```sh theme={null}
channel3 brands list --limit 20
```

Use a returned ID to restrict product search:

```sh theme={null}
channel3 products search \
  --query "running shoes" \
  --filters.brand_ids '["brand_id_here"]'
```

A brand is the maker or label, not the retailer selling the product. See [Brand](/concepts/brand).
