> For the complete documentation index, see [llms.txt](https://docs.e6data.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.e6data.com/product-documentation/release-notes-and-updates/6th-sept-2024.md).

# 6th Sept 2024

We're excited to announce the latest updates and enhancements to e6data. This release brings a host of new features, improvements, and bug fixes to enhance your experience with our platform.&#x20;

* [Enhanced Data Analyst role](#enhanced-data-analyst-role)

## Enhanced Data Analyst role

### Overview

We are pleased to announce an update to our RBAC system with the introduction of an enhanced **Data Analyst** role. This role is designed to offer more fine-tuned access controls for query execution, ensuring that users can perform their tasks efficiently while adhering to data governance and security policies.

### **Key Features of the enhanced "Data Analyst" Role:**

* **Programmatic Access**:\
  Users with the Data Analyst role can execute queries programmatically, allowing them to integrate query execution into automated processes, scripts, or APIs for streamlined data analysis and reporting.
* **Query Editor Export**:\
  Users are granted access to the query editor and can download query results. This functionality allows data analysts to run queries and export the resulting data for offline analysis or further use, ensuring flexible access to data.
* **Query Editor View Only**:\
  Users can execute queries using the query editor but are restricted from downloading query results. This is ideal for scenarios where data needs to be analyzed on-platform without the risk of sensitive data being exported.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.e6data.com/product-documentation/release-notes-and-updates/6th-sept-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
