> 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/add-ons/deploy.md).

# Deploy

The Deploy add-on transfers Umbraco Engage configuration items, like goals and A/B tests, between environments with Umbraco Deploy.

The Deploy add-on connects Umbraco Engage to [Umbraco Deploy](https://docs.umbraco.com/umbraco-deploy). It lets you transfer Umbraco Engage configuration items between environments, instead of recreating them by hand.

The add-on is available from Umbraco Engage version 17.

## What it adds

* Deploy support for Umbraco Engage configuration items: goals, personas, customer journeys, and A/B tests.
* Configuration items keep a shared key across environments, so transferred items stay linked.

{% hint style="info" %}
Analytics data is not transferred between environments. Only configuration items such as goals, personas, customer journeys, and A/B tests are included in deployments.
{% endhint %}

![Queueing an Umbraco Engage goal for transfer with Umbraco Deploy](https://2164986937-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fds5IoWmsX6a6ooVdYthx%2Fuploads%2Fgit-blob-9d624502bf8216809a2d21be0e06f2c2115f3783%2Fengage-deploy-queue-for-transfer.png?alt=media)

## Prerequisites

* Umbraco Engage version 17 or higher is [installed](/umbraco-engage/installation/installation.md) and [licensed](/umbraco-engage/installation/licensing.md).
* Umbraco Deploy is installed and configured, or your project runs on Umbraco Cloud.

## Install the package

Install the [Umbraco.Engage.Deploy](https://www.nuget.org/packages/Umbraco.Engage.Deploy) package via NuGet or using your preferred approach. Install it in all environments you transfer between.

{% tabs %}
{% tab title="Visual Studio Package Manager" %}

```
PM> install-package Umbraco.Engage.Deploy
```

{% endtab %}

{% tab title="Console" %}

```console
dotnet add package Umbraco.Engage.Deploy
```

{% endtab %}
{% endtabs %}

Build or restart your website afterwards.


---

# 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/add-ons/deploy.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.
