> 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/xin-shou-ru-men/kuai-su-ru-men.md).

# 快速入門

快速完成帳戶設定、資金準備與安全驗證，開始你的第一筆交易。

### 從這裡開始

* [如何註冊？](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men/ru-he-zhu-ce.md) — 建立帳戶，選擇電子郵件、Telegram 或錢包登入。
* [如何存款？](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men/ru-he-cun-kuan.md) — 了解直接充值與跨鏈充值流程。
* [Google Authenticator 多重身分驗證 (MFA)](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men/google-authenticator-duo-chong-shen-fen-yan-zheng-mfa.md) — 啟用額外保護，提升帳戶安全。

### 資金相關

* [錯誤儲值常見問題（FAQ）](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men/cuo-wu-chu-zhi-chang-jian-wen-ti-faq.md) — 存款未到帳、金額異常等問題處理方式。
* [如何提款？](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men/ru-he-ti-kuan.md) — 查看提現步驟與操作入口。
* [提現常見問題（FAQ）](/foregate-docs/zh-tw/xin-shou-ru-men/kuai-su-ru-men/ti-xian-chang-jian-wen-ti-faq.md) — 排查常見提現問題與限制。

### 進一步了解交易

* [ForeGate 如何運作？](/foregate-docs/zh-tw/readme/foregate-shi-shen-mo-xiang-mu/foregate-ru-he-yun-zuo.md) — 了解平台角色、流程與市場生態。
* [交易基礎知識](/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi.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/xin-shou-ru-men/kuai-su-ru-men.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.
