> 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/ke-chi-xu-fa-zhan-mu-biao-gong-xian.md).

# 可持续发展目标贡献

项目可酌情报告其对联合国可持续发展目标（UNSDGs）的贡献。本方法学专门旨在保护环境，并以促进金融包容和维护地方文化为导向。鉴于各项目的设计不同，相关可持续发展目标（SDGs）亦可能不同，各项目应自行评估是否需要就其与SDGs相关的成果进行报告。

凡就其UNSDG目标进行报告的项目，必须最多选择5个SDG重点领域，并注明具体目标编号。为符合UNSDG核算要求，须为每一目标明确子主题。对于每一项目标，项目应提供具体指标，并定期就该等指标进行报告。&#x20;

例如，SDG目标12为“负责任消费和生产”。项目可聚焦于“12.a——支持发展中国家加强其科学和技术能力，以转向更可持续的消费和生产模式”。为实现该目标，可采用的指标可以是已安装用于捕获指示物种的红外相机数量。

<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://isbm.savimbo.com/methodology/zh-cn/ke-chi-xu-fa-zhan-mu-biao-gong-xian.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.
