# Workspace Views

In the Content section of Umbraco, you will see the Umbraco nodes. Most of them will relate to a specific page in your website. If you have installed the Umbraco Engage, each Umbraco node will have three extra Workspace Views.

![Umbraco content nodes with Engage workspace views](/files/GNc5ThKlmiJai9QT4n7r)

{% hint style="info" %}
Content Apps have been renamed to Workspace Views to align with the Umbraco backoffice architecture. If you are configuring or customizing these views, refer to the [Workspace Views](https://docs.umbraco.com/umbraco-cms/extend-your-project/backoffice-extensions/extending-overview/extension-types/workspaces/workspace-views) article for full implementation details.
{% endhint %}

## Analytics

If you navigate to a node, you will see the Analytics workspace view. If you open the Workspace View, the Analytics data of this specific node is loaded.

![Viewing the Analytics workspace view for a specific node](/files/5hdv5x4nTH7Xq6KKPcMF)

## A/B Tests

The A/B Tests workspace view allows you to test your Umbraco node within the splitview functionality. Every Document Type can be A/B tested:

![Using the A/B Testing workspace view to test splitview functionality](/files/cIbg3s2lH88Q67jjawrX)

## Personalization

The Personalization workspace view allows you to score a specific page based on the customer journey and persona (for implicit content scoring).

![Personalization workspace view for scoring a page](/files/rLTQ91V8pscTazXdrUBX)

It also allows you to set up personalized variants for each node.

![Setting up personalized variants for each Umbraco node](/files/bwN6am8R2AwBOhAtYHCE)

## Managing the access to Workspace Views

In the **Settings** section, navigate to **Engage** -> **Configuration** and select the **Permissions** tab. Here you can manage which Document Types the workspace views are displayed on, and which Umbraco user groups can access them. They can be managed per Document Type and per user group.

![Document Type Permissions in the Settings section](/files/IwA22ZrCyD2vZlETfi6d)

![User group Permissions in the Settings section](/files/yaKL0dH7ElSxKBxHflZa)


---

# 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/18.latest/marketers-and-editors/introduction/workspace-views.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.
