> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-engage/tutorials/tutorials.md).

# Overview

Umbraco Engage is a versatile tool that allows you to collect and use data to create different variants of your website content.

Use the tutorials in this section to learn how Umbraco Engage works and set up specific scenarios on your website.

## [How to Get Started with Personalization](/umbraco-engage/tutorials/how-to-get-started-with-personalization.md)

Learn the foundational steps to personalize your website content by defining your target audience, scoring content, building segments, collecting data, and creating personalized experiences.

## [How To Create a Persona](/umbraco-engage/tutorials/how-to-create-a-persona.md)

Discover how to define and set up personas in Umbraco Engage to tailor your content to specific audience segments.

## [Create a Personalized Pop-up in 5 minutes](/umbraco-engage/tutorials/create-a-personalized-popup-in-5-minutes.md)

Quickly set up a targeted popup for your website visitors using Umbraco Engage's segmentation and personalization features.

## [How to set up an A/B Test](/umbraco-engage/tutorials/set-up-your-first-ab-test.md)

Learn the steps to plan, create, configure, and launch an A/B test on your Umbraco website to optimize performance.

## [Marketing Resources](/umbraco-engage/tutorials/marketing-resources.md)

Access ready-to-use templates for topbars, popups, and exit-intent popups to enhance your website's marketing efforts without developer assistance.

## Umbraco Training

Umbraco HQ offers a specialized training course on using Umbraco Engage to enhance data-driven marketing. The course covers server-side analytics, A/B testing, and personalization, aimed at marketers and content editors who want to improve user experiences directly within Umbraco.

Explore the [Engage for Marketers Training Course](https://umbraco.com/training/courses/engage-for-marketers/) to learn how to use profiling and personas to strengthen your digital strategy and increase conversions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.umbraco.com/umbraco-engage/tutorials/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
