# ONTOLOGY ELEMENTS

- [Smart Contracts](https://docs.ont.io/ontology-elements/smart-contracts.md): Units of logic and functionality
- [Types of smart contracts](https://docs.ont.io/ontology-elements/smart-contracts/types.md): Different types of Ontology smart contracts
- [Token Protocols](https://docs.ont.io/ontology-elements/token-protocols.md): Ontology's OEP token protocols
- [Consensus Mechanism](https://docs.ont.io/ontology-elements/consensus-mechanism.md): Ontology's consensus network and mechanism
- [Ontology Oracle](https://docs.ont.io/ontology-elements/oracle.md): Oracle network and mechanism
- [Oracle Process Flow](https://docs.ont.io/ontology-elements/oracle/oracle-process-flow.md): Let us take a look at an example and some sample code with respect to Oracle contract


---

# 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/ontology-elements.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.
