> For the complete documentation index, see [llms.txt](https://docs.gatenox.com/gatenox-hub-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/comprehensive-screening/check-sanctions-pep-criminal-records.md).

# Check sanctions / PEP / criminal records

The "Check Sanctions / PEP / Criminal Records" feature is a robust compliance tool designed to help users perform due diligence and risk assessments by screening entities against various sanctions, PEP, and criminal records databases. This service is essential for financial institutions, businesses, and other entities seeking to comply with international regulations and prevent engaging in relationships with high-risk or legally exposed individuals or companies.

<figure><img src="/files/ZBF9Uy9vVAheOi05wDIo" alt=""><figcaption><p>Check enity - list view</p></figcaption></figure>

Gatenox Hub offers two types of search:

* **Standard Search**: Our standard search function offers quick and reliable screening against sanctions lists from multiple jurisdictions including OFAC (Office of Foreign Assets Control - USA), EU (European Union), UN (United Nations), UK (United Kingdom), PL (Poland), and Singapore.
* **Premium Service**: For a more comprehensive global reach, the premium service extends searches to include a worldwide database of sanctions, PEP lists, and criminal records, providing an extra layer of security and compliance - mark "Extended check" to request premium service.

{% hint style="warning" %}
Important notes

* Make sure the information you enter is accurate to ensure the accuracy of the search results.
* Always review potential matches carefully and investigate any hits further before taking any action.
* The standard search is generally faster but covers fewer databases. Use it for routine checks and when entities are expected to appear in the major sanctions lists.
* The premium service is recommended for high-risk individuals, companies with global exposure, or when comprehensive due diligence is required.
* After creating a new request, you will be redirected back to the list. All the filters will be clear and you can find your newly requested report at the top.
  {% endhint %}

### Individuals screening

To check an individual:

1. Click the "Check new entity" button and select "Individual".
2. Provide the surname and given names of an individual.
3. The date of birth is optional. After the check is performed you can search the checks list using this field.
4. You can also provide a comment on the check. After the check is performed you can search the checks list using this field.
5. Mark "Extended check" to request premium service.
6. Press the "Check" button" to start the search.

<figure><img src="/files/7hvHOWLueQrf4WnX90JP" alt=""><figcaption><p>Check entity - individual screening results</p></figcaption></figure>

After the search, click on the item on the list, and you will see the summary screen with the search result. If you need to recheck an individual, click on the "Recheck" button on the list.

<figure><img src="/files/ZPUYCu7kBEP0Kb8Josyo" alt=""><figcaption><p>Check entity - request to verify individual</p></figcaption></figure>

### Companies screening

To check a company:

1. Click the "Check new entity" button and select "Company".
2. Provide the jurisdiction, then you can search for the company using a name or number.
3. You can also provide a comment on the check. After the check is performed you can search the checks list using this field.
4. Mark "Extended check" to request premium service.
5. Press the "Check" button" to start the search.

<figure><img src="/files/ZBF9Uy9vVAheOi05wDIo" alt=""><figcaption><p>Check entity - request to verify company </p></figcaption></figure>

After the search is finished, click on the item on the list, and you will see the summary screen with the search result. If you need to recheck a company, click on the "Recheck" button on the list.

<figure><img src="/files/05QuA5goczePKDdphedo" alt=""><figcaption><p>Check entity - company screening results</p></figcaption></figure>


---

# 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://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/comprehensive-screening/check-sanctions-pep-criminal-records.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.
