> For the complete documentation index, see [llms.txt](https://docs.guardiansofearth.io/goe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardiansofearth.io/goe/restoring-the-value-of-the-human-nature-relationship/core-values.md).

# Core Values

### 🌟 Our Core Belief

#### To Repair the Planet, We Must Repair Ourselves

We believe the health of the Earth is inseparable from the health of humanity.

If we want to regenerate ecosystems, we must regenerate our own capacity to care about them — through imagination, play, connection, and love.

These are not distractions. They are how we become fully human again.

***

### 🌱 Nature and Community

We seek to design technology that:

* Supports real-world communities and cultural knowledge
* Restores our bond with the living world
* Raises the quality of life for both people and planet

***

### ⚖️ Integrity in Action

We move fast, but not recklessly.

We scale boldly, but not at the cost of human dignity.

We seek to avoid any project or incentive that may cause harm — to people, ecosystems, or future generations.

***

### 🌐 A Planetary Approach

We think and act on a global scale:

* Enabling distributed ownership and inclusive decision-making
* Rewarding human contribution to the social and ecological good
* Exploring new, equitable, decentralised forms of finance and governance

***

### ❤️ The Future We Choose

A future where humans thrive in harmony with nature — not through control, but through connection.

Not through fear, but through fun, imagination, and collective care.


---

# 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://docs.guardiansofearth.io/goe/restoring-the-value-of-the-human-nature-relationship/core-values.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.
