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

# Implement Safeguards

The tools below are the practical instruments of the DPI Safeguards initiative. Each entry explains what the resource is and when it is useful, then sends you to the tool itself.

{% hint style="info" %}
Several of these tools live on the main initiative site or on their own dedicated sites, which remain their canonical homes. This page is the navigator: it tells you which one you need and when.
{% endhint %}

## Start with the Framework

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="https://www.dpi-safeguards.org/framework-visualization">Interactive Universal DPI Safeguards Framework</a></h4><p><strong>What it is.</strong> The full standard, explorable by responsible authority, life cycle stage, principle and risk. Generate a view for your context and download the recommendations that apply.</p><p><strong>When to use it.</strong> At any point, and especially when you need to know which safeguards apply to your role at your current stage.</p></td><td></td></tr></tbody></table>

## Assess where you stand

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="https://www.dpi-safeguards.org/assessment">Safeguards Assessment</a></h4><p><strong>What it is.</strong> A structured assessment of both technical adherence to the Framework and real-world impact.</p><p><strong>When to use it.</strong> To establish a baseline before design decisions are locked in, or to review an implementation already running.</p></td><td></td></tr><tr><td><h4><a href="/pages/j6eH9Ja17di9kLgeuUeQ">Indicator Library</a></h4><p><strong>What it is.</strong> Measurement indicators drawn from nine existing frameworks, mapped to safeguards outcomes.</p><p><strong>When to use it.</strong> When you need to measure whether a safeguard is working, not just whether it exists.</p></td><td></td></tr></tbody></table>

## Plan your adoption

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="https://www.dpi-safeguards.org/pathways">Adoption Pathways</a></h4><p><strong>What it is.</strong> Onboarding guidance setting out the first steps for embedding safeguards by design, across legal and regulatory, institutional, technical, capacity and whole-of-society streams.</p><p><strong>When to use it.</strong> Early, when a country or institution is deciding how to begin.</p></td><td></td></tr><tr><td><h4><a href="/pages/mZLjD0YAS31kouBYGESk">Framework recommendations</a></h4><p><strong>What it is.</strong> The full set of Framework recommendations, browsable directly on the Hub.</p><p><strong>When to use it.</strong> When you want to scan or search the recommendations without leaving the Hub.</p></td><td></td></tr></tbody></table>

## Governance frameworks for specific systems

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="https://governance4dataexchange.org/">Governance Assessment Framework for Data Exchange Systems</a></h4><p><strong>What it is.</strong> A dedicated assessment framework for the governance of data exchange systems.</p><p><strong>When to use it.</strong> When your DPI involves exchanging data between institutions and you need to test whether the governance around it holds up.</p></td><td></td></tr><tr><td><h4><a href="https://www.governance4id.org/">Digital Legal ID Governance Framework</a></h4><p><strong>What it is.</strong> A governance framework specific to digital legal identity systems.</p><p><strong>When to use it.</strong> When you are designing, reforming or reviewing a legal identity system.</p></td><td></td></tr></tbody></table>


---

# 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://dpisafeguards.gitbook.io/resources-hub/implement-safeguards/additional-resources-and-information.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.
