Skip to main content
A user profile is a representation of a user based on their behavior on your website or app. It’s used in conjunction with Algolia’s NeuralSearch and keyword search to personalize results.

How user profiles are built

Send accurate events to build relevant user profiles. Algolia requires events that describe how users interact with your app. For example, an online bookstore might track when users:
  • Click a specific book in a listing.
  • View the genre or author on the book’s details page.
  • Add the book to their cart.
  • Buy the book.
After receiving events, the Advanced Personalization feature applies various algorithms to your data (index and events). It identifies patterns and relationships within your data to predict user affinities. These affinities are used to create a user profile, which is continually updated with new information.
This feature isn’t available on every plan. Refer to your pricing plan to see if it’s included.

Schema

A user profile is represented in JSON format and includes a unique identifier for the user and their preferences (affinities).
JSON

Properties

Affinity

See also

Last modified on May 19, 2026