# 28th April 2023

## Summary

The 28th April 2023 release of e6data includes the following features & enhancements:

* [Data Preview](#data-preview)
* [Query Editor UI Improvements](#query-editor-ui-improvements)

## Usage Notes

No user action is required to access the features in this release.

## Platform Release Notes

### Data Preview

The Data Preview feature generates a query that returns the first 10 records of a table or column. This gives users a quick glimpse of what data is present before writing a query.

More information: [Data Preview](/product-documentation/query-editor/data-preview.md)

### Query Editor UI Improvements

The handling of columns containing long results (e.g. JSON payloads, etc.) has been improved. Cells that contain data longer than 3 lines will now display a scrollbar & be expandable for easier navigation.


---

# 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/28th-april-2023.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.
