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

# How to Create a Bestsellers Preset

Bestsellers presets surface your top-selling products to every kind of shopper — identified or anonymous, in email, on-site widgets, or personalized blocks. Popularity is scored first by order volume, then by view count as a tiebreaker, so items customers actually buy float to the top.

There are three presets to pick from, each tuned for a different placement.

<CardGroup cols={3}>
  <Card title="Bestsellers" icon="fire" href="/personalization/product-recommendation/recommendation-presets/types-of-product-recommendation-presets#bestsellers">
    Site-wide top sellers across your full catalog.
  </Card>

  <Card title="Category bestsellers" icon="folder-tree" href="/personalization/product-recommendation/recommendation-presets/types-of-product-recommendation-presets#category-bestsellers">
    Top sellers calculated separately for each category.
  </Card>

  <Card title="Bestsellers from previously viewed categories" icon="eye" href="/personalization/product-recommendation/recommendation-presets/types-of-product-recommendation-presets#bestsellers-from-previously-viewed-categories">
    Top sellers from the categories a customer browsed in their last session.
  </Card>
</CardGroup>

See [Types of recommendation presets](/personalization/product-recommendation/recommendation-presets/types-of-product-recommendation-presets) for the details on each preset — refresh cadence, limits, and how they pick products.

## How to set it up

<Steps>
  <Step title="Open Product Recommendations">
    Go to **Content → Product Recommendations → Create recommendations preset**.<br />

    <Frame>
      <img src="https://mintcdn.com/maestraio/SPXzgnlryp-yVCRk/images/Unknown-2-1.png?fit=max&auto=format&n=SPXzgnlryp-yVCRk&q=85&s=33fde58307481c6145a2092f805bb11d" alt="Unknown 2 1" width="2928" height="458" data-path="images/Unknown-2-1.png" />
    </Frame>
  </Step>

  <Step title="Choose the preset and Click Create">
    Pick **Bestsellers**, **Category bestsellers**, or **Bestsellers from previously viewed categories** depending on where you'll show recommendations.<br />

    <Frame>
      <img src="https://mintcdn.com/maestraio/SPXzgnlryp-yVCRk/images/Screenshot-2026-08-04-at-16.13.04.png?fit=max&auto=format&n=SPXzgnlryp-yVCRk&q=85&s=34c4fb1518a5d101888371c65d5ebfe8" alt="Screenshot 2026 08 04 At 16 13 04" width="2938" height="872" data-path="images/Screenshot-2026-08-04-at-16.13.04.png" />
    </Frame>
  </Step>

  <Step title="Name the preset and Click Create ">
    Give it a descriptive name (for example, `Homepage bestsellers`) so you can find it later, then continue.<br />

    <Frame>
      <img src="https://mintcdn.com/maestraio/SPXzgnlryp-yVCRk/images/Screenshot-2026-08-04-at-16.15.03-1.png?fit=max&auto=format&n=SPXzgnlryp-yVCRk&q=85&s=6f11d0976a17536436c26db20acb8263" alt="Screenshot 2026 08 04 At 16 15 03 1" width="2922" height="1064" data-path="images/Screenshot-2026-08-04-at-16.15.03-1.png" />
    </Frame>
  </Step>

  <Step title="Configure settings for your chosen preset">
    Settings vary slightly by preset.

    **Bestsellers**

    * **Recommend from** — optionally restrict the source pool to a product segment. Leave empty to draw from your full catalog.
    * **Consider product actions for the past** — the time window used to score popularity, between **1 and 180 days**. Shorter windows react to current trends; longer windows produce more stable results.

    **Category bestsellers**

    * **Recommend from** — optionally restrict the source pool to a product segment.

    To get recommendations for categories, process `Product.Categories.Take(<number of collection items>).Recommendations` as a collection.

    **Bestsellers from previously viewed categories**<br /><br />Recommend from — optionally restrict the source pool to a product segment. Leave empty to draw from your full catalog.

    * **Recommend from** — optionally restrict the source pool to a product segment. Leave empty to draw from your full catalog.
    * \*\*Consider product actions for the past \*\*— the time window used to score popularity, between 1 and 180 days. Shorter windows react to current trends; longer windows produce more stable results.
  </Step>

  <Step title="Start the preset">
    Click **Start**. The preset appears in your list with its current status and the timestamp of its last update.<br />

    <Frame>
      <img src="https://mintcdn.com/maestraio/ddQJAX_rfabd1Efs/images/Screenshot-2026-08-04-at-16.49.46.png?fit=max&auto=format&n=ddQJAX_rfabd1Efs&q=85&s=cf6f88e6d3d85e6ea7326403c4186d7f" alt="Screenshot 2026 08 04 At 16 49 46" width="2924" height="570" data-path="images/Screenshot-2026-08-04-at-16.49.46.png" />
    </Frame>
  </Step>
</Steps>
