# Personalization

## Creating a segment

The first thing you need to do is [create a segment](/umbraco-engage/marketers-and-editors/personalization/creating-a-segment.md). A segment is a group of visitors within your website. When setting up a segment you can define which visitors are in a segment.

## Personalizing the website for this segment

Once you've created a segment you can [personalize the experience of your visitor](/umbraco-engage/marketers-and-editors/personalization/setting-up-personalization.md). This can be done on a specific page, on multiple pages, or per Document Type.

## Explicit and implicit personalization

Umbraco Engage allows you to personalize your Umbraco website via [implicit or explicit personalization](/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization.md). To grasp the way Umbraco Engage handles implicit personalization read the[ implicit personalization scoring](/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/implicit-personalization-scoring-explained.md) article. Another option is to see it in action in [the cockpit view](/umbraco-engage/marketers-and-editors/personalization/cockpit-insights.md) at the front end of your Umbraco website.

## Extending personalization

If you want to take your personalization to the next level you can always extend the way the personalization in Umbraco Engage works by default. Contact the technical team and refer to the [Personalization section for Developers](/umbraco-engage/developers/personalization.md).


---

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