# Manage Your Order

## View Your Order

You can view all your order in your Order Management page.&#x20;

<figure><img src="/files/95qtq0jejDZJpymzioXa" alt=""><figcaption></figcaption></figure>

You can also check your order details including the order number and the created time of the order

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

## Pay an Order

The order status would be shown as "to be paid", you can click the order to enter the detail page. If you confirm to proceed the payment of this order, you can click "Pay".

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

There would be a pop up window to show you the team account balance. If you have insufficient balance for this order, you may need to [Recharge your account](/account-management/images-and-media/recharge-your-account.md) first. You can click "Pay Now" for the next step.

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

Lastly, you are required to finish the authentication. After you authenticate successfully, the order will be paid.

## Cancel an Order

Cregis only allow one pending order each time. Therefore, if you need to create a new order, please cancel the pending order first.

The bill status would be shown as "to be paid", you can click the bill to enter the detail page. If you confirm to cancel the bill, you can click "Cancel Order".

<figure><img src="/files/6gkxl4G3hCnZjmTrLAWD" alt=""><figcaption></figcaption></figure>

There would be a pop up window to ask you if you confirm to cancel this order. The order will be cancelled successfully after you click "Confirm".

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


---

# Agent Instructions: 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:

```
GET https://support.cregis.com/account-management/images-and-media/manage-your-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
