# Collision Management

<details>

<summary>What is a Domain Name Collision?</summary>

A domain name collision occurs when a domain with the same Domain Name and Top Level Domain exists in two different namespaces on the same blockchain.

</details>

<details>

<summary>How do you manage Domain Collision?</summary>

Our algorithm scores Web3 domain name based on a number of different parameters. NOTO users can then handle the collisions automatically by returning the domain with the highest score, or customize their settings to influence the score or limit the results to specific blockchains/namespaces.

</details>

<details>

<summary>How Can I Prevent Domain Collisions in My Network?</summary>

To prevent collisions, if you are using NOTO APIs, configure your Resolution and Collision Settings on your project [Collision Management](/noto-api-docs/get-started/create-your-project/collision-management.md). For NOTO DNS, the domain will always return only the domain with the highest score. In the future, you will be able to tweak the settings of how your zonefile is generated similarly to what you can already do when using the API.

</details>


---

# 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/faqs/collision-management.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.
