# Can Screena match beyond names and allow firms to blacklist identifiers or locations?

Screena is more than just a pure name-matching tool. Our API revolves around three primary matching categories:

1. **Named-Entity Matching**: This matches names of individuals, organizations, or vessels. It can also be combined with secondary attributes such as addresses, dates of birth, or nationalities.
2. **Identifier Matching**: This is designed to match unique identifiers, such as passport numbers, BICs, LEIs, or digital currency identifiers.
3. **Geo Matching**: This focuses on geographical data, encompassing countries, cities, towns, regions, and ports.

Firms can blacklist any of these elements using their own private lists or libraries.


---

# 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/can-screena-match-beyond-names-and-allow-firms-to-blacklist-identifiers-or-locations.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.
