> For the complete documentation index, see [llms.txt](https://www.openwaterlab.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.openwaterlab.org/commons/toolkits/water-awareness-toolkit/about.md).

# About

#### **The Water Awareness Toolkit is built to turn knowledge into action for the responsible use and protection of our water systems.**

We bridge the gap between water science and everyday decisions, offering clear guides, practical tools, and curated resources that make even complex topics accessible and actionable.

## **Our Mission**

To educate and equip individuals, educators, and policy makers with what they need to protect our water systems and advance sustainable water practices worldwide.

## **Our Vision**

A world where everyone understands water's critical role in sustaining life and ecosystems, and is empowered to act on that understanding.

## **Our Approach**

Every guide, program, and resource in the toolkit is built around three principles: clarity, relevance, and action. Whether a concept is simple or complex, we make it accessible and immediately useful.

## **Who We Serve**

Educators integrating water conservation into their curriculum. Community leaders implementing sustainable practices. Individuals looking to reduce their water footprint. If you're committed to making a difference, this toolkit is your starting point.

## **FAQ**

<details>

<summary><mark style="color:$primary;"><strong>What is the Water Awareness Toolkit?</strong></mark></summary>

A free resource offering guides, programs, and tools for understanding and protecting our water systems.

</details>

<details>

<summary><mark style="color:$primary;"><strong>How do I get started?</strong></mark></summary>

Head to the Quickstart guide for a step-by-step overview.

</details>

<details>

<summary><mark style="color:$primary;"><strong>Can I contribute?</strong></mark></summary>

Yes. [**Email**](mailto:wat@lumeon.dev) us with ideas, content suggestions, or collaboration proposals.

</details>

<details>

<summary><mark style="color:$primary;"><strong>How often is the toolkit updated?</strong></mark></summary>

Regularly. Subscribe to our mailing list for update notifications.

</details>

<details>

<summary><mark style="color:$primary;"><strong>Are there any resources for educators?</strong></mark></summary>

Our guides and resources are designed to be adaptable for classroom use. More educator-specific content is in development.

</details>

<details>

<summary><mark style="color:$primary;"><strong>How can I reduce my water footprint at home?</strong></mark></summary>

Start with our What is [Water Awareness guide](/commons/guides/what-is-water-awareness.md) for foundational strategies.

</details>

## **Stay Informed**

The toolkit is a living resource, continually updated with the latest research, trends, and best practices. Sign up to our mailing list to receive updates as we grow.

{% @mailchimp/mailchimpSubscribe %}

## **Contact**

#### <mark style="color:$primary;">**Open Water Lab**</mark>

Åsterudveien 32\
1344, Haslum\
Norway\
\
<wat@lumeon.dev>


---

# 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://www.openwaterlab.org/commons/toolkits/water-awareness-toolkit/about.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.
