# Aug 23rd, 2024

## GenStudio

### Bug Fixes

* **Access to Update Password Page**: Fixed an issue where the Update Password page was not accessible when password authentication was disabled.

## Control Center

### New Features

* **Media Display in Snapshots**: Enabled viewing of media files within snapshots for enhanced content review.

### Improvements

* **High-Definition Image Processing**: Improved image detail when processing images via the LLM API for clearer outputs.

### Bug Fixes

* **Accurate Token Calculation for PDFs with Images**: Corrected token calculation errors to ensure precise processing of PDFs containing images.
* **Improved PDF Compatibility**: Handled JB2 pages in PDFs to enhance document processing reliability.
* **Enhanced Document Upload Reliability**: Removed null characters in uploaded documents to prevent processing issues.
* **Corrected Email Links**: Fixed issues with email URLs to ensure proper navigation from email communications.
* **General Stability Improvements**: Addressed various backend issues to enhance overall system reliability.


---

# 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/aug-23rd-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.
