> For the complete documentation index, see [llms.txt](https://sexytrees.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sexytrees.savimbo.com/document-history.md).

# Document history

This methodology has undergone independent public and private feedback since its inception and continues to receive periodic updates. Several certification bodies have considered adopting it, and they will adapt it for use within their crediting frameworks, leading to "forks". The Savimbo version will remain publicly available, with expanded sections for projects not seeking accreditation or using the methodology for outcomes tracking or MRV alone.&#x20;

### File versioning (Savimbo version)

<table><thead><tr><th width="92">Version</th><th width="209">Date</th><th width="169">Name</th><th>Description</th></tr></thead><tbody><tr><td>1.0</td><td>June 2025 - Jan 2026</td><td>Savimbo</td><td>Savimbo internal draft</td></tr><tr><td>1.1</td><td>Jan - May 2026</td><td>Savimbo and collaborating authors</td><td>Savimbo book chapter</td></tr><tr><td>1.2</td><td>May 5, 2026</td><td>Savimbo and collaborating authors</td><td>Whitepaper public draft</td></tr></tbody></table>

### Methodology versions

<table><thead><tr><th width="149">Version</th><th width="209">Last updated</th><th width="169">Name</th><th>Description</th></tr></thead><tbody><tr><td>Savimbo</td><td>May 5, 2025</td><td>1.1-S</td><td>Public version maintained with additional parameters for projects who will not seek certification but instead deliver MRV data directly to buyers or sponsors</td></tr></tbody></table>

### Public reviewers

This document has incorporated feedback through a number of public and private reviewers. Public reviewers whose comments informed revisions are listed in order of contribution, however they remain independent and are not responsible for the final content.&#x20;

<table data-header-hidden><thead><tr><th width="375"></th><th></th></tr></thead><tbody><tr><td><a href="https://www.linkedin.com/in/alvaro-vallejo-b0058b294">Alvaro Vallejo</a></td><td>Scientific reviewer, Independent</td></tr></tbody></table>


---

# 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://sexytrees.savimbo.com/document-history.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.
