> 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-cn/accountmanagement/bill_and_payment/manage_your_bill.md).

# 订单管理

## 查看您的订单

您还可以查看订单详情，包括订单号和订单创建时间。

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

## **支付订单**

订单状态将显示为“待支付”，您可以点击订单进入详情页面。如果确认支付此订单，点击“支付”。

<figure><img src="/files/5K5rghye53Z2BKKGfR7p" alt=""><figcaption></figcaption></figure>

弹出窗口将显示您的团队账户余额。如果余额不足，您需要先为账户充值。点击“立即支付”进入下一步。

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

最后，您需要完成身份验证。验证成功后，订单将被支付。

## **取消订单**

Cregis一次只允许有一个待处理订单。如果需要创建新订单，请先取消当前的待处理订单。

账单状态将显示为“待支付”，您可以点击账单进入详情页面。如果确认取消账单，点击“取消订单”。

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

弹出窗口会询问您是否确认取消此订单，点击“确认”后，订单将成功取消。

<figure><img src="/files/gsPVH1WtpDwCBma3X5ub" 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-cn/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.
