> For the complete documentation index, see [llms.txt](https://academy.gopersonal.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gopersonal.ai/en/admin-ui/personalizations/feedback-personalization.md).

# Feedback personalization

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

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

Next, you'll need to provide some required details, such as the name, ID 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.
* **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/5ZwkiOcYnRz4hiOAtTMH" 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/qiARvImn0UnKM6SDDyJl" 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
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://academy.gopersonal.ai/en/admin-ui/personalizations/feedback-personalization.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.
