> For the complete documentation index, see [llms.txt](https://docs.kredibel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kredibel.io/system/scoring-engine.md).

# 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
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://docs.kredibel.io/system/scoring-engine.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.
