> 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/jun-28th-2024.md).

# 2024年6月28日

## GenStudio

### 錯誤修正

* **協作消息頭像顏色**：解決了協作消息在對話中顯示錯誤頭像顏色的問題。
* **編輯彈窗標題重新加載**：修正了一個錯誤，導致編輯彈窗中的標題不正確地重新加載。

## 控制中心

### 新功能

* **ADMIN 角色**：我們新增了一個 ADMIN 角色，提供增強的控制和管理能力。

### 改進

* **移除管理員的電子郵件驗證**：管理員不再需要進行電子郵件驗證，簡化了訪問和管理。


---

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

```
GET https://docs.skydeck.ai/zh-hk/releases/jun-28th-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.
