> 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.md).

# Tutorials

- [Overview](https://docs.umbraco.com/umbraco-engage/tutorials/tutorials.md): Umbraco Engage is a versatile tool that allows you to collect and use data to create different variants of your website content.
- [How to Get Started with Personalization](https://docs.umbraco.com/umbraco-engage/tutorials/how-to-get-started-with-personalization.md): To personalize the content on your website you need to get to know your target audience better. Follow this tutorial to get started.
- [How to Create a Persona](https://docs.umbraco.com/umbraco-engage/tutorials/how-to-create-a-persona.md): On this page, you can learn how you can set up the Personas in Umbraco Engage.
- [Create a Personalized Popup in 5 minutes](https://docs.umbraco.com/umbraco-engage/tutorials/create-a-personalized-popup-in-5-minutes.md): Learn how to create and customize a popup with no coding required in just a few simple steps.
- [How to set up an A/B Test](https://docs.umbraco.com/umbraco-engage/tutorials/set-up-your-first-ab-test.md): A lot of configuration goes into running A/B tests on your website. With Umbraco Engage everything can be configured from the backoffice.
- [Marketing Resources](https://docs.umbraco.com/umbraco-engage/tutorials/marketing-resources.md): Add extra functionality to your website using the templates detailed in this section.
- [Generic Topbar Template](https://docs.umbraco.com/umbraco-engage/tutorials/marketing-resources/generic-topbar-template.md): To boost the marketing activitites on your website, you can add a uMS top bar to you website. Find a template for the top bar in this article.
- [Generic Popup Template](https://docs.umbraco.com/umbraco-engage/tutorials/marketing-resources/generic-popup-template.md): To boost the marketing activitites on your website, you can add a Umbraco Engage popup to you website. Find a template for the popup in this article.
- [Generic Exit Intent Popup Template](https://docs.umbraco.com/umbraco-engage/tutorials/marketing-resources/generic-exit-intent-popup-template.md): To boost the marketing activitites on your website, you can add an exit intent popup to you website. Find a template for the popup in this article.


---

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