# 6th June 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;

* [Multi-Factor Authentication (MFA)](#multi-factor-authentication-mfa)
* [Service Accounts](#service-account)

## **Multi-Factor Authentication (MFA)**

### **Overview:**&#x20;

We are excited to announce the launch of Multi-Factor Authentication (MFA) to enhance the security of your account. MFA adds an extra layer of protection by requiring a second form of verification in addition to your password. For more information, please refer to the [documentation](/product-documentation/access-control/multi-factor-authentication-beta.md).&#x20;

### **Key Features:**

* **Enhanced Security:** Reduces the risk of unauthorized access by requiring multiple forms of authentication.

## **Service Accounts**

### **Overview:**&#x20;

We are pleased to introduce Service Accounts, designed to provide programmatic access to the platform without requiring individual user invitations. This feature simplifies access management and ensures continuity when personnel changes occur. For more information, please refer to the [documentation](/product-documentation/access-control/service-accounts.md).&#x20;

### **Key Features:**

* **Programmatic Access:** Allows scripts, applications, or automated processes to interact with the platform securely.
* **RBAC Integration:** Assign specific roles to control the scope of actions a service account can perform.
* **Simplified Management:** Eliminate the need to manage individual user invitations and access rights for each team member.
* **Persistent Access:** Maintain continuous access regardless of team member changes.


---

# 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/6th-june-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.
