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

# Migrate from Classic Personalization

> Learn how to migrate from Classic Personalization to Advanced Personalization

export const Index = () => <Tooltip tip="An Algolia index is a searchable dataset that consists of records and configuration settings. These settings define how the records are searched and ranked.">
    index
  </Tooltip>;

The Advanced Personalization feature creates a profile for each individual based on how they use your website or app.

<Callout icon="credit-card" color="#c084fc">
  This feature isn't available on every plan.
  Refer to your [pricing plan](https://www.algolia.com/pricing) to see if it's included.
</Callout>

## Benefits

Advanced Personalization offers several advantages:

* **It's easier to set up.** Advanced Personalization automates and, hence, speeds up the deployment of a personalization strategy.
* **It generates unbiased user profiles.** Classic Personalization can lead to biased or inconsistent user profiles. By automating the process, Advanced Personalization helps eliminate these biases.
* **It predicts user preferences.** Advanced Personalization can predict [what users might like or dislike](/doc/guides/personalization/advanced-personalization/what-is-advanced-personalization/in-depth/how-does-advanced-personalization-work#user-profiles). This means it can better customize the experience for each user based on their unique tastes.
* **It generates more accurate user profiles.** Advanced Personalization generates user profiles based on [signals from your users](/doc/guides/personalization/advanced-personalization/what-is-advanced-personalization/in-depth/how-does-advanced-personalization-work#translate-user-behavior-into-affinities-through-events). The stronger the signals, the more accurate it can be in understanding each user.
* **It enhances monitoring and testing.** You can use the [Algolia dashboard](https://dashboard.algolia.com/advanced-personalization/overview) to inspect your user profiles, simulate search personalization experiences, or [conduct A/B tests](/doc/guides/personalization/advanced-personalization/monitor/in-depth/ab-test).

## Considerations

Before choosing to migrate from [Classic Personalization](/doc/guides/personalization/classic-personalization/what-is-personalization) to Advanced Personalization, you need to consider the following:

* **Advanced Personalization deactivates Classic Personalization.** You won't be able to update your Classic Personalization setup.
  This includes, your strategy, [`facets`](/doc/api-reference/api-parameters/facets),
  and [`personalizationImpact`](/doc/api-reference/api-parameters/personalizationImpact).

* **Your events and <Index /> data won't be changed by the migration.**

* **User profiles stop personalizing search results**.
  Classic Personalization will stop personalizing search results for already generated user profiles until your Advanced Personalization setup is complete.

* **Migration can be rolled back during beta.**
  To revert to Classic Personalization,
  contact the [Algolia support](https://support.algolia.com/hc/en-us/requests/new) team.
  By rolling back the migration, you lose all changes made in Advanced Personalization.

## How to migrate to Advanced Personalization

1. Go to the [**Classic Personalization**](https://dashboard.algolia.com/personalization/strategy) dashboard.

2. Click **Migrate to Advanced Personalization**.

   <img src="https://mintcdn.com/algolia/aN8Lr52w2iijNnTe/images/guides/advanced-personalization/migrate-to-advanced-personalization-banner.png?fit=max&auto=format&n=aN8Lr52w2iijNnTe&q=85&s=0ee7a6e3d9bc99c3fd49d172cca415f0" alt="Banner inviting users to migrate to Advanced Personalization" width="969" height="148" data-path="images/guides/advanced-personalization/migrate-to-advanced-personalization-banner.png" />

3. Click **Migrate to Advanced Personalization** again to confirm your choice.

This inactivates the Classic Personalization feature and you're redirected to the Advanced Personalization section in the dashboard.
