# Smart Contracts and vms

- [Intro](https://docs.klyntar.org/smart-contracts-and-vms/intro.md)
- [KLY-EVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm.md): Shardable, low-level managed, mutable, and WASM-improved EVM
- [Smart contracts examples](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/smart-contracts-examples.md)
- [Magic address](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/magic-address.md): Get to know about the gateway to WASM and native env
- [Beyond the VM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/beyond-the-vm.md)
- [Call WASM from EVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/beyond-the-vm/call-wasm-from-evm.md)
- [Call JS from EVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/beyond-the-vm/call-js-from-evm.md)
- [KLY-WVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm.md)
- [Smart contracts examples](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/smart-contracts-examples.md)
- [Simple cross-contract call (WVM-WVM)](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/simple-cross-contract-call-wvm-wvm.md)
- [Beyond the VM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/beyond-the-vm.md)
- [Call EVM from WASM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/beyond-the-vm/call-evm-from-wasm.md)
- [Call JS from WASM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/beyond-the-vm/call-js-from-wasm.md)
- [Containers](https://docs.klyntar.org/smart-contracts-and-vms/containers.md)
- [Writing smart contracts](https://docs.klyntar.org/smart-contracts-and-vms/writing-smart-contracts.md)
- [Get random value from contract](https://docs.klyntar.org/smart-contracts-and-vms/writing-smart-contracts/get-random-value-from-contract.md)
- [Advanced VMs usage](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage.md)
- [Cryptography](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography.md)
- [VRF](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/vrf.md)
- [Post-quantum cryptography](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/post-quantum-cryptography.md)
- [zkSNARK](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/zksnark.md)
- [Secure Secret Sharing](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/secure-secret-sharing.md)
- [Using MPC](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/using-mpc.md)
- [Using FHE](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/using-fhe.md)
- [Thundercloud](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud.md)
- [KLY Oracles](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud/kly-oracles.md)
- [Get the real time](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud/kly-oracles/get-the-real-time.md)
- [Call any API](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud/kly-oracles/call-any-api.md)


---

# 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.klyntar.org/smart-contracts-and-vms.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.
