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

# Curate your search experience

export const LwTemplate = ({title = "Key questions to get you started", icon = "sparkles", cta = "Powered by Agent Studio", linkHref = "https://lucidworks.com/demo/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta_ai"}) => {
  const [isLoaded, setIsLoaded] = useState(false);
  useEffect(() => {
    const timer = setTimeout(() => {
      setIsLoaded(true);
    }, 500);
    return () => clearTimeout(timer);
  }, []);
  return <div className="lw-template-container">
      <Card title={title} icon={icon}>
        {isLoaded && <span dangerouslySetInnerHTML={{
    __html: `<lw-template id="a029c1a9-28be-427e-b0e1-5d918920246a"></lw-template
            >`
  }} />}
        <Link href={linkHref} className="agent-studio-link text-left text-gray-600 gap-2 dark:text-gray-400 text-sm font-medium flex flex-row items-center hover:text-primary dark:hover:text-primary-light group-hover:text-primary group-hover:dark:text-primary-light">Powered by Lucidworks Agent Studio</Link>
      </Card>
    </div>;
};

[localhost link]: http://localhost:3000/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/overview

[mintlify link]: https://doc.lucidworks.com/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/overview

[old doc.lw link]: https://doc.lucidworks.com/managed-fusion/5.9/zw2obu

<LwTemplate />

## Predictive Merchandiser vs Experience Optimizer

Predictive Merchandiser and Experience Optimizer are AI-powered tools that provide insights, customer recommendations, and search optimization.

### Predictive Merchandiser

Predictive Merchandiser is typically used for Product Discovery. For example, eCommerce sites use this product.

<img src="https://mintcdn.com/lucidworks/xQr7Fxxc7lI5hKz-/assets/images/predictive-merchandiser/pm-board.png?fit=max&auto=format&n=xQr7Fxxc7lI5hKz-&q=85&s=5ee73e0b97c4fdf4525922931bfc134a" alt="Predictive Merchandiser" width="1477" height="865" data-path="assets/images/predictive-merchandiser/pm-board.png" />

| Usage                                                                                                          | Screen Layout              | Image Display          | Other main result components       |
| -------------------------------------------------------------------------------------------------------------- | -------------------------- | ---------------------- | ---------------------------------- |
| Processes documents to provide product information, with a tendency to put more emphasis on displaying images. | Thumbnail-based grid view. | Larger images display. | Less text, typically just a title. |

### Experience Optimizer

Experience Optimizer is typically used as a knowledge management tool. For example, a site providing news, information, or documentation uses this product.

<img src="https://mintcdn.com/lucidworks/aJg00sncwy9AQv3p/assets/images/experience-optimizer/eo-result-list.png?fit=max&auto=format&n=aJg00sncwy9AQv3p&q=85&s=3eb3b406d5a2114c4881e827fad2ead4" alt="Experience Optimizer" width="1101" height="544" data-path="assets/images/experience-optimizer/eo-result-list.png" />

| Usage                                                                                                        | Screen Layout          | Image Display                                                               | Other main result components         |
| ------------------------------------------------------------------------------------------------------------ | ---------------------- | --------------------------------------------------------------------------- | ------------------------------------ |
| Processes files and documents to provide additional text and links, with less emphasis on displaying images. | Optimizes a list view. | Small thumbnails display. If no image is available, generic images display. | Page title with heading and excerpt. |

<Note>
  In both Predictive Merchandiser and Experience Optimizer, items chosen as most important are put into zones and shown for all users with natural search results. You can pin products, files, or folders as the first links.
</Note>

## Choose the product solution in the Lucidworks Search UI

<Danger>
  This selection is permanent for the application and cannot be changed. Please select based on your decision from information provided in [Predictive Merchandiser vs Experience Optimizer](#predictive-merchandiser-vs-experience-optimizer).
</Danger>

To choose your product solution, sign in to Lucidworks Search and access your application. When you click **Relevance > Rules** for the first time, the following displays:

<img src="https://mintcdn.com/lucidworks/aJg00sncwy9AQv3p/assets/images/experience-optimizer/eo-pm-wizard.png?fit=max&auto=format&n=aJg00sncwy9AQv3p&q=85&s=dde02a9cab5d4fd017192635b6d7e5a5" alt="solution wizard" width="1347" height="382" data-path="assets/images/experience-optimizer/eo-pm-wizard.png" />

* Select **Product Discovery** to activate Predictive Merchandiser.\
  For more information, see [Predictive Merchandiser](/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/predictive-merchandiser/overview).
* Select **Knowledge Management** to activate Experience Optimizer.\
  For more information, see [Experience Optimizer](/docs/lucidworks-search/07-improve-your-queries/curate-search-experience/experience-optimizer/overview).
