# Dec 20th, 2024

## GenStudio

### New Features

* **Trial Plan Implementation**: Introduced a trial plan for new users to experience GenStudio's features.

### Improvements

* **Enhanced Collaborations Page**: Improved the 'My Collaborations' page with a new layout and added informational link buttons for better navigation.

### Bug Fixes

* **Tool Variable Message Display**: Disabled the Markdown view for tool variable messages to enhance readability.
* **Trial Notification Modal**: Fixed an issue where the trial-ended notification modal was incorrectly displayed.

## Control Center

### New Features

* **Static Snapshot Management**: Added the ability to create and delete static snapshots, enhancing data preservation and rollback capabilities.
* **File Upload in Tool Editing**: Enabled file upload and management within tool editing for more flexible tool customization.
* **New Subscription Plans and Credits**: Introduced new plans and credit options, offering users more choices.

### Improvements

* **IP Address Data Handling**: Enhanced IP address data management for better tracking, including updates to APIs and data tables.
* **User Authentication Logging**: Improved logging of user authentication attempts during sign-up and access to GenStudio.
* **Analytics Refinement**: Updated analytics to exclude certain users, improving data accuracy.

### Bug Fixes

* **Admin Password Reset Error**: Resolved an error that occurred when administrators attempted to reset user passwords.
* **Image Size Limit Handling**: Addressed issues related to the maximum allowed image size during uploads.
* **Feature Access Correction**: Fixed an issue where feature access was incorrectly bypassed under certain conditions.
* **Model List Accessibility**: Ensured that authenticated users have proper access to the model list.
* **Translation Updates**: Updated translations and scripts, enhancing multi-language support.


---

# 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/dec-20th-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.
