# Sep 20th, 2024

## GenStudio

### New Features

* **LaTeX Equation Support**: You can now include LaTeX equations in your content.

### Improvements

* **Simplified Account Management**: Access your account settings without needing to re-login.
* **Improved Code Display**: Code blocks now support word wrapping for better readability.
* **Enhanced Import Messages**: Clearer error messages when importing JSON tools.
* **Consistent Title Length**: Titles are now limited to 60 characters for uniformity.
* **Optimized Sign-in Experience**: Enhanced sign-in and sign-up pages for better work account integration.

### Bug Fixes

* **Resolved Message Errors**: Fixed issues with parsing HTML in Markdown that caused errors in messages.
* **Stability Improvements**: Fixed a crash when using collapsible sections in assistant messages.

## Control Center

### New Features

* **Perplexity AI Integration**: Access enhanced content generation capabilities with the new Perplexity AI integration.
* **Expanded AI Models**: Added new OpenAI models, providing enhanced AI capabilities.

### Improvements

* **Simplified Account Management**: Manage your account without needing to re-login, saving you time.
* **Improved Tool Integration**: Conversations now use appropriate system prompts when tools are activated, enhancing accuracy.
* **Enhanced Error Messages**: Clearer messages during tool validation for easier troubleshooting.
* **Unified Title Display**: Routines and conversations now share consistent title truncation for a uniform experience.
* **Optimized Sign-in Experience**: Enhanced sign-in and sign-up pages for better work account integration.
* **Enhanced PDF Processing**: Improved extraction of uploaded PDFs, even when they contain unsupported images.
* **Advanced Data Protection**: Data Loss Prevention now checks for personal names and locations to secure sensitive information.
* **Updated DLP Settings**: Data Loss Prevention is now turned off by default, giving you more control over data handling.

### Bug Fixes

* **Performance Improvements**: Resolved issues where routines could exhaust resources when called multiple times.


---

# 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-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.
