> For the complete documentation index, see [llms.txt](https://kb.theloops.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.theloops.io/releasenotes/release-notes/cx-platform-release-notes.md).

# CX Platform: Release notes

{% updates format="full" %}
{% update date="2026-06-08" %}

## Highlights

We have introduced significant improvements to workspace management by adding UAT and Production workspace types.&#x20;

This enhancement provides greater flexibility for customers to:&#x20;

* Use UAT workspaces for testing, validation, monitoring, and connecting sandbox/UAT integrations.&#x20;
* Use Production workspaces for production integrations and live data.&#x20;

This approach helps keep data from different environments isolated, making it easier to manage, track, and monitor.&#x20;

For existing customers, all current workspaces will be migrated as Production workspaces. A corresponding UAT workspace will also be created.&#x20;

### Known Behavior

The UAT environment **must** be configured with UAT/Sandbox integrations. If no UAT environment is set up, it will appear empty.

## New features

### Enhanced Breadcrumb Experience&#x20;

The breadcrumb navigation has been enhanced to display the currently active workspace along with its workspace type (UAT or Production) on every page after login.&#x20;

<img src="/files/XtwuU4wqseM4P2R9V8OK" alt="" height="132" width="601">

#### Change Workspace Using Breadcrumbs&#x20;

You can now switch workspaces directly from the breadcrumb.&#x20;

{% stepper %}
{% step %}
**Click the Workspace Name**

Click the workspace name displayed in the breadcrumb.

<figure><img src="/files/lSxzyX73oS5QZSHdtQiV" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select a Workspace**

A modal window will open showing all available workspaces and their corresponding workspace types, click the Production or UAT tag for the workspace you want to access.&#x20;

<figure><img src="/files/bBYrbiXlJPzaGYMdZUco" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**After selection, a loader will be displayed while the application:**

* Switches to the selected workspace&#x20;
* Refreshes workspace metadata&#x20;
* Reloads relevant data and API responses&#x20;
  {% endstep %}

{% step %}
**Once the process is complete, the breadcrumb will display the newly selected workspace and its type.**&#x20;

<figure><img src="/files/hPUWFULWKJ4xGsFqOOcf" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Switch between Production and UAT workspace through breadcrumbs

You can quickly switch between the UAT and Production versions of the same workspace directly from the breadcrumb.

{% stepper %}
{% step %}
**Click the Workspace Type Badge**

Click the UAT or Production badge displayed in the breadcrumb.

<figure><img src="/files/M4ZD5G0fqltroTokXq4J" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xKy9ftrLVJMMG0MoyPVY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**A confirmation pop-up will display**

Click Yes to switch to other type of workspace or No to stay on the same workspace.

<figure><img src="/files/BjocrulylCdevLl2hG44" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/rVkj4bURI0tbSuU4Adl9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: Switching workspace types refreshes workspace metadata and related information in the background. A loader will be displayed until the process is completed.
{% endhint %}
{% endstep %}
{% endstepper %}

### Improved Change Workspace Page&#x20;

The Change Workspace page has been redesigned to provide a better user experience.&#x20;

The page now displays:&#x20;

* All available workspaces&#x20;
* UAT and Production workspace types&#x20;
* Edit functionality&#x20;
* Delete functionality&#x20;
* Set Default Workspace option&#x20;
* Add Workspace option&#x20;

The currently active workspace is highlighted for easy identification.&#x20;

<figure><img src="/files/OBN3UC1ENFktl91xCqo2" alt=""><figcaption></figcaption></figure>

#### Add or Delete Workspace&#x20;

* To add a new workspace or delete an existing workspace, please contact the Loops Administrator.&#x20;

#### Edit Workspace&#x20;

* Workspace names are unique and cannot be modified after creation.&#x20;
* Only the workspace description can be updated.&#x20;

<figure><img src="/files/SaiesNSpeRlISRzRytAY" alt=""><figcaption></figcaption></figure>

#### Set Default Workspace&#x20;

The default workspace is highlighted in the workspace list.&#x20;

To change the default workspace:&#x20;

1. Locate the desired workspace.&#x20;
2. Click the Star icon next to that workspace.&#x20;

The selected workspace will become your default workspace.&#x20;

<figure><img src="/files/x715J3Aa5fCHAx4uiUVq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lyLaMFKbZ6Xjn4IKnwLu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: After login, the system always activates the Production version of the default workspace.
{% endhint %}

### Additional Breadcrumb Enhancements

* The breadcrumb now provides quick navigation to the home page of the currently active section.&#x20;
* Simply click the active page title within the breadcrumb to return to its home page.&#x20;

<figure><img src="/files/Q7ufKy9IXTX8vLtG0dua" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fo5JxPWyYORpGor7A3GD" alt=""><figcaption></figcaption></figure>
{% endupdate %}
{% endupdates %}


---

# 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:

```
GET https://kb.theloops.io/releasenotes/release-notes/cx-platform-release-notes.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.
