> 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/methodology/fr/elements-preliminaires/sigles-et-abreviations.md).

# Sigles et abréviations

| Acronyme | Terme                                                                     |
| -------- | ------------------------------------------------------------------------- |
| SAF      | systèmes agroforestiers                                                   |
| IA       | intelligence artificielle                                                 |
| CDB      | Convention sur la diversité biologique                                    |
| GCRAI    | Groupe consultatif pour la recherche agricole internationale              |
| CdP      | Conférence des Parties                                                    |
| DSI      | Information de séquence numérique                                         |
| EBF      | Cadre des avantages écologiques                                           |
| ADNe     | Acide désoxyribonucléique environnemental ou ADN environnemental          |
| HGB      | captures accessoires génétiques humaines                                  |
| IBU      | Unité de biodiversité interopérable                                       |
| IDsov    | souveraineté des données autochtones                                      |
| IEP      | Groupe d'experts indépendants                                             |
| OIT      | Organisation internationale du Travail                                    |
| PA       | Peuples Autochtones                                                       |
| ISBM     | Méthodologie de biodiversité basée sur les espèces indicatrices           |
| UICN     | Union internationale pour la conservation de la nature                    |
| iVBC     | Crédit de biodiversité volontaire innovant                                |
| KML      | langage de balisage Keyhole                                               |
| CL       | Communautés locales                                                       |
| LiDAR    | détection et télémétrie par laser                                         |
| ML       | apprentissage automatique                                                 |
| MRV      | suivi, rapportage et vérification                                         |
| SfN      | solutions fondées sur la nature                                           |
| SPANB    | Stratégies et plans d'action nationaux pour la biodiversité               |
| ONG      | organisation non gouvernementale                                          |
| NDVI     | indice de végétation par différence normalisée                            |
| NUS      | espèces négligées et sous-utilisées                                       |
| OTC      | de gré à gré                                                              |
| PACT     | tonne de carbone additionnelle permanente                                 |
| PACS     | paiements pour services de conservation de l'agrobiodiversité             |
| PAR      | recherche-action participative                                            |
| PSE      | paiements pour services écosystémiques                                    |
| PGP      | plan de gestion de projet                                                 |
| ODD      | Objectifs de développement durable                                        |
| STP      | projet #SexyTrees                                                         |
| TEK      | savoir écologique traditionnel                                            |
| UNESCO   | Organisation des Nations Unies pour l'éducation, la science et la culture |
| CBV      | Crédit de biodiversité volontaire                                         |
| WWF      | World Wildlife Fund                                                       |


---

# 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/methodology/fr/elements-preliminaires/sigles-et-abreviations.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.
