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

# Find Similar Products

Use a product ID from search, lookup, or product detail:

```sh theme={null}
channel3 products find-similar --product-id 2yh8WH5 --limit 10
```

Narrow recommendations with filters:

```sh theme={null}
channel3 products find-similar \
  --product-id 2yh8WH5 \
  --limit 10 \
  --filters '{"price":{"max_price":200},"gender":"female"}'
```

See [Similar products](/guides/similar-products) for use cases and response details.
