> For the complete documentation index, see [llms.txt](https://help.maearth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maearth.com/ma-earth/about-ma-earth/about-regeneration.md).

# About Regeneration

<mark style="color:$primary;">**Regeneration is the active healing of ecosystems and the communities within them.**</mark> &#x20;

Regeneration returns ecosystems to health, restores ecological integrity, and supports conditions for life to thrive. The most enduring regeneration happens where land and community heal together.

***

### Regenerative vs. sustainable

**Sustainable = maintaining the current state.** *"Don't make it worse. Keep things as they are."*

**Regenerative = actively improving.** *"Heal what's damaged. Support systems to thrive."*

***

### Regeneration in practice

**Soil:** Building topsoil, restoring soil biology, increasing organic matter.

**Water:** Healing watersheds, restoring wetlands, recharging aquifers.

**Biodiversity:** Restoring habitat, removing invasive species, reconnecting ecosystems.

**Agriculture:** Reviving degraded farmland, integrating crops and livestock, reducing chemical inputs.

**Forests:** Replanting native species, restoring canopy structure, reconnecting wildlife corridors.

**Communities:** Strengthening relationships to place, reviving traditional practices, building local resilience.

[See all project categories](/resources-for-land-stewards/project-profile/project-categories.md).

#### Guiding Principles of Regenerative Land Stewardship

1. Working with natural processes, not against them
2. Restoring relationships between species, people, and place
3. Cultivating abundance through care
4. Seeing the whole system and how its parts relate
5. Moving at the pace of seasons and cycles
6. Observing and listening to the land before acting
7. Centering traditional knowledge systems that have tended land for generations<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://help.maearth.com/ma-earth/about-ma-earth/about-regeneration.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.
