> For the complete documentation index, see [llms.txt](https://wiki.greatcollaboration.uk/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.greatcollaboration.uk/knowledgebase/society/business-files/construction-medium-sized-company-sustainability-guides.md).

# Construction Medium-Sized Company Sustainability Guides

### For medium-sized construction firms, trades and contractors

#### Main focus

Construction businesses often face high costs from materials, transport, fuel, site waste, equipment use and rework. Sustainability should focus on better planning, reducing waste and improving site efficiency.

### Start with your biggest costs

Review:

* Materials
* Fuel and vehicle use
* Waste disposal
* Tool and equipment use
* Rework and delays
* Supplier and delivery costs

Identify where cost is lost most often.

### Reduce material waste

#### Key actions

* Plan materials before each job starts.
* Order based on measured need, not rough estimates.
* Store materials properly to avoid damage.
* Reuse leftover materials where safe and suitable.
* Separate waste on site where possible.
* Track the most common wasted materials.

#### Good practice

Ask site managers to record:

> What was wasted, why, and how can we avoid it next time?

### Improve transport and fuel efficiency

#### Key actions

* Plan delivery schedules to reduce repeated trips.
* Avoid unnecessary van journeys.
* Check tyre pressure regularly.
* Reduce engine idling.
* Group jobs by location where possible.
* Review whether vehicles are the right size for the work.

### Improve site energy use

#### Key actions

* Turn off tools, chargers and temporary lighting when not needed.
* Use efficient site lighting.
* Avoid leaving generators running unnecessarily.
* Charge batteries in planned batches where possible.
* Maintain tools and equipment to avoid wasted energy and downtime.

### Reduce rework

Rework is one of the biggest hidden costs in construction.

#### Key actions

* Improve communication before work starts.
* Check drawings, measurements and materials early.
* Use simple quality checks at key stages.
* Train teams to report problems before they become expensive.
* Review common causes of mistakes after each project.

### Supplier and client communication

Medium-sized construction firms may need to respond to client sustainability requirements.

#### Key actions

* Keep basic records of waste, transport and materials.
* Ask suppliers about recycled or lower-waste materials.
* Provide simple evidence of waste reduction actions.
* Include sustainability actions in project planning.

### What to track

| Area        | What to measure                      |
| ----------- | ------------------------------------ |
| Materials   | unused or wasted materials           |
| Transport   | mileage, fuel use, repeated trips    |
| Waste       | skip volume or waste collection cost |
| Rework      | hours or cost caused by mistakes     |
| Site energy | generator, lighting or tool use      |

### First 30 days

1. Track material waste on one project.
2. Review van journeys and delivery schedules.
3. Create a site shutdown checklist.
4. Identify one common cause of rework.
5. Add waste and fuel review to project close-out.


---

# 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://wiki.greatcollaboration.uk/knowledgebase/society/business-files/construction-medium-sized-company-sustainability-guides.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.
