> For the complete documentation index, see [llms.txt](https://bert.gitbook.io/bert-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bert.gitbook.io/bert-documentation/getting-started/creating-your-first-system/step-6-add-a-waste-output.md).

# Step 6: Add a Waste Output

## What Does Your System Discard?

You've defined your system's primary output - the valuable thing it produces. But every real system also creates waste - byproducts that aren't useful to anyone in the environment or that may even be harmful.

Understanding waste helps you see the full picture of what your system does and identify potential improvement opportunities.

## Creating the Complete Waste Flow

Systems modeling requires connecting three elements: the flow, its interface, and its destination:

1. **Create the waste flow** - Click the green flow button and draw outward from your system
2. **Define the flow** - Click on the flow to specify what waste your system produces
3. **Create the interface** - The flow will end in a rectangle (interface) where waste exits
4. **Add waste sink** - Create a sink in the environment to receive the waste

<figure><img src="/files/qM992b8gQ4IkFuun7J5Y" alt="" width="176"><figcaption></figcaption></figure>

## Defining Your Waste Flow

When you click on the waste flow, specify:

**Substance Type** - What kind of waste? (Material, Energy, or Information)

**Usability** - Select "Waste" (something not useful to the environment)

**Examples from our model library:**

* **Cell**: "Carbon dioxide and metabolic toxins" (Material waste)
* **Ecosystem**: "Dead biomass and nutrient depletion" (Material waste)
* **Solar Panel**: "Heat dissipation" (Energy waste)
* **Organization**: "Rejected proposals and bureaucratic overhead" (Information waste)
* **LLM**: "Computational heat and irrelevant generations" (Energy + Information waste)

<figure><img src="/files/dEJARN6SKDa2o4MXWSpp" alt="" width="223"><figcaption></figcaption></figure>

## Why Waste Matters

Identifying waste reveals:

* **Inefficiencies**: Where your system could work better
* **Environmental impact**: What your system imposes on its surroundings
* **Design opportunities**: How you might capture or reduce waste

No system is perfectly efficient. Acknowledging waste is the first step toward understanding your system's true environmental footprint and improvement potential.


---

# 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://bert.gitbook.io/bert-documentation/getting-started/creating-your-first-system/step-6-add-a-waste-output.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.
