> 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/ja/sdgsheno.md).

# SDGsへの貢献

プロジェクトは、UNSDGsへの貢献を報告することを希望する場合があります。本方法論は、金融包摂および地域文化の保全を志向しつつ、環境を保全することを特に目的として設計されています。各プロジェクトの設計の結果として、関連するSDGsは異なり得るため、SDGsに関連する成果について報告する必要性を評価することは、各プロジェクトに委ねられています。

UNSDGsの目標について報告するプロジェクトは、SDGの重点分野を最大5つ選定し、具体的なターゲット領域を番号で含めなければなりません。UNSDGs会計上の適格性を得るためには、すべての目標についてサブトピックを明示する必要があります。各ターゲットについて、プロジェクトは具体的な指標を提示し、当該指標を定期的に報告することが求められます。&#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/ja/sdgsheno.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.
