# Modify Order

Assuming you want to modify the buy price from 67750 to 67000 in specific order.

* Step 1: Navigate to "Open Orders" tab.
* Step 2: Select the order you want to modify, and click "Modify.”

<figure><img src="/files/11CkE4CUQ4hNv8S7QFn4" alt=""><figcaption></figcaption></figure>

* Step 3: Change the price to 67,000 USDC.
* Step 4: Click "Modify" to confirm the change.

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

This operation is only applicable to new open orders. Partially filled or other statuses cannot be modified. If your order is executed during the modification process, the modification will fail.


---

# 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://vesselfinance.gitbook.io/vessel/mainnet-user-guide/trade/modify-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.
