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

# Going to production

> Learn how to put your Personalization implementation into production.

<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>

After [collecting events](/doc/guides/personalization/classic-personalization/personalizing-results#capture-user-behavior-by-sending-events) and [configuring your strategy](/doc/guides/personalization/classic-personalization/personalizing-results/in-depth/configuring-personalization), you can begin to personalize search results for your users.

Since the Personalization feature can have an enormous impact on your relevance and search experience, before deployment you should:

1. [Simulate Personalization](/doc/guides/personalization/classic-personalization/personalizing-results/in-depth/configuring-personalization#simulating-personalization)
2. [A/B test](/doc/guides/personalization/classic-personalization/going-to-production/how-to/ab-testing-personalization) it with some users to confirm that it outperforms a non-personalized experience.

After A/B testing, when you're ready to deploy Personalization:

1. Include [`enablePersonalization`](/doc/api-reference/api-parameters/enablePersonalization) and [`userToken`](/doc/api-reference/api-parameters/userToken) parameters for all searches you want to personalize. For details, see [Enabling Personalization](/doc/guides/personalization/classic-personalization/going-to-production/how-to/enabling-personalization).
2. Check your implementation against the [Personalization checklist](/doc/guides/personalization/classic-personalization/going-to-production/in-depth/implementation-checklist) to ensure you've covered everything.
