# Recommendations personalization

To create a new personalization with type recommendations, click on the "New Personalization" button and select "Recommendations"

<figure><img src="/files/iU95oWckVIOQGnaBXbI8" alt=""><figcaption></figcaption></figure>

Next, you'll need to provide some required details, such as the name, ID, widget position, selector where the recommendations widget will be placed, and the type of page it's intended for:

**Required Details:**

* **Name:** Assign a descriptive name to easily identify your personalization.
* **ID:** Provide a unique identifier for the personalization.
* **Position:** Define the recommendations widgets position concerning the entered selector:
  * *Replace:* Replace the the entered selector with the recommendations widget.
  * *After:* Add the recommendations widget after the entered selector.
  * *Before:* Add the recommendations widget before the entered selector.
* **Selector:** Specify the specific selector on your page where the recommendations widget will be placed.
* **Page Type:** Select the type of page for which the personalization is designed: Product Detail, Cart, Category, Home, Products Listing, or any specific page. If you're unsure, you can also set it up for any page.&#x20;
* **Goal:** The goal for this personalization. Check out more about goals [here](/en/admin-ui/catalogs/goals.md).&#x20;

<figure><img src="/files/GsdnAtfUIcA2FRLpYUeR" alt=""><figcaption></figcaption></figure>

Once set up, you can start creating experiences for this personalization. Press the "New Experience" button.&#x20;

* [Experiences](/en/admin-ui/personalizations/experiences.md)

<figure><img src="/files/Dr1Io3FXb2OQerNDPnU5" alt=""><figcaption></figcaption></figure>

In this section, you can duplicate an existing experience, modify it, or delete it.&#x20;

{% hint style="info" %}
The order of experiences is crucial. If a customer qualifies for more than one experience, the order configured determines priority. You can adjust the order using drag & drop functionality.&#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://academy.gopersonal.ai/en/admin-ui/personalizations/recommendations-personalization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
