> For the complete documentation index, see [llms.txt](https://isbm.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isbm.savimbo.com/methodology/zh-cn/zong-ti-shuo-ming.md).

# 总体说明

本方法学面向公众撰写，旨在便于理解，并为拟实施 VBCs 的项目提供框架。其从项目层面提供关于如何实施生物多样性方法学的指导和示例。其目的在于通过引入或遵循以下要素，补充全球生物多样性保护机制：&#x20;

* 遵循 [完整性、可靠性、保守性、一致性、证据、准确性和透明性](/methodology/zh-cn/xiang-mu-miao-shu/yuan-ze.md) 的原则。
* 依赖于可公开获取、可核实的数据进行生态系统表征（[基线评估](/methodology/zh-cn/ji-xian-ping-gu.md)). &#x20;
* 对项目所需的主要数据进行有意简化（[项目说明](/methodology/zh-cn/xiang-mu-miao-shu.md)）以纳入原住民和当地社区。
* 一种可互操作的 [单位](/methodology/zh-cn/ji-suan/dan-wei-ji-suan.md) 生物多样性信用核证框架，能够与其他项目良好衔接。&#x20;
* 使用开源软件对 [计算](/methodology/zh-cn/ji-suan.md) ISBM VBCs进行自动化&#x20;
* 信用可用于认证和商品销售，或仅作为基于成果的融资的 MRV。&#x20;


---

# 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://isbm.savimbo.com/methodology/zh-cn/zong-ti-shuo-ming.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.
