# 17th January 2024

We're excited to announce the latest enhancements to the e6data platform. We are introducing support for several new functionalities.

### Query Editor

#### Multi Result Tab

This functionality simplifies the process of managing and analyzing the outcomes of multiple queries concurrently within the result pane. For more information, please refer to the [documentation](https://docs.e6data.com/product-documentation/query-editor/results-pane#multi-result-tab).

**Key Highlights:**

1. **Efficient Result Navigation:** Access results for different queries seamlessly through dedicated tabs in the left navigation panel of the result pane.
2. **User-Friendly Interface:** Simply click on the desired tab to view and download the results for a specific query.

#### Copy and View Result Cell Data

After executing a query, users can choose and copy data from any cell within the results, enabling seamless data exploration. This functionality becomes particularly valuable in scenarios with extensive result sets, providing an efficient means for users to interact with and comprehend large payloads. For more information, please refer to the [documentation](/product-documentation/query-editor/results-pane.md#copy-and-view-result-cell-data).

#### Error Handling during query failure

The Query Syntax Error Highlighting is a feature that helps users identify and rectify syntax errors in their SQL queries. When an error occurs in the query, the specific line or paragraph containing the error is highlighted within the query editor. For more information, please refer to the [documentation](/product-documentation/query-editor/editor-pane.md#error-highlighting).


---

# 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/17th-january-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.
