# Implicit Personalization scoring explained

{% hint style="info" %}
Ensure that you have set up at least one [persona](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas) or [customer journey step](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-the-customer-journey).
{% endhint %}

Implicit personalization is based on gaining confidence that a visitor shows behavior that can be mapped to a persona or a customer journey step. To gain this confidence it is possible to assign points to specific actions within your website. If a certain threshold of points is reached Umbraco Engage assumes the visitor is this persona or in a specific customer journey step. As soon as that point is reached, you can use that information to personalize the website experience of your visitor.

There are four ways to score the behavior of your visitors:

1. [Score the content that a visitor is viewing](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/content-scoring). This can be done per node.
2. [Score from which (external) website or (external) webpage a visitor was coming](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/referral-scoring).
3. [Score the campaigns](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/campaign-scoring) that a visitor is part of.
4. [Implement your own scoring](https://docs.umbraco.com/umbraco-engage/developers/personalization/custom-scoring). In this way, the sky is the limit, because you can hook into any external data source you have or behavior that you want to score.

## Collecting Points

The points of all these different sources are added and this reaches a certain amount of points per persona. Once a persona or journey step reaches the set threshold, the algorithm assigns you to that persona or step.

In the example, the visitor collected 40 points for the **Data & Privacy officer**, 30 points for the **Marketer**, and 0 points for the developer persona:

![Persona scoring example showing points for Data & Privacy Officer](https://1498851568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeiQnEGdbGIoA0IQ3nJUK%2Fuploads%2Fgit-blob-792a3f1d49355a1542254509b4fa9fce69f6dd6c%2Fengage-persona-scoring.png?alt=media)

The threshold in this specific case was set to 25 points. As soon as the **Data & Privacy officer** reached 25 points Umbraco Engage assumed that this visitor was a **Data & Privacy officer**.

In this example the **Think** customer journey step is assumed based on the collected amount of points:

![Customer journey step 'Think' assumed based on the collected points.](https://1498851568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeiQnEGdbGIoA0IQ3nJUK%2Fuploads%2Fgit-blob-e99bde2b589100cfd0369fd1077f5e5a2ac6d1d0%2Fengage-journey-scoring.png?alt=media)

## Tweaking the Scoring

The threshold value and the expected difference between two personas or journey steps can be set in the [customer journey group](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-the-customer-journey) and [persona group](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas).

Setting up a deviation of at least 35 points between two personas the cockpit will show a different visualization in the previous example:

![Persona scoring showing minimal deviation and the algorithm waiting for the threshold to be reached](https://1498851568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeiQnEGdbGIoA0IQ3nJUK%2Fuploads%2Fgit-blob-fdca38b09ed28bdb3119ae565abd7b63662a8730%2Fengage-persona-scoring-with-minimal-deviation.png?alt=media)

You can see that the "**Data and privacy officer**" still has 40 points and the marketer 30 points. Both have also reached the threshold of 25 points, but there is not a minimal deviation of 35 points. The Umbraco Engage algorithm waits for the deviation to reach the set threshold before assuming a persona. For example: the **Data & privacy officer** reaches 65 points (30 points of the marketer + a minimal deviation of 35 points).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/implicit-personalization-scoring-explained.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
