# Scoring Engine

## Introduction

At Kredibel, we know every company and use case requires different configurations and scoring rules. That's why we created Scoring Engine, a tool that helps you to fully customize your risk scoring according to your use case and needs.

{% hint style="info" %}
Scoring engine can only be applied to [account screening](/api-references/account-screening.md)
{% endhint %}

Custom Config and Rules

Synapses API allows you to set up a custom configuration and define custom rules. To use custom config and rules, you need to create it first from the synapses dashboard.

### Create New Config

![Custom Config](/files/-MfyvELXwBMwFtor1RAV)

1. Login to [Synapses dashboard   ](/master.md#pages)
2. Click the “**Config**” menu on the sidebar
3. Click "**Add New**" button
4. Add config’s name
5. Setup the config and add some rules
6. Save the config by click "**Create New**" button
7. Your configId is on the id column

### Create New Rules

![Custom Rules](/files/-Mfyv_vY3y-7LGzi9L5G)

1. Open your existing config or [create a new one](/system/scoring-engine.md#create-new-config)
2. Click tab "**Rules**"
3. Click "**Add New Rule**" button
4. Define the rule
5. Click "**Save Changes"** button

### How to Use

{% hint style="info" %}
Please read the [documentation](/api-references/account-screening.md#custom-config-and-rules) here
{% 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://docs.kredibel.io/system/scoring-engine.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.
