# Introduction

While many features and functionalities are enabled by default, some things are to be configured before they are ready to use.

As a developer, it is up to you, to know where to configure which features and which settings to set to change certain functionalities.

In the Developer section, you can find all the resources you need to configure Umbraco Engage for your company's requirements.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Analytics</strong></td><td><a href="/files/1cTUVBVHdA92fkqs0jWT">/files/1cTUVBVHdA92fkqs0jWT</a></td><td><a href="/pages/fUzvzUnP9EIyV42oEj2e">/pages/fUzvzUnP9EIyV42oEj2e</a></td></tr><tr><td align="center"><strong>A/B Testing</strong></td><td><a href="/files/9yf3sEG2mPe7jEdA6BeL">/files/9yf3sEG2mPe7jEdA6BeL</a></td><td><a href="/pages/NVf4VSfZMuh01dsWKukr">/pages/NVf4VSfZMuh01dsWKukr</a></td></tr><tr><td align="center"><strong>Personalization</strong></td><td><a href="/files/hYGlJ1Tnwqq7nx9KNA5m">/files/hYGlJ1Tnwqq7nx9KNA5m</a></td><td><a href="/pages/89mr0wq1MCMo7Yd0Z1JD">/pages/89mr0wq1MCMo7Yd0Z1JD</a></td></tr><tr><td align="center"><strong>Settings</strong></td><td><a href="/files/SFvSvBGKAoFwk6XIvPqY">/files/SFvSvBGKAoFwk6XIvPqY</a></td><td><a href="/pages/1yptMquE4PTKxd5Ps6ir">/pages/1yptMquE4PTKxd5Ps6ir</a></td></tr></tbody></table>

## [Dataflow Pipeline](/umbraco-engage/developers/introduction/dataflow-pipeline.md)

Learn more about how data is collected, stored, and parsed.

## [The Umbraco Engage Cookie](/umbraco-engage/developers/introduction/the-umbraco-engage-cookie.md)

Umbraco Engage uses a cookie to collect visitor data on your Umbraco website. Learn more about how it works in this section.

## [Performance](/umbraco-engage/developers/introduction/performance.md)

Performance is an important metric to consider when working with website development. In this article, you can learn more about the performance considerations taken in Umbraco Engage.


---

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