> For the complete documentation index, see [llms.txt](https://brainence.gitbook.io/pack-and-track/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brainence.gitbook.io/pack-and-track/pack-and-track.md).

# Pack and Track

Pack and Track allows assigning a package type to an order when it comes to Linnworks, and tracks packages stock in the inventory. \
\
The whole flow is performed via a macro that works with newly came orders, an application that allows matching package type to SKU, and a macro that synchronizes stock levels.

{% hint style="success" %}
**Automated box allocation.** Automatically assign the most suitable box for a package by comparing item volumes and weight. No more manual calculations or guesswork
{% endhint %}

{% hint style="success" %}
**Intelligent Split Package Management.** Need to split an order packages? No problem. The app intelligently divides packages and assigns boxes accordingly. Say goodbye to confusion and hello to smooth order fulfilment.
{% endhint %}

{% hint style="success" %}
**Keep tabs on your packaging inventory effortlessly.** With the app's tracking feature, you can link SKUs of boxes to package types. The app then monitors box usage deducting the utilized boxes from your stock. Stay organized and in control of your packaging materials.
{% endhint %}

{% hint style="success" %}
**Customizable Settings.** Tailor the app to suit your specific needs. Adjust settings, such as box size preferences or tracking schedules, to align with your warehouse operations seamlessly.&#x20;
{% endhint %}


---

# 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://brainence.gitbook.io/pack-and-track/pack-and-track.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.
