> For the complete documentation index, see [llms.txt](https://docs.agenatrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenatrader.com/webtrader/modifying-orders.md).

# Modifying Orders

To modify Orders please follow these steps

* Go to the trading tab and click on "Orders" section
* On the right side of each order, there is a button labeled "Modify Order"
* Click on the "Modify Order" button for the order you wish to change
* The "Edit Order" section will appear, allowing you to modify the order quantity and limit price.
* To change the order's price you can also drag and drop the order from the chart.

For a clearer understanding, please refer to the attached file. It will provide more detailed guidance.

{% embed url="<https://youtu.be/C-KEPfTTiyk>" %}

**Note:** You cannot modify the "**Order Type**" & "**Side**" in "**Edit Order**" section. To do so, you need to delete the current order and place a new one.


---

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

```
GET https://docs.agenatrader.com/webtrader/modifying-orders.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.
