# Jul 12th, 2024

## GenStudio

### New Features

* **Upload Documents in Conversations**: Easily upload and view various document file types directly within your GenStudio conversation history.
* **Image Upload Functionality**: Now you can upload images through the chat completion API, enhancing your visual communication.
* **New Authentication System:** We have replaced the old FusionAuth system with a new, more secure, and efficient authentication system.

### Improvements

* **Enhanced Rememberizer Integration:** Experience a smoother Rememberizer integration flow, making your tasks more efficient.
* **Quick Action Links**: After onboarding, quickly access essential links to get started faster.
* **Revamped Sign-In/Sign-Up Pages**: Enjoy a more user-friendly sign-in and sign-up experience with updated pages.
* **Non-AI Mentions Update**: Improved handling and display of non-AI mentions within the conversations.

### Bug Fixes

* **Rememberizer Integration View:** Addressed a bug in the Rememberizer integration view to ensure smooth functionality.
* **File Display in Conversations**: Limited the max-width for file items to ensure better display in conversation history.
* **Prevent Multiple Clicks**: Prevented users from clicking the Confirm button multiple times in the confirmation modal to avoid duplicate actions.
* **Size Limit Error Handling**: Improved error handling for file uploads that exceed size limits.
* **Uninvited User Error**: Updated error messages and other stylings for uninvited users.

## Control Center

### New Features

* **New Authentication System**: We've replaced the old FusionAuth system with a new, more secure and efficient authentication system.


---

# 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/jul-12th-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.
