> 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/classroom-projects-and-activities-guide.md).

# Classroom Projects and Activities Guide

After all this information, let’s get to work! I invite you to explore a transformative approach to classroom learning, where your students can discover how their actions impact the world around them. Let’s imagine together a learning space where creativity and innovation meet sustainability and respect for our planet.

Each activity we will undertake is designed to inspire students to experiment, observe, and reflect on their environment. Through hands-on and collaborative projects, they will see how topics like the circular economy, technology, and the environment can come together to create real, meaningful change. By guiding them in these experiences, we provide them with the opportunity to become scientists, creators, and change-makers—capable of envisioning a better future and building it with their own hands.

This journey is not only for them but also for you, our guides and mentors. Together, in this laboratory of ideas—the classroom—let’s plant the seeds of learning that will flourish far beyond its walls! Are you ready to inspire and be inspired? 🌍💡


---

# 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/classroom-projects-and-activities-guide.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.
