# How does whitelisting work?

Whitelisting requires two things:

1. Activating the [Delta Screening](https://developer.screena.ai/#about-delta-screening) option when creating a new [API key](https://developer.screena.ai/#authentication).
2. All entities sent for screening should be associated with a `dataID` to track the results when performing a search on any entity sent to the API. If there are any hits, the system takes note of this, and will not return the same results for subsequent searches on that entity, unless the contents of those results change as well.

{% hint style="info" %}
To set up Delta Screening for your Screena Firm subscription, contact <experts@screena.ai>
{% endhint %}

{% hint style="info" %}
It is possible to control and turn off Delta Screening per request using the parameter `lastMatch` which shall be set at `false`.
{% endhint %}


---

# 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://help.screena.ai/resources/faq/name-matching/how-does-whitelisting-work.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.
