# Sanctions Screening

## Overview

Once a partner completes their account registration their account is then screened against the UN Sanctions list before finally being approved to proceed. \
\
An automated process of checking against  the UN sanctions list ( <https://scsanctions.un.org/resources/xml/en/consolidated.xml> ) is done within the system and confirmed notifying the user they can proceed.&#x20;

This automated check of the Sanctions list is run on a regular basis and checks multiple Parter criteria for validation.&#x20;

If a screen fails for whatever reason, the partner will will receive a flag for review and final verification.

## Maintenance

TBD

## Architecture&#x20;

TBD


---

# Agent Instructions: 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:

```
GET https://unicef.gitbook.io/unpp/technical-documentation/sanctions-screening.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
