> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/carbon/carbon-faqs/upfront-carbon-emissions-transport-to-site-module-a4.md).

# Upfront Carbon Emissions - Transport to Site (Module A4)

**Transport emissions reductions**

The emissions from transporting building products, formwork, and machinery to and from a construction site can be calculated by multiplying the total mass from a given location by an appropriate emission factor for the correct mode of transport (truck, ship, diesel train, etc.). Emissions do not need to be calculated product-by-product, but rather by the total tonne-kilometres of transport for each mode of transport.

**Example:**

* 2,000 kg of scaffolding is moved to the construction site from a warehouse at the start of the project. It remains on-site for the duration of the project, after which it is moved back to the same warehouse. The distance from the warehouse to the site is 30 km. The truck travels across an urban area in both directions. Assume an emission factor of 0.128 kg CO2e/tkm.
* GWP-Total = (30 km + 30 km) \* (2,000 kg / 1,000 kg/t) \* (0.128 kg CO2e/tkm)
* GWP-Total = 15.4 kg CO2e

**Sample emission factors**

The following table provides sample emission factors for different modes of transport:

| Freight type                   | Carbon footprint per tonne-kilometre (kg CO2e/tkm) | Source       |
| ------------------------------ | -------------------------------------------------- | ------------ |
| Air, domestic                  | 1.86                                               | AusLCI v1.38 |
| Air, international             | 1.65                                               | AusLCI v1.38 |
| Rail                           | 0.0240                                             | AusLCI v1.38 |
| Van, 3.5t gross weight         | 1.54                                               | AusLCI v1.38 |
| Truck, 3.5 to 16t gross weight | 0.216                                              | AusLCI v1.38 |
| Truck, 16 to 28t gross weight  | 0.128                                              | AusLCI v1.38 |
| Truck, 28t gross weight        | 0.0719                                             | AusLCI v1.38 |
| Truck, 40t gross weight        | 0.0686                                             | AusLCI v1.38 |
| Ship, container ship           | 0.0161                                             | Defra (2022) |
| Ship, bulk carrier             | 0.00354                                            | Defra (2022) |


---

# 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.betterbuilding.io/user-guide/workflows/carbon/carbon-faqs/upfront-carbon-emissions-transport-to-site-module-a4.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.
