# Cockpit

Umbraco Engage includes a cockpit feature to help verify the tracking of analytics and understand personalization behavior. The cockpit adds a button to the front end, giving real-time insights.

As of Umbraco Engage 16, the cockpit is automatically added and visible for logged-in Umbraco users.

{% hint style="info" %}
Automatic injection of the Cockpit can be disabled by setting ‘**Engage:Cockpit:EnableInjection**’ configuration to **false** in your appsettings.json file.
{% endhint %}

When visiting the front-end website, the Umbraco Engage Cockpit will appear on the left or right side of the screen. The cockpit will only be rendered if the user is logged into Umbraco.

![Umbraco Engage Cockpit](https://1498851568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeiQnEGdbGIoA0IQ3nJUK%2Fuploads%2Fgit-blob-b06404ee913b0dce4732c920e2ebd56dafdf0610%2Fengage-cockpit.png?alt=media)

Clicking the **Open** button provides detailed information:

![Umbraco Engage Cockpit - Detailed information](https://1498851568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeiQnEGdbGIoA0IQ3nJUK%2Fuploads%2Fgit-blob-3658ab7baaa66fd8bcf817cc495df394b7623d3d%2Fengage-cockpit-2.png?alt=media)

If the Cockpit is missing and the Umbraco backoffice runs on a different domain, see the [Load Balancing and CM/CD Environments](https://docs.umbraco.com/umbraco-engage/getting-started/for-developers/loadbalancing-and-cm-cd-environments) article.

## Opening the Cockpit in CM/CD Environments

In load-balanced setups where the backoffice runs separately, you can use the **Open Cockpit** button in the Engage dashboard to open the Cockpit. This provides secure authentication without requiring cookie domain configuration.

See [Load Balancing and CM/CD Environments](https://docs.umbraco.com/umbraco-engage/getting-started/loadbalancing-and-cm-cd-environments#cockpit) for detailed setup instructions.
