> 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/marketers-and-editors/introduction/the-umbraco-engage-section.md).

# The Umbraco Engage Section

When you install Umbraco Engage, a new section called **Engage** is automatically enabled in the Umbraco backoffice.

![Engage section in Umbraco backoffice](/files/8hcME5JISH6KGjS9lXXX)

If you do not see the Engage section, it is likely that you have not been granted access to it. You can set up access in the **Users** section of Umbraco. If the Engage or Users section is not visible, ask your administrator for assistance.

## The Engage Section

In the Engage section, you will find subsections, each providing insights into a specific feature of Umbraco Engage.

Currently, the available sections are:

* [Analytics](/umbraco-engage/marketers-and-editors/analytics.md): The most important feature of Umbraco Engage where all data is collected.
* [A/B Testing](/umbraco-engage/marketers-and-editors/ab-testing.md): Set up new projects and start A/B testing directly.
* [Personalization](/umbraco-engage/marketers-and-editors/personalization.md): Implement your marketing strategy and set up your personalizations.
* [Profiling](/umbraco-engage/marketers-and-editors/profiling.md): See how visitors engage with your site.
* [Reporting](/umbraco-engage/marketers-and-editors/reporting.md): See how your optimizations contribute to your goals.
* [Settings](/umbraco-engage/marketers-and-editors/settings.md): View and configure global settings used throughout Umbraco Engage.

## The Dashboard

On the dashboard, you can view the current version of the Umbraco Engage installed and see how the license is configured.


---

# 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/marketers-and-editors/introduction/the-umbraco-engage-section.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.
