> For the complete documentation index, see [llms.txt](https://foregate.gitbook.io/foregate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foregate.gitbook.io/foregate-docs/zh-tw/zui-xin-gong-gao/chan-pin-geng-xin.md).

# 產品更新

集中查看 ForeGate 的產品更新、資產調整與重要公告。

如需採取操作，請以各公告中的時間與說明為準。

### 最新公告

* [关于2026年5月29日下架USDC的通知](/foregate-docs/zh-tw/zui-xin-gong-gao/chan-pin-geng-xin/guan-yu-2026-nian-5-yue-29-ri-xia-jia-usdc-de-tong-zhi.md) — 說明下架時間、影響範圍與需要完成的操作。

### 常用入口

* [快速入門](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men.md) — 完成註冊、存款與安全驗證。
* [交易基礎知識](/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi.md) — 了解市場模式與交易機制。
* [聯繫我們](/foregate-docs/zh-tw/gui-ze-yu-bang-zhu/lian-xi-wo-men.md) — 遇到問題時取得支援。


---

# 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://foregate.gitbook.io/foregate-docs/zh-tw/zui-xin-gong-gao/chan-pin-geng-xin.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.
