# FAQs

- [General Blockchain FAQs](https://docs.onino.io/faqs/general-blockchain-faqs.md): An overview of general questions and answers around blockchain and Tokenization.
- [What is tokenization?](https://docs.onino.io/faqs/what-is-tokenization.md): A short intro on tokenization
- [ONINO General FAQs](https://docs.onino.io/faqs/onino-general-faqs.md)
- [Learn more about blockchain](https://docs.onino.io/faqs/learn-more-about-blockchain.md)
- [How to use different blockchain networks?](https://docs.onino.io/faqs/learn-more-about-blockchain/how-to-use-different-blockchain-networks.md)
- [What is the Ethereum Virtual Machine (EVM)?](https://docs.onino.io/faqs/learn-more-about-blockchain/what-is-the-ethereum-virtual-machine-evm.md): The EVM significantly changed how we use blockchain today. Here is everything you need to know about the EVM in a short format.
- [What is a Smart Contract?](https://docs.onino.io/faqs/learn-more-about-blockchain/what-is-a-smart-contract.md): Smart Contracts are essential to many blockchain applications. This page covers everything you need to know as an entry to smart contracts.
- [What are Crypto Tokens & Coins](https://docs.onino.io/faqs/what-are-crypto-tokens-and-coins.md): A quick intro to crypto tokens and coins.


---

# 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.onino.io/faqs.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.
