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

# Inspect a user profile

> Learn how to inspect a user profile with Advanced Personalization.

export const UserToken = () => <Tooltip tip="A user token is a pseudonymous ID that represents an individual user across Algolia searches and events. It links queries, clicks, and conversions to a user profile, enabling user-level analytics, personalization, and recommendations." cta="User token" href=" /doc/guides/sending-events/concepts/usertoken">
    user token
  </Tooltip>;

The [**User Inspector**](https://dashboard.algolia.com/advanced-personalization/user) in the Advanced Personalization dashboard shows profiles of users interacting with your Algolia search and discovery experience. This tool offers insights into user preferences and helps troubleshoot personalization issues.

<Frame caption="Dashboard interface to inspect a user profile">
  <img src="https://mintcdn.com/algolia/aN8Lr52w2iijNnTe/images/guides/advanced-personalization/user-inspector.png?fit=max&auto=format&n=aN8Lr52w2iijNnTe&q=85&s=ef1d192d33ed1abdcf8ec22a6709ab27" alt="Screenshot of the 'User Inspector' interface showing user 'V1StGXR8_Z5jdHi6B-myT' with 'Affinities' and 'brand' sections and a 'Delete user' button." width="2218" height="1634" data-path="images/guides/advanced-personalization/user-inspector.png" />
</Frame>

## Access the User Inspector

Find the [**User Inspector**](https://dashboard.algolia.com/advanced-personalization/user) in the Algolia Advanced Personalization dashboard.

## Select a user

To inspect a user profile:

1. Open the user selector to see a list of recent users who have interacted with your app. This list updates dynamically as users engage with your experience.
2. Select a user profile to view by clicking on their <UserToken /> in the list.
3. If you can't find the user you want, enter their user token manually to inspect their profile.

<Frame caption="Dashboard interface to select a user profile">
  <img src="https://mintcdn.com/algolia/aN8Lr52w2iijNnTe/images/guides/advanced-personalization/user-selector.png?fit=max&auto=format&n=aN8Lr52w2iijNnTe&q=85&s=11caddcb98b4abd70b86f9dea234961f" alt="Screenshot of a user selection interface with the label 'User' and a drop-down menu labeled 'Select user' with an icon." class="['m-auto']" width="530" height="192" data-path="images/guides/advanced-personalization/user-selector.png" />
</Frame>

## View last profile update

The **User Inspector** shows when the profile was last computed. This date helps you understand how current the user's profile is and when it last included a meaningful interaction.

## Analyze user affinities

The **User Inspector** groups affinities by attribute. These attributes match the [attributes for affinities](/doc/guides/personalization/advanced-personalization/configure/setup/indices#select-the-attributes-for-affinities) you set up, such as product categories, brands, or other relevant aspects of your data. This organization helps you understand which parts of your catalog appeal most to each user.

User interactions like views, clicks, and conversions create affinities. Unlike explicit preferences a user might state, these affinities come from actual user behavior. For more details, [see how Advanced Personalization builds user profiles](/doc/guides/personalization/advanced-personalization/what-is-advanced-personalization/concepts/user-profiles#how-user-profiles-are-built).

Advanced Personalization uses a scoring system for affinities. Each affinity gets a score from 1 to 20. A score of 1 shows weak interest, while 20 indicates strong preference for that attribute. For example, an affinity score of 18 for "Electronics" suggests high interest in electronic products. Algolia uses these scores to rank search results appropriately.

<Frame caption="Dashboard interface to view affinities for an attribute">
  <img src="https://mintcdn.com/algolia/aN8Lr52w2iijNnTe/images/guides/advanced-personalization/user-inspector-affinity-table.png?fit=max&auto=format&n=aN8Lr52w2iijNnTe&q=85&s=c119a146c292c446f87dfe615bb1ec35" alt="Dashboard interface to view affinities for an attribute" class="['m-auto']" width="1698" height="1034" data-path="images/guides/advanced-personalization/user-inspector-affinity-table.png" />
</Frame>

If the user has more than 5 affinities for an attribute, click the **View all** button to see the complete list.

## Manage a user profile

Find the **Danger Zone** section at the bottom of the **User Inspector** page. Here you can [delete a user profile](/doc/guides/personalization/advanced-personalization/monitor/in-depth/delete-a-user-profile) if needed.

## See also

* [User profiles](/doc/guides/personalization/advanced-personalization/what-is-advanced-personalization/concepts/user-profiles)
* [Delete a user profile](/doc/guides/personalization/advanced-personalization/monitor/in-depth/delete-a-user-profile)
