# NOTO Documentation

## NOTO Documentation

- [Get Started](https://docs.noto.network/noto-api-docs/get-started.md)
- [Create your Account](https://docs.noto.network/noto-api-docs/get-started/create-your-account.md)
- [Create your Project](https://docs.noto.network/noto-api-docs/get-started/create-your-project.md)
- [Resolution Settings](https://docs.noto.network/noto-api-docs/get-started/create-your-project/resolution-settings.md)
- [Collision Management](https://docs.noto.network/noto-api-docs/get-started/create-your-project/collision-management.md): The Collision Management of your Noto project
- [Team](https://docs.noto.network/noto-api-docs/get-started/create-your-project/team.md): The team section of your Noto project
- [API Keys](https://docs.noto.network/noto-api-docs/get-started/create-your-project/api-keys.md): The API keys of your Noto project
- [Settings](https://docs.noto.network/noto-api-docs/get-started/create-your-project/settings.md): The settings of your Noto project
- [API Reference](https://docs.noto.network/noto-api-docs/api-reference.md)
- [Authentication](https://docs.noto.network/noto-api-docs/api-reference/authentication.md)
- [Endpoints](https://docs.noto.network/noto-api-docs/api-reference/endpoints.md)
- [Resolve](https://docs.noto.network/noto-api-docs/api-reference/endpoints/resolve.md)
- [Deep Resolve](https://docs.noto.network/noto-api-docs/api-reference/endpoints/deep-resolve.md)
- [Reverse Resolve](https://docs.noto.network/noto-api-docs/api-reference/endpoints/reverse-resolve.md)
- [Supported Networks](https://docs.noto.network/noto-api-docs/api-reference/supported-networks.md): The networks that Noto support
- [Supported Domain Namespaces](https://docs.noto.network/noto-api-docs/api-reference/supported-domain-namespaces.md): The Domain namespaces that NOTO support
- [Scoring Mechanism](https://docs.noto.network/noto-api-docs/api-reference/scoring-mechanism.md): The Scoring Mechanism of NOTO
- [Error Handling](https://docs.noto.network/noto-api-docs/api-reference/error-handling.md)
- [Test Web3 domain resolution over DNS](https://docs.noto.network/noto-api-docs/test-web3-domain-resolution-over-dns.md)
- [FAQs](https://docs.noto.network/noto-api-docs/faqs.md): Welcome to NOTO FAQ section. Here, you'll find answers to commonly asked questions about our project, services, and the technology we've implemented.
- [NOTO](https://docs.noto.network/noto-api-docs/faqs/noto.md)
- [DNS](https://docs.noto.network/noto-api-docs/faqs/dns.md)
- [Web3 Domains](https://docs.noto.network/noto-api-docs/faqs/web3-domains.md)
- [Collision Management](https://docs.noto.network/noto-api-docs/faqs/collision-management.md)
- [Contact and Support](https://docs.noto.network/noto-api-docs/contact-and-support.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.noto.network/noto-api-docs/get-started.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.
