> For the complete documentation index, see [llms.txt](https://doc.loadmaster.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.loadmaster.biz/4-ui-and-terminologies/4.10-two-step-loading/untitled.md).

# 4.10.1 Intermediate Packing Methods

When cargoes are first loaded into pallet/boxes and then loaded into the container, we must define the \[Intermediate Packing Methods] of a cargo. The intermediate packing methods include: freely choice of intermediate packaging and designated intermediate packaging, or the cargoes can be directly loaded into the container.

(1) Automatically Choose Intermediate Containers: Cargoes can be placed on any pallets/boxes. You can add commonly used intermediate pallets/boxes to the \[intermediate container] page. LoadMaster will choose the most appropriate containers to place cargoes.

(2) Choose an Intermediate Container: the cargo could only be placed on the chosen intermediate pallet/box. To use this method, you need to firstly put the chosen intermediate pallet/box in the container database first. Please see “Container Management” below for more details.

The intermediate packing method can be set in the "Intermediate Packing Method" on the \[Cargo] page. When \[choose an Intermediate container] is selected, you need to specify the container to be used for the cargo. As shown in the figure:

![](/files/-MEM3Vjd7v89-R58b-mt)

The intermediate packing method can also be defined in the excel template. The "intermediate loading method" in the template is defined by numbers: "0" stands for “Directional Loaded into the Final Container”; "1" stands for "Automatically Choose Intermediate Containers"; "2" stands for "Choose an Intermediate Container", and you need to fill in the name of the specified container in the "intermediate container" column (to be consistent with the name in the database), as shown below:

![](/files/-MEM3Y0bplTfO2NenXO2)


---

# 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://doc.loadmaster.biz/4-ui-and-terminologies/4.10-two-step-loading/untitled.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.
