> For the complete documentation index, see [llms.txt](https://bombyx.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bombyx.gitbook.io/docs/components/0-database/6-transport-material.md).

# 6: Transport Material

This component calculates the environmental impact of mass material transport. (62.xxx)

**INPUTS:**

The dropdown menu for transport selection will be auto-generated when an value is provided to the "Distance (km)" and "Mass (t)" input.

"Truck Percentage" represents the section of the transport that will be done by truck ("(62.007 Kleintransporter (<3.5 t))" is assumed as average truck emissions), out of the total specified transport. This allows for the definition of both global and local transport in one component.

**OUTPUTS:**

Transport (Text) provides the impact headers and values together for better readability, and Transport (Values) is the output that should be used through the workflow.


---

# 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:

```
GET https://bombyx.gitbook.io/docs/components/0-database/6-transport-material.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
