> 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/front-material/terms-and-definitions.md).

# Terms and definitions

The following terms are relevant to this methodology and the relevant physical and economic sciences.&#x20;

**Agroforestry:** A land-use system that intentionally integrates trees with crops to enhance productivity, biodiversity, and ecosystem services.

**Biodiversity hotspots:** A biogeographic region characterized by exceptionally high levels of species richness and a significant degree of habitat loss. These areas are recognized for their extraordinary concentration of endemic species, meaning species that are found nowhere else in the world.

**Community property:** Everything collected or generated about a community's land and life under a consent — data, footage, and related metadata such as location and time. Under [data soverignty principles](/foundations/data-sovereignty.md), the community should own its community property at all times; buyers, certifiers, and registries receive only a limited, revocable license to use it, never the data itself.&#x20;

**Conservation:** Protection of intact ecological zones, as distinguished from **Restoration** below. There *is* a technical distinction between 'conservation' and ‘preservation’. “*Conservation seeks the proper use of nature, while preservation seeks protection of nature from use*"([Becker and Ghimire 2003](https://www.ecologyandsociety.org/vol8/iss1/art1/)). For simplicity and readability with a non-technical IP and LC audience, we have used the term conservation throughout.

**Data concierge:** A representative appointed by the project, available to the community for everything concerning its data — to explain, retrieve, correct, display, or withdraw it on request. Project side. Ongoing.

**Data steward:** A community member appointed by the community to hold the community's side of its data relationship with projects. The steward is informed of all community property before it is shared or posted, and is trained to access and store that data on the community's behalf. Community-side. Ongoing.

**Data sovereignty:** also known as Indigenous Data Sovereignty (IDSov). The principle that Indigenous communities have rights over data about, from, or concerning them — including environmental genetics data (eDNA, , mapping data, and traditional ecological knowledge (TEK). Data-oriented. Ongoing.

**Date-time stamp:** Data that indicates a specific date and time when an event occurred or when a particular record was created or modified.

**Ecosystem connectivity:** Connectivity (i.e. ecological connectivity) is the unimpeded movement of species and the flow of natural processes that sustain life on Earth. It may thus also refer to continuous ecosystems often connected through ecological corridors. There are two types of connectivity: structural (in which the continuity between ecosystems is identified) and functional (in which the movement of species or processes is verified).&#x20;

**Ecosystem integrity:**  An ecosystem is generally understood to have integrity when its dominant ecological characteristics (e.g. elements of composition, structure, function, and ecological processes) occur within their natural ranges of variation, and extinction, and can withstand and recover from most perturbations. In the context of the IBU this term is more precisely defined as"*all ecological niches available to, and filled by, native species*".&#x20;

**Ecosystem services:** The benefits people derive from ecosystems.

**Ecosystem value:** The planet-wide value of an ecosystem in the context of global biodiversity loss. Often referred to as “significance” in other contexts.

**FPIC** = Free, Prior, and Informed Consent. The international human rights principle under UNDRIP (2007) requiring genuine agreement from Indigenous communities before any project affects their lands. Process-oriented. Pre-project.

**Geocode:** Latitude and longitude values that uniquely identify a particular point or area on a map in decimal degrees format.&#x20;

**Home range:** The specific geographic area or territory that an individual animal typically occupies and uses for its essential activities. It represents the spatial extent within which an individual carries out its daily life functions such as foraging, mating, seeking shelter, and defending resources.

**Indicator species:** In this methodology, this term is specifically defined as inclusive of the more precise academic terms for sentinel species (indicative of environmental disturbances or pollutants), umbrella species (representative of a larger ecosystem for conservation management), endangered, locally endangered, or threatened species (at risk of extinction in the near future), and rare species (not commonly found or with a limited population its natural habitat).&#x20;

**Intact ecosystem:** It refers to primary, undisturbed ecosystems with all healthy attributes in balance (composition, structure, and function) and where their natural ecological processes develop without interruption. These ecosystems have all the niches available to native species and are fully occupied accordingly. In some contexts the word "natural" has been substituted, such as "natural forests" in place of "primary forests" to acknowledge that ecosystems are alive and evolving.&#x20;

**“In situ” conservation:** The conservation of ecosystems and natural habitats and the maintenance and recovery of viable populations of species in their natural surroundings and, in the case of domesticated or cultivated species, in the surroundings where they have developed their distinctive properties.

**Monitoring period:** This is sometimes called crediting time and most projects will have a minimum monitoring timeframe of one years. Monitoring period should not be conflated with Unit time (one month) or the duration of an observation (60 days).&#x20;

**Net gains in biodiversity:** It corresponds to the difference in gains in biodiversity values from the baseline of the project compared to those obtained during the implementation of the conservation project.&#x20;

**Open access:** Release of data to public scientific databases (e.g. [NCBI's Sequence Read Archive](https://www.ncbi.nlm.nih.gov/sra)), where anyone may download and reuse it. It is the one data choice that cannot be undone: withdrawing consent stops future use but cannot reach copies already public.&#x20;

***Pagamento*** is a technical term for a specific cultural practice: a material offering (coca, tobacco, food, stones, woven thread, cotton, sometimes blood) deposited at sacred sites — *cerros*, water sources, lineage huacas, the four corners of a *chagra* — as repayment to the Earth, the ancestors, or the spirit-owners of a place for what has been taken or received.

**Restoration:** the process of assisting the (partial) recovery of a degraded, damaged, or destroyed ecosystem toward its natural structure, function, and biodiversity. As measured by an increase in **Integrity** as defined above. Sometimes referred to as Uplift.&#x20;

**Risk of extinction:** The probability that a species will go extinct in a given period of time.

**Species:** Group of individuals or natural populations that are actually or potentially interbreeding, reproductively isolated from other similar groups by their physiological properties (reducing incompatibility between parents or sterility of hybrids, or both).

**Species richness:** The population of different species present in a particular area or ecosystem. It is a measure of biodiversity that quantifies the diversity of species within a given habitat or geographical region, but it does not speak to the abundance or distribution of the species.

**Species distribution:** The geographic area or range where a particular species is found and occurs naturally. It includes all the locations and habitats where individuals of a species are predicted to exist.&#x20;

<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://sexytrees.savimbo.com/front-material/terms-and-definitions.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.
