> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/eme/manual/transport-and-storage.md).

# Transport & Storage

### Safety note for transport <a href="#toc40709207" id="toc40709207"></a>

| ![](/files/ptms8XrqlQ1sUzRaOSuw) | <p><strong>ATTENTION!</strong></p><p><strong>Damage due to improper transportation!</strong></p><p>Significant amount of damage can occur on improper transport.</p><p>Therefore:</p><ul><li>Use caution when unloading equipment in the delivery and the in-house transport and note the symbols and instructions on the packaging.</li><li>Remove the packaging only shortly before the installation.</li></ul> |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

### Transport inspection <a href="#toc40709208" id="toc40709208"></a>

Check the delivery immediately on receipt for completeness and transport damage. Check the shock and tilt indicators placed on the wooden transport box.

Proceed with visible damage as follows:

* Do not receive the delivery or only conditionally receive the delivery.
* Make a note of extent of damage on the transport documents or the bill of delivery.
* Submit a complaint.
* Transport and initial commissioning implemented by manufacturer.

### Packaging <a href="#toc40709209" id="toc40709209"></a>

The packaging is to protect the individual components to the assembly from shipping damage, corrosion and other damage. Therefore, do not destroy the packaging and remove just before the installation.

| ![](/files/ptms8XrqlQ1sUzRaOSuw) | <p><strong>ATTENTION!</strong></p><p><strong>Environmental damage caused by improper disposal!</strong></p><p><strong>Packaging materials are valuable raw materials and can be used in many cases well.</strong></p><ul><li><strong>Therefore:</strong></li><li>ensure the environmentally sound disposal</li><li>Consider the local applicable disposal regulations. If necessary, contact an authorized dealer for the disposal.</li></ul> |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

### Storage <a href="#toc170750930" id="toc170750930"></a>

Store the unit under the following conditions:

* Do not store outdoor.
* Keep dry and dust free.
* Do not expose to aggressive media.
* Protect from direct sunlight.
* Avoid mechanical shocks.


---

# 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.irs.systems/eme/manual/transport-and-storage.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.
