# Order Management

Under construction....&#x20;

The 'My Orders' section allows for various actions to be performed.

#### Order Progress

In the below example, you can see:

* 2 **unfilled** orders in XUSDC > XRD and XRD > XUSDC
* A **partially fille**d order in XRD > XUSDC : 5,021 out of 10,000 XRD has been filled

<figure><img src="/files/dKutifyDLUTvgaMqx8yT" alt=""><figcaption><p>Order Book Management : 2 unfilled orders and 1 partially filled - see the 'Claim' button</p></figcaption></figure>

#### Claim Order

If we hover over the partially filled order, you will see a 'Claim' button appear.

Clicking this button will:

* Claim the 213.4 XUSDC earned from selling 5,021 XRD
* Cancel the remaining unfilled portion

Subsequently, the active order will disappear from the order book.

You can also click the 'Claim All Filled Orders' button to batch across all your orders.

#### Cancel Order

Canceling an order is very easy. Hovering over an order highlights a dustbin icon.

<figure><img src="/files/fjy2W690DgSAF7uai2rl" alt=""><figcaption><p>Dustbin icon appears for an unfilled order</p></figcaption></figure>

Simply click on the dustbin to cancel that order (and sign in the Radix wallet).

As for claiming, you can cancel all your active unfilled orders via 'Cancel All Unfilled Orders'


---

# 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://docs.caviarnine.com/products-floop/order-book/order-management.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.
