# Sep 13th, 2024

## GenStudio

### New Features

* **Snapshot Management Modal**: Introduced a snapshot management modal for collaborative users to improve workflow.

### Improvements

* **Meta Tags for Public Snapshots**: Added meta tags to public snapshots for better SEO and easier sharing.
* **DLP Validation Flow**: Implemented a new DLP validation flow for enhanced security.
* **Markdown Formatting**: Improved formatting of user-submitted Markdown content for better readability.
* **Expand/Collapse Long Messages**: Added an expand/collapse feature for long user messages in snapshots to improve usability.
* **Free Trial Countdown Clarity**: Enhanced the free trial countdown clock for improved clarity.

### Bug Fixes

* **Markdown Parsing Errors**: Fixed parsing errors when HTML is included in Markdown in user messages.
* **Breadcrumb Update Issue**: Resolved an issue where changing conversations didn't update breadcrumbs.

## Control Center

### New Features

* **Tag Support in CSV Uploads**: Added support for tagging members when uploading CSV files to enhance member organization.
* **Export Members to CSV**: Introduced the ability to export members to CSV, simplifying data management.
* **Admin Password Reset**: Enabled owners and administrators to reset passwords for better account management.

### Improvements

* **Enhanced DLP Processing**: Increased maximum word length for Data Loss Prevention (DLP), allowing users to process larger documents securely.
* **Improved Snapshot Management**: Refined snapshot management permissions for better control over user access.
* **New DLP Validation Flow**: Implemented a new DLP validation flow for enhanced data security.
* **Enhanced Onboarding Experience**: Improved user onboarding by redirecting new sign-ups to GenStudio with helpful links.
* **Translation Feature Enhancement**: Enhanced translation features with rerun capabilities for better multilingual support.

### Bug Fixes

* **Duplicate Collaboration Members**: Fixed an issue where collaboration members were duplicated in the same conversation.
* **Admin Role Isolation**: Resolved role isolation issues for admin users to ensure proper access controls.
* **Account Security Improvement**: Removed verified emails from old admin records to enhance account security.


---

# 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.skydeck.ai/releases/sep-13th-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.
