# Introduction

{% hint style="warning" %}
An upgrade of Ontology MainNet at the block height of **13920000** will introduce EVM compatibility and the token decimal upgrade to better support dApps on Ontology. Learn about more details [here](https://docs.ont.io/guides-and-tutorials/evm-and-token-decimals-upgrade).
{% endhint %}

![](https://1077617372-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvPXC4l2V4Z8gRDNIoZ%2F-LvPYTBbYX4L3mHx0vBh%2F-LvPYVF21MatT6d91YuQ%2Fontology_full_logo.jpg?generation=1575624771906018\&alt=media)

**Ontology** is a next-gen network of public blockchains, and a distributed, trust-based collaboration platform with integrated support for ledger accounts and smart contracts.

Apart from providing support for the services and applications running on its public chains, Ontology also supports the public chains of the applications that have been developed on it's framework, and collaboration with various protocol groups.

On a more fundamental level, Ontology continues to provide a wide range of universal modules, such as the **Distributed Identity Framework (DID)**, the distributed **Distributed Data Exchange Framework (DDXF)**, and other such distributed trust collaboration packages and modules.

This **documentation center** serves as a guide for developers that are just getting started with `dApp` development with Ontology, apart from providing information on the different components of the Ontology framework.

It also serves as a location to explore and understand all the different resources available that can assist developers with their application development process.

{% hint style="info" %}
Any issues or inaccuracies related to documentation can be shared with us by following [**this**](https://forms.gle/STBynyuEPU1VXAiv9) link.
{% endhint %}


---

# 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.ont.io/undefined.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.
