# Edit/Update an Order

Editing or updating an order may be necessary to correct errors, adjust quantities, update pricing, or accommodate changes requested by clients. This feature ensures that orders remain up-to-date and accurately reflect the latest client requirements, enhancing client satisfaction and facilitating smooth order processing.

### Pre-condition to Use the Feature:

* Users must have an active account on AgencyHandy and be logged in.&#x20;
* Users must be Super Admin/ Admin / PM to edit or update orders.

### Steps to Use:

* **Access Orders:** Log in to your AgencyHandy account and navigate to the "Orders" section.&#x20;
* **Select Order:** Locate the order you wish to edit/update from the list of existing orders. Tick on the order.
* **Initiate Edit Mode:**  An edit button will be activated at the right corner. Click to open its details.
* **Modify Order Details:** Update the necessary fields such as client information, order specifics, quantity, price, or any other relevant details.&#x20;
* **Review Changes:** Double-check all modifications to ensure accuracy and completeness.&#x20;
* **Save Changes:** Once satisfied with the updates, save the changes by clicking on the "Update" button.&#x20;
* **Confirmation:** You will receive a confirmation message confirming the successful update of the order.

<figure><img src="/files/SUXhaeX6IvKm6Hsvqgb8" 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://docs.agencyhandy.com/english/agencyhandy-user-guide-for-agency/orders/edit-update-an-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.
