> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/sales/purchase-orders/create-a-purchase-order/edit-boxes.md).

# Edit Boxes

Open your PO on the principal PO page:

![](/files/-M_1cCzL4hFcqVYmtr0O)

In case the box needs to be modified, use the three icons located at the right-upper part of the box.

![](/files/-M_1uwOIn7V6MRYSEsEH)

**a. Bin icon:** Deletes boxes

First, locate the box you want to delete and click on the bin icon. A message will appear asking for confirmation, please, click on **OK**. It will make a refresh of the Packing List to delete the box.

![](/files/-M_2_jk0Y__1X7VC9q3x)

**b. Two-way arrow icon:** Allow to edit boxes

Click on the two-arrow icon on the box you want to edit. The box content will appear in the Box creation section. Then, you can use the options needed to edit the box such as delete a bunch, change prices, change box types, add freights, add box labels, etc.

**c. Copy icon:**  Copy a box into the creation box section. Saving this one will create a duplicate of a box.


---

# 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://manual.unosofbooks.com/sales/purchase-orders/create-a-purchase-order/edit-boxes.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.
