> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/data-and-intelligence-module-autopilot/autopilot/scoring-algorithms/definite-scoring.md).

# Definite Scoring

Definite scoring only considers the unexpected events in v2 and does not compare . These events may or may not be present in the baseline. Definite scoring is simple and easy to interpret. Definite scoring works based on the following factors:

* For every unexpected cluster that is in v2 and not in v1, the overall score is reduced.
* For all unexpected clusters present in both v1 and v2, overall score is reduced only when the number of logs of that cluster are higher in v2.
* There is no normalization, hence definite scoring may not work if the log file is too large.&#x20;
* Score Reduction is higher at higher sensitivity levels.
* By default, definite scoring will give a score of 0 (fail) whenever there is a critical error.

Score Reduction is higher for clusters with higher criticality.

To set the Definite Scoring algorithm follow the steps below:

1. Click on "New Application" button to create a new  application as shown below:

![](/files/7PhPb0iqxSpuVdtQBT93)

2\. Following application details appears as shown below:

![](/files/GWH7NXlZNMtBDGLwnvmX)

3\. In the above form after adding the application details you need to add. To know more on how to add an application click [here](https://docs.opsmx.com/products/opsmx-intelligent-software-delivery-platform/system-setup/applications/add-applications).&#x20;

4\. After you add the application details, you need to add the services to the application. To know more on how to add an application click [here](https://docs.opsmx.com/products/opsmx-intelligent-software-delivery-platform/system-setup/applications/add-services/add-services-and-pipelines).&#x20;

&#x20;5\. Next, you get the option to select the type of service you want to add. The options are:

* Approval
* Verification
* Test Verification
* Policy&#x20;

Refer to the image below:

![](/files/QPBriDbqTz7KNTNDZGk3)

6\. To add a log template select **Verification** or **Test Verification** type. The following options appear and click "**+**" Symbol:

![](/files/hrFE0cmlwjU5LReml8pe)

7\. Select **Definite Scoring** from the drop-down while creating new Log Template as shown below:

![](/files/Ej31ElxOKkojM4snvoGx)


---

# 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.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/data-and-intelligence-module-autopilot/autopilot/scoring-algorithms/definite-scoring.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.
