# Risk Analysis

### Understand Alternative scoring

Alternative scoring has the same objective as a traditional credit score in determining a customer’s ability to repay credit, but greatly increases the depth. The underlying scorecard is constructed from variables extracted from the transaction data of both credit and debit products. Hence credit-like behaviour, such as whether or not someone pays their rent or utility bills, is now picked up.

### This section includes APIs for:

{% content-ref url="risk-analysis/risk-scoring" %}
[risk-scoring](https://akiba-digital.gitbook.io/akiba-api-docs/api-documentation/risk-analysis/risk-scoring)
{% endcontent-ref %}

{% content-ref url="risk-analysis/insights/default-prediction" %}
[default-prediction](https://akiba-digital.gitbook.io/akiba-api-docs/api-documentation/risk-analysis/insights/default-prediction)
{% endcontent-ref %}


---

# 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://akiba-digital.gitbook.io/akiba-api-docs/api-documentation/risk-analysis.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.
