> For the complete documentation index, see [llms.txt](https://docs.saas.haut.ai/haut.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saas.haut.ai/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated.md).

# Product Recommendation System 1.0 (deprecated)

The deprecated Recommendation System 1.0: how its no-code product recommendation logic works, and why to move to version 2.0.

{% hint style="warning" %}
The current **Recommendation System Application** is no longer in active development and will be officially deprecated by the end of this year. It's replaced by the more advanced and flexible **Recommendation System 2.0.**<br>

We encourage all users to transition to Recommendation System 2.0 to take advantage of improved performance, expanded capabilities, and ongoing support. For migration assistance or additional information, please contact your account manager or refer to the [Product Recommendation System 2.0](/haut.ai/haut.ai-features/product-recommendation-system-2.0.md).
{% endhint %}

{% hint style="success" %}
Product Recommendations System feature is available for <mark style="color:green;">**all**</mark> plans
{% endhint %}

{% hint style="info" %}
Product Recommendations System section is available [here in SaaS platform](https://saas.haut.ai/app/product-inventory/product-list)
{% endhint %}

## About Product Recommendations System

Product Recommendations System is a feature that tailors [Start Here](/haut.ai/readme.md#product-item) suggestions to each user's unique skin analysis results. Our Recommendations System can be used:

* in [Consumer Apps](/haut.ai/haut.ai-features/consumer-apps.md) (for Advanced+ plan)
* via API (for Professional plan)

Product Recommendations System:

* uses the output of [Algorithms](/haut.ai/haut.ai-features/algorithms.md) to identify the correct skin type and correct skin concerns.
* uses [Product Inventory](/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated/product-inventory.md) to store and maintain the imported product items from your web store.
* uses [Product Shelf](/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated/product-shelf.md) interface to match the product items with predefined skin concern categories.

***

## About consumer-facing product recommendation visualization

Product Recommendations System display is available only as a part of the [Consumer Apps](/haut.ai/haut.ai-features/consumer-apps.md) user journey

Haut.AI offers two types of product recommendation visualizations:

1. a step-by-step guide with the selection of daily-use skincare products that target identified concerns, called Routines.\
   Read more here: [Recommendations View in Consumer App](/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated/recommendations-view-in-consumer-app.md).
2. a simple list of recommended items.

***

{% hint style="warning" %}
Not a Haut.AI client yet?
{% endhint %}

<a href="https://haut.ai/book-a-demo?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button primary" data-icon="user-vneck">Book a demo</a> <a href="https://haut.ai/product/ai-skin-analysis?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button secondary" data-icon="external-link">Platform overview on haut.ai</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.saas.haut.ai/haut.ai/haut.ai-features/product-recommendation-system-1.0-deprecated.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
