> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/packing-slip-centre.md).

# Packing Slip Centre

A packing slip is a document that provides essential information about the items included in the package, describing the detailed summary of the contents. The packing slip accompanies a shipment of goods and the primary purpose of a packing slip is to ensure that both the sender and the receiver have a clear and accurate record of what has been shipped.

The Packing Slip Centre lists all the packing slips generated in the system. It acts as a centralized hub that allows users to manage and track packing slips, ensuring seamless communication between sales and logistics teams.

#### Key Features of the Packing Slip Centre

The Packing Slip Centre offers several advantages to businesses looking to streamline their shipping documentation:

* **Real-time Tracking:** The packing slip centre gives access to the latest shipment data and allows users to monitor the progress of each order, proactively identifying and addressing potential delays.
* **Improved Tracking**: Unique identifiers for packing slips, invoices, and sales orders allow for easy tracking and reconciliation.
* **Compliance and Transparency**: Detailed tax fields ensure that all tax liabilities are accurately documented, helping businesses remain compliant with tax regulations.
* **Operational Efficiency**: By centralizing packing slip management, businesses can save time and resources, focusing on core operations.


---

# 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://docs.xorosoft.com/xoroerp-1/warehouse/picking/packing-slip-centre.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.
