# 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="personalization/implement-your-own-segment-parameters">implement-your-own-segment-parameters</a></td></tr><tr><td align="center">Retrieve segment information from code</td><td><a href="personalization/segment-information">segment-information</a></td></tr><tr><td align="center">Add custom scoring</td><td><a href="personalization/custom-scoring">custom-scoring</a></td></tr></tbody></table>
