# Personalization

One of the most common situations for implementing personalization is because you want to serve specific content to your users.

Groups of visitors are identified through segments, consisting of requirements to be met. This segment information is used to customize the user's experience through Applied Personalization.

The following articles cover common methods for implementing personalized content on your website.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Implement your own segment parameters</td><td><a href="/pages/GXDZQUXVIAlwmkjFJgVW">/pages/GXDZQUXVIAlwmkjFJgVW</a></td></tr><tr><td align="center">Retrieve segment information from code</td><td><a href="/pages/o3GzO8xIvI9qw8WkILmB">/pages/o3GzO8xIvI9qw8WkILmB</a></td></tr><tr><td align="center">Add custom scoring</td><td><a href="/pages/vxI1u9hLRo1sF7D0oGtQ">/pages/vxI1u9hLRo1sF7D0oGtQ</a></td></tr></tbody></table>


---

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