# Helvia.ai Release 5.50.0

### 1. Flow Editor updates

#### 1.1 Improved expression visibility for Flow Control nodes

This update allows bot authors to see the full expression configured for a Flow Control node by simply hovering over it, instead of having to click edit. This improves user experience and makes it easier to quickly review and understand the expressions used in Flow Control nodes.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FcyNTVUjJyGFtcR3qveJb%2Fimage.png?alt=media&#x26;token=0549c803-4106-4b6f-a281-0e1cc630764c" alt="" width="280"><figcaption></figcaption></figure>

#### 1.2. New 'Start new Session' node in the flow editor

We are introducing a 'Start new Session' node in the flow editor, which allows users to reset the session while running their bot. This node can be added at the end of a flow as a leaf node and it resets the session when called, changing it on runtime.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FRdODLu3BMN5jgkRyjymp%2Fimage.png?alt=media&#x26;token=7809ab15-6b92-4e11-9f2b-ef7338ebfcaf" alt="" width="257"><figcaption></figcaption></figure>

#### 1.3 Enhanced 'Analytics tags' node for better tag management

The 'Analytics tags' node in the flow has been enhanced to allow bot authors to remove a tag from the chat-session, enabling more powerful analytics tracking using tags.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FkrSHrc27iPdc1nnAY8qs%2Fimage.png?alt=media&#x26;token=90ab0c79-d0a9-41d2-880c-92afe2fd0ca1" alt="" width="413"><figcaption></figcaption></figure>

### 2. Custom webchat setting to disable input field

We have introduced a new custom webchat setting that allows users to disable the input field upon webchat initialization. When true, the input field will be disabled when loading the webchat:

disableSendBoxOnStart: true

### 3. Display extracted metadata in Test Automated Answers widget

This feature allows console admins to view the metadata extracted during the natural language processing (NLP) in the test automated answers widget. This will provide valuable insights into the NLP engine's performance and help to identify any issues with the system.

### 4. Fix for Broken Images in Webchat Settings

This release fixes an issue where the default settings for webchat deployments were showing broken images. The placeholders for "Bot Avatar Image" and "User Avatar Image" have been removed, and when the image URL is empty, the default images will be displayed. This ensures that the webchat settings display correctly and provide a better user experience.


---

# 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.helvia.ai/resources/release-notes/2024/helvia.ai-release-5.50.0.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.
