> For the complete documentation index, see [llms.txt](https://safedpi.gitbook.io/safeguards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://safedpi.gitbook.io/safeguards/additional-resources-and-information/curated-resources.md).

# Curated Resources

A comprehensive list of resources and reading material **curated and referenced by the six working groups of the initiative.**

{% hint style="info" %}
Non-exhaustive list of knowledge resources relevant to the Framework
{% endhint %}

* United Nations Charter. United Nations (1945).
* Universal Declaration of Human Rights. United Nations (1948).
* International Covenant on Civil and Political Rights. United Nations (1966).
* International Covenant on Economic, Social and Cultural Rights. United Nations (1966).
* Sustainable Development Goals. United Nations (2015).
* Level One Project Guide. Bill and Melinda Gates Foundation (2019).
* ID4D Practitioner’s Guide Version 10. World Bank, Washington, D.C., Clark, J. (2019).
* UN Secretary General's Roadmap for Digital Cooperation. United Nations (2020).
* The OECD digital government policy framework: Six dimensions of a digital government. OECD Public Governance. Policy Paper No. 02. OECD Publishing (2020).
* 10 Principles for Creating Digital Public Services. e-Estonia (2021).
* Principles on Identification for Sustainable Development: Toward the Digital Age. World Bank, Washington, D.C., (2021).
* Model Governance Framework for Digital Legal Identity. UNDP (2022).
* GovStack Implementation Playbook, GovStack (2022).
* Next Generation G2P Payments: Building Blocks of a Modern G2P Architecture. World Bank, Washington, D.C. (2022).
* Our Common Agenda Policy Brief 5: A Global Digital Compact – an Open, Free and Secure Digital Future for All. United Nations (2023).
* DPI Technology Architecture Principles. Centre for Digital Public Infrastructure (2023).
* UK digital identity and attributes trust framework. GOV.UK (2023).
* Framework for Systems of Digital Public Infrastructure. G20 (2023).
* The DPI Approach: A Playbook. UNDP (2023).
* Outcome Document and Chair's Summary. G20 Digital Economy Ministers Meeting (2023).
* Policy Recommendations for Advancing Financial Inclusion and Productivity Gains through Digital Public Infrastructure. Global Partnership for Financial Inclusion. G20 (2023).
* Leveraging Digital Public Infrastructure for Safe and Inclusive Societies: Interim Report. UNDP and UN Office of the Secretary-General's Envoy on Technology (2024).
* UN Principles for Responsible Digital Payments. Better Than Cash Alliance (2024).
* Outcomes of the Industry, Technology and Digital Ministerial Meeting. G7 (2024).
* ASEAN Singapore Declaration. ASEAN (2024).
* Principles for Digital Development. Principles for Digital Development (2024).


---

# 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://safedpi.gitbook.io/safeguards/additional-resources-and-information/curated-resources.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.
