> For the complete documentation index, see [llms.txt](https://help.screena.ai/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.screena.ai/resources/faq/name-matching/how-does-whitelisting-work.md).

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