> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/announcement/zh-tw/apr-2025/cregis-geng-xin-tong-zhi-ban-ben-v3.1.0.md).

# Cregis更新通知- 版本 \[V3.1.0]

尊敬的Cregis用戶，

您好！我們將於<mark style="color:green;">**2025年4月27日 07:00 - 08:00（UTC+8）**</mark>推出Cregis的最新版本 <mark style="color:green;">**V3.1.0**</mark>，此次更新爲<mark style="color:green;">**強制更新**</mark>。系統維護期間，登錄、轉賬、API接入、收單等功能都會受到影響，充值可能延遲到賬，收單結算將在維護結束後進行。我們非常抱歉給您帶來不便，請您提前安排業務，並在維護結束後及時升級版本及調整相關權限。

本次更新內容如下：

1. AML 功能全面升級（APP 端僅支持查詢記錄）
   1. 支持自動查詢、手動查詢、查詢記錄詳情等
   2. 新增 AML 規則配置
2. KYB 認證支援企業證明資料審核
3. 優化項目及支付引擎模組回調記錄顯示（僅支持 PC 端）
4. 錢包多鏈幣種增加餘額狀態展示（僅支持 PC 端）
5. 帳單匯出功能優化（僅支持 PC 端）
6. 修復已知問題

感謝您一直以來對Cregis的支持！如有任何疑問，請隨時聯繫我們。

Cregis團隊\
2025-04-24


---

# 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://support.cregis.com/announcement/zh-tw/apr-2025/cregis-geng-xin-tong-zhi-ban-ben-v3.1.0.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.
