> 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/cregis-wallet-guide/zh-tw/accountmanagement/bill_and_payment/manage_your_bill.md).

# 訂單管理

## 查看您的訂單

您還可以查看訂單詳情，包括訂單號和訂單創建時間。

<figure><img src="/files/K02v19tkG58idSCwt5wo" alt=""><figcaption></figcaption></figure>

## **支付訂單**

訂單狀態將顯示為“待支付”，您可以點擊訂單進入詳情頁面。如果確認支付此訂單，點擊“支付”。

<figure><img src="/files/USJRYvD4vb3Jn2QSeu0f" alt=""><figcaption></figcaption></figure>

彈出窗口將顯示您的團隊賬戶餘額。如果餘額不足，您需要先為賬戶充值。點擊“立即支付”進入下一步。

<figure><img src="/files/O2bji1N2OWcKyAq50voP" alt=""><figcaption></figcaption></figure>

最後，您需要完成身份驗證。驗證成功後，訂單將被支付。

## **取消帳單**

Cregis一次只允許有一個待處理訂單。如果需要創建新訂單，請先取消當前的待處理訂單。

帳單狀態將顯示為“待支付”，您可以點擊帳單進入詳情頁面。如果確認取消帳單，點擊“取消訂單”。

<figure><img src="/files/pKeplBBgl75b0Qexsamq" alt=""><figcaption></figcaption></figure>

彈出窗口會詢問您是否確認取消此訂單，點擊“確認”後，訂單將成功取消。

<figure><img src="/files/HSkLMKsXTRgQ2dd4Jwyb" alt=""><figcaption></figcaption></figure>


---

# 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/cregis-wallet-guide/zh-tw/accountmanagement/bill_and_payment/manage_your_bill.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.
