> For the complete documentation index, see [llms.txt](https://books.fablabbcn.org/foodshift-patwhays/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.fablabbcn.org/foodshift-patwhays/understanding-food-waste.md).

# Understanding Food Waste

Did you know that within our kitchens, schools, and communities lie great opportunities to transform the world? What many consider "trash" can actually become a valuable resource. Talking about food waste is not just about understanding a problem, but also about discovering an open door to creativity, sustainability, and change. But let’s start by defining the problem.

## What is Food Waste?

Food waste refers to the loss or discard of food that is fit for human consumption at any stage of the production, distribution, and consumption chain. This includes food discarded at farms, during processing and packaging, in stores and supermarkets, in restaurants, and in homes.

<figure><img src="/files/O56xkdoAuEDZmKa4HUE5" alt=""><figcaption><p>The Food System Value Chain</p></figcaption></figure>

Not all food waste is the same; it’s important to distinguish between waste and leftovers:

* **Food Waste**: Food waste refers to food discarded before it is consumed due to various reasons such as overproduction, lack of demand, poor inventory management, expired shelf life, excessively high aesthetic quality standards, among others. This type of waste can occur at any stage of the supply chain and is often unintentional. However, it excludes the retail level and is not reintegrated into any other productive use, such as food or seed.

<figure><img src="/files/LPdbrADAUsBFjhgtMGQr" alt=""><figcaption><p>Imperfect foods are an example of food waste</p></figcaption></figure>

* **Leftovers**: Leftovers are foods that remain uneaten after a meal has been served. These can be saved to be eaten at a later time.

<figure><img src="https://images.unsplash.com/photo-1621496654772-c66c48290259?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwyfHxjb21wb3N0fGVufDB8fHx8MTczNDY1NjE0Mnww&#x26;ixlib=rb-4.0.3&#x26;q=85" alt=""><figcaption><p>60% of food waste comes from our homes</p></figcaption></figure>

## But... Why is Food Waste a Serious Problem?

Food waste is a significant issue on both a global and local scale, with profound environmental, social, and economic implications. Approximately one-third of all food produced globally is lost or wasted, amounting to nearly **1.3 billion tons annually**, according to the [Food and Agriculture Organization of the United Nations (FAO)](https://www.fao.org/home/en).<br>


---

# 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://books.fablabbcn.org/foodshift-patwhays/understanding-food-waste.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.
