> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/account-and-payouts/orders-statuses.md).

# Orders and Their Statuses

The **Orders** page shows every Challenge you've started and where each one stands.

<figure><img src="/files/IZw0FEtFP5xdPFXUQnup" alt=""><figcaption><p>Orders page</p></figcaption></figure>

***

## What you'll see

Each order shows the plan, the price, the time it was created, and a status. There are two you will meet:

* **Awaiting payment**: the order is created and the payment window is still open. Click **Pay now** to finish the payment, or **View details** to see the full order.
* **Payment expired**: the window closed before the order was paid. The order stays in the list as a record, and **View details** is the only thing left on it: there is no button to pay it now. To buy that Challenge you create a new order.

Once payment is confirmed, the order is complete and your account becomes available in **Accounts**.

## Common actions

* **Pay now**: open the payment screen to pay an unpaid order.
* **View details**: see the full breakdown of the order.

***

<details>

<summary>If you closed the payment window or it expired</summary>

It depends on which of the two happened.

**You closed the window, but the time has not run out.** The order is still *Awaiting payment*, so click **Pay now** and finish it. You do not need a new order.

**The time ran out.** The order turns to *Payment expired* and cannot be paid: on the card and inside **View details** there is no payment button at all. Start a new Challenge order instead. Nothing is charged for the expired one.

</details>


---

# 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://hashhedge.gitbook.io/hashhedge-user-guide/account-and-payouts/orders-statuses.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.
