# Data Ninja

### How does it work?

Data Ninja integration requires input data in the form of a bank's list transactions (data from AIS/PSD2) which is then analyzed by a data categorization engine. This data is later used to fuel the credit scoring model. A credit score is a numerical value that evaluates the financial well-being of your customer. Based on that, you can decide whether to, for example, grant a loan or at which rate. **The average time of AIS/PSD2 data analysis by the engine is 1240 ms**

This application contains [scoring](/docs/v1/integrations/data-ninja/scoring.md), [behavioural profiling](/docs/v1/integrations/data-ninja/profiling.md) and [labeling](/docs/v1/integrations/data-ninja/labeling.md) modules.

{% hint style="info" %}

#### Required applications

For the correct operation of the every Data Ninja module , you will need an enabled and configured [TransactionLink AIS](/docs/v1/integrations/ais.md)
{% endhint %}

By using these modules, you can get the following information:

* Data categorization
* Behavioural profile of the customer
* Income identification
* Identification of liabilities
* Identification of identity
* Analysis of purchases from the competition
* Subscription list
* Geolocation of the purchases


---

# 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://docs.transactionlink.io/docs/v1/integrations/data-ninja.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.
