# 3rd February 2024

We're excited to announce the latest enhancements to the e6data platform. We have introduced two new features on our platform:

* [**Connectivity**](#connectivity)
* [**Notebook**](#notebook)

### Connectivity

The connectivity section now efficiently generates connection information required for seamless external cluster integration with popular BI tools like Tableau or Power BI. For more information, please refer to the [documentation](/product-documentation/connectivity.md).

**Key Highlights:**

1. **Persistent connectivity:** Even if you disable and then re-enable the workspace, the connection information remains constant, ensuring uninterrupted connectivity between clusters and BI tools.
2. **Client-based connection information:** Once connectivity is enabled for your clusters, you can retrieve the connection information for the supported clients. This connection information is required for external connectivity with the clients.&#x20;

**Prerequisites:**&#x20;

Please make sure to adhere to the following prerequisites before enabling connectivity for your cluster:

* Update Cross-Account IAM permissions
* ALB controller helm chart upgrade
* e6data helm chart upgrade

{% hint style="warning" %}
To enable connectivity, you might need some extended support from the DevOps/Infra team. Please feel free to contact the e6data team for detailed migration steps.
{% endhint %}

### Notebook (Paragraph based Editor)

Users can execute queries in multiple paragraphs, enhancing the ability to run and visualize queries individually within a single tab. With this feature, each query's execution result can be viewed separately, providing a more comprehensive and user-friendly experience. For more information, please refer to the [documentation](/product-documentation/notebook.md).


---

# 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.e6data.com/product-documentation/release-notes-and-updates/3rd-february-2024.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.
