# Version 2.3.5 | Jul 8, 2025

### **Overview** <a href="#overview" id="overview"></a>

This release improves user interaction and interface alignment across the CoI platform. It fixes layout inconsistencies, refines the "Rename Labels" popup to meet design standards, and addresses sign-in and permission-related issues for a smoother user experience.

### **Release summary** <a href="#release-summary" id="release-summary"></a>

| **Component**  | **Capability**                   | **What it delivers**                                                              |
| -------------- | -------------------------------- | --------------------------------------------------------------------------------- |
| Settings       | Rename Labels pop-up consistency | Resolved inconsistencies with missing help texts and misaligned icons             |
| Authentication | Sign-in flow fix                 | Removed unwanted error messages during first-time sign-in                         |
| Authentication | reCAPTCHA error handling         | Resolved the issue with the missing reCAPTCHA token during sign-in                |
| Permissions    | Role-based access correction     | Restored access for Operators to use cases they had created earlier as Executives |
| Navigation     | Redirect correction              | Clicking “Use Case” in the dashboard now routes correctly to the Use Case page    |

### **Bug fixes** <a href="#bug-fixes" id="bug-fixes"></a>

**First-time sign-in flow interrupted by error toast**

Users signing in for the first time without company details were incorrectly shown an error toast. This message has been removed, and the sign-in flow now continues smoothly without interruption.

**"Rename Labels" popup inconsistencies**

The "Rename Labels" pop-up in the ‘Settings’ page was missing help texts and had misaligned icons. These issues are now resolved:

* Example/help texts (e.g., “Example: Department, Verticals”) are now shown below each input field.
* Info ("i") icons are correctly aligned next to each label, and their tooltips appear cleanly when hovered.

**Operators unable to access their own use cases**

Operators who had created use cases while assigned as Executives were unable to view them after a role change. This issue has been fixed—Operators can now access all previously created use cases regardless of their current role.

**Dashboard navigation bug**

Clicking the “Use Case” option on the dashboard did not trigger navigation, leaving users stuck on the dashboard. The redirect logic has been fixed—clicking “Use Case” now correctly opens the Use Case page.

**Sign-in blocked due to invisible reCAPTCHA**

A "reCAPTCHA token is missing" error occurred during sign-in, despite no reCAPTCHA being displayed. This issue has been resolved—reCAPTCHA is now visible and correctly validates the user before sign-in is completed.


---

# 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.zbrain.ai/zbrain-release-notes/zbrain-coi-release-notes/version-2.3.5-or-jul-8-2025.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.
