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

# Personalized Search

> Dynamic search personalization with real-time user context customization

<Info>
  **Live demo**: [p13n-demo-reranking.vercel.app](https://p13n-demo-reranking.vercel.app)
</Info>

This demo showcases Meilisearch's personalization feature. Search for movies while customizing the user context on the fly. Toggle personalization on or off, edit the user prompt describing preferences, and watch results rerank in real time based on the user profile.

<img src="https://mintcdn.com/meilisearch-6b28dec2/OfKxpiaME4eTUIOs/assets/images/demos/personalized-search-demo.png?fit=max&auto=format&n=OfKxpiaME4eTUIOs&q=85&s=8e271edead8cb62cfd7bad3a2b4aa811" alt="Personalized search demo with user context customization" width="3820" height="1820" data-path="assets/images/demos/personalized-search-demo.png" />

## Key features

* **Real-time personalization**: Toggle the "Personalize" switch to see how results change based on user context.
* **Editable user profile**: Modify the user preference prompt (e.g., "The user prefers genres: Action, Adventure, Sci-Fi") and see results rerank instantly.
* **Genre presets**: Quick-select genre combinations like "Thriller & Crime" or "Science Fiction & Action" to see how different preferences affect ranking.
* **Transparent reranking**: Compare personalized vs. non-personalized results to understand the impact of context on relevancy.

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="globe" href="https://p13n-demo-reranking.vercel.app">
    Explore personalized search
  </Card>

  <Card title="Personalization docs" icon="user" href="/capabilities/personalization/overview">
    Implement personalization
  </Card>
</CardGroup>
