> For the complete documentation index, see [llms.txt](https://resources.unizin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.unizin.org/products/content/unizin-order-tool/courses-and-ordering/edit-a-placed-order.md).

# Edit a placed order

**Instructors, Coordinators,** and **Program Administrators** may edit orders. Order editing includes adding and removing: Sections, Catalog items, and Content Requests to and from an order.

* Instructors may edit orders that they have created.
* Coordinators may edit any order they have the permission to view.
* Program Administrators may edit any and all orders ever created.

To edit a placed order, navigate to the order number located to the right of a section on the Courses page. Clicking the order number will present an Order summary screen summarizing information about the order.

<div align="left"><figure><img src="/files/ZCL8CMomkIB7KkXwskoZ" alt="arrow highlighting where to find order number"><figcaption></figcaption></figure></div>

Upon clicking the order number, a user will be taken to the Order Summary screen. Click "Edit order" at the very bottom of the page.

<div align="left"><figure><img src="/files/jcpWGpE4Qa1SGmcvK4UT" alt="edit order button"><figcaption></figcaption></figure></div>

You may edit the following items within an existing order: Sections, Catalog items, and Content Requests. These three items can be added to or removed from an existing order. Once any change has been placed within the order, a prompt will appear to confirm that change.

<div align="left"><figure><img src="/files/BVjhjPvfkjvTSSAu8FFx" alt="arrows highlighting different ways to edit an order"><figcaption></figcaption></figure></div>

When you have finalized all edits to your existing order, click "Submit order" at the bottom of the screen.

<div align="left"><figure><img src="/files/4EhwBEIeWlerc0UYRjuf" alt="submit order button once an order has been edited"><figcaption></figcaption></figure></div>

A prompt will appear at the top of the screen to confirm your order has been updated.

<div align="left"><figure><img src="/files/XRUm9WVH8ZTNmveqfT1M" alt="response message saying your order has been successfully updated"><figcaption></figcaption></figure></div>

You will also receive an email receipt, notifying you of the update. This email will include the Course and Term information, update details, Order Details, and a link to return to the Order Summary Page.

<div align="left"><figure><img src="/files/sXy0sHx6AUdoHtWvQ33R" alt="order receipt after an order has been edited" width="344"><figcaption></figcaption></figure></div>


---

# 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://resources.unizin.org/products/content/unizin-order-tool/courses-and-ordering/edit-a-placed-order.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.
