# Scoring Mechanism

**NOTO** has a built-in <mark style="color:orange;">**Scoring Algorithm.**</mark>

The *score for each domain* is expressed in form of a number (from 0 to 100) and is computed using a set of parameters that include:

* Geographic DNS rules *(e.g. certain words are blocked in some countries)*
* Provider rules
* Your custom [Resolution Settings](/noto-api-docs/get-started/create-your-project/resolution-settings.md)
* Your custom [Collision Management](/noto-api-docs/get-started/create-your-project/collision-management.md) settings

The Score is currently used primarily for Domain Resolution to provide an indication of which domain should be used in case of collision between different namespaces.


---

# 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.noto.network/noto-api-docs/api-reference/scoring-mechanism.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.
