# Helvia.ai Release 5.75.0

### 1. Enhanced Session Export with comprehensive data

Bot admins can now export chat sessions with all visible console data in text, Excel, and CSV formats. This update includes the ability to seamlessly export sentiment analysis, session summaries, and variables, ensuring you have a complete view of all interactions.

To download the sessions, go to Records, select the sessions you want to export, click 'Download' and choose the preferred format to access your data.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FurPJMkZ9oFfHyLFWaw14%2Fimage.png?alt=media&#x26;token=f8a5c513-803d-4928-97f0-20a2d56a716a" alt="" width="354"><figcaption></figcaption></figure>

### 2. Seamless Language initialization for webchat deployments

Introducing a streamlined way to deploy webchat in your preferred language! With our new feature, integrators can initialize a deployment script using a specific locale, eliminating the need to juggle multiple deployment IDs. Simply set your desired language directly in the initialization options, and our system will automatically adjust to supported locales. See example below:

```
<script src="{{webchat_script_url}}"></script>
<script> 
    window.HBFWebchat.init( 
      {
        "deploymentId":"{{deployment_id}}",
        "apiUrl":"{{api_base_url}}",
        "language": "en"
      }
    );
</script>
```

Enhance your user experience by delivering localized content effortlessly and maintain a smoother deployment process.

### 3. Font color customization for CSAT

We have introduced a new feature that gives bot admins the ability to set the font color of the Customer Satisfaction (CSAT) interface. Now, you can tailor the appearance to better align with your brand.

If the font color is not specified, it will automatically adopt the existing color, ensuring a consistent look. Additionally, explanatory text will feature a lighter tone of your chosen font color for enhanced readability.

```
{
    "styleSetOptions": {
        "csatFontColor": "blue"
        "csatFontFamily": "Arial",
        "csatFontSize": 16,
        "csatMainColor": "#2bbdc2",
        "csatButtonFontColor": "white"
  }
```

### 4. Setting to hide emoji picker on webchat deployments

Gain greater customization over your webchat deployments with our new feature that allows bot administrators to hide or disable the emoji picker. Easily manage this option via a simple checkbox in the webchat deployment settings.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FJeiDpC14OYUZSrfEOtz8%2Fimage.png?alt=media&#x26;token=cc51cba8-7fc3-473f-b57e-0791b867524a" alt="" width="519"><figcaption></figcaption></figure>

### 5. Enhanced Error Notifications for Knowledge Base CSV Uploads

Our latest update to the Knowledge Bases feature significantly improves the CSV upload process. Users will now receive detailed error notifications, pinpointing the exact location of issues, such as missing content in specific rows (e.g., "Missing content in row 10"). This enhancement allows for quicker troubleshooting, enabling smoother and more efficient data management.

### 6. Customizable messages for NLP process error

We are introducing a new feature that allows bot administrators to configure specific conversational flows in case the NLP process encounters an error. This optional setting can be found in the AI settings, providing the flexibility to guide users seamlessly even in unexpected situations. If not configured, the system will default to a standard message: “I am having trouble processing your request. Please try again in a moment.”

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FCRqAc3PUppZ2J7P2R3sf%2Fimage.png?alt=media&#x26;token=0b236ef7-ba54-4a9b-85fb-37f39b1cadbb" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/2025/helvia.ai-release-5.75.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.
