> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/releases/aug-9th-2024.md).

# 2024年8月9日

## GenStudio

### 新功能

* **用戶名/密碼登入：** 您現在可以使用您的用戶名和密碼進行登入，以簡化登入過程。
* **密碼重置：** 如果您忘記密碼，可以輕鬆重置，讓帳戶恢復變得更加方便。
* **上傳檔案到 S3：** 將您的檔案直接上傳至 S3，以改善儲存和管理。
* **Groq 整合：** 與 Groq 整合，以增強系統功能。

### 改進

* **行動裝置快照介面:** 在行動裝置上享受更好的快照查看體驗。
* **內邊距更新:** 更新快照內容的內邊距，以增強視覺體驗。
* **標誌渲染:** 修正標誌渲染問題，以獲得更精緻的外觀。
* **上傳檔案:** 現在可以直接在平台內查看上傳的檔案。
* **不需要SMS驗證:** 登入GenStudio不再需要SMS驗證，簡化了流程。

### 錯誤修正

* **Rememberizer 集成：** 修正了一個 Rememberizer 集成無法重新連接的問題。

## 控制中心

### 新功能

* **電子郵件/密碼登入：** 控制中心用戶現在可以使用他們的電子郵件和密碼註冊和登入，並透過 SMS 驗證來增強安全性。
* **電子郵件驗證：** 增加了電子郵件驗證以確保安全的帳戶設置。
* **reCAPTCHA 整合：** 在身份驗證頁面和忘記密碼頁面添加了 reCAPTCHA 以增強安全性。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skydeck.ai/zh-hk/releases/aug-9th-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
