# Web1337

- [Web1337 intro](https://docs.klyntar.org/web1337/web1337-intro.md)
- [Simple API requests](https://docs.klyntar.org/web1337/simple-api-requests.md): Simple, one-line APIs. No rocket science
- [Block API](https://docs.klyntar.org/web1337/simple-api-requests/block-api.md)
- [Epoch API](https://docs.klyntar.org/web1337/simple-api-requests/epoch-api.md)
- [State API](https://docs.klyntar.org/web1337/simple-api-requests/state-api.md)
- [Misc API](https://docs.klyntar.org/web1337/simple-api-requests/misc-api.md)
- [Consensus related API](https://docs.klyntar.org/web1337/simple-api-requests/consensus-related-api.md)
- [Transactions API](https://docs.klyntar.org/web1337/simple-api-requests/transactions-api.md)
- [Transactions and smart-contracts](https://docs.klyntar.org/web1337/transactions-and-smart-contracts.md): Let's show you how to start with different types of KLY transactions
- [Useful advices & FAQ](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/useful-advices-and-faq.md)
- [Default Ed25519 transactions](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/default-ed25519-transactions.md): Solana compatible accounts
- [BLS multisig transactions](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/bls-multisig-transactions.md)
- [TBLS thresholdsig transactions](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/tbls-thresholdsig-transactions.md): Get to know how to use TBLS accounts in your DApps on KLY
- [Post-quantum transactions](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/post-quantum-transactions.md): NextGen cryptography already on KLY
- [KLY-WVM - deploy and interact with the smart-contract to WASM vm](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/kly-wvm-deploy-and-interact-with-a-smart-contract.md)
- [Interaction with a smart-contract](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/kly-wvm-deploy-and-interact-with-a-smart-contract/interaction-with-a-smart-contract.md)
- [KLY-EVM - deploy and interact with the smart-contract to EVM](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/kly-evm-deploy-and-interact-with-a-smart-contract.md)
- [Interaction with a smart-contract](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/kly-evm-deploy-and-interact-with-a-smart-contract/interaction-with-a-smart-contract.md)
- [Transfer coins between EVM and native environment](https://docs.klyntar.org/web1337/transactions-and-smart-contracts/transfer-coins-between-evm-and-native-environment.md)
- [Advance Web1337 usage](https://docs.klyntar.org/web1337/advance-web1337-usage.md)
- [Parallel execution](https://docs.klyntar.org/web1337/advance-web1337-usage/parallel-execution.md): Learn how to speed up your transaction in EVM / WASM
- [Interaction with a system smart contracts](https://docs.klyntar.org/web1337/advance-web1337-usage/interaction-with-a-system-smart-contracts.md)
- [Abstraction](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction.md)
- [Account abstraction 2.0](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction/account-abstraction-2.0.md)
- [Storage Abstraction](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction/storage-abstraction.md)
- [Manual deployment of the storage for your contract](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction/storage-abstraction/manual-deployment-of-the-storage-for-your-contract.md)
- [Dump EVM & WASM contract storage](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction/storage-abstraction/dump-evm-and-wasm-contract-storage.md)
- [Pay for storage rent](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction/storage-abstraction/pay-for-storage-rent.md)
- [Chain abstraction](https://docs.klyntar.org/web1337/advance-web1337-usage/abstraction/chain-abstraction.md)
- [Thundercloud](https://docs.klyntar.org/web1337/advance-web1337-usage/thundercloud.md)
- [Using KLY Aliases in transactions](https://docs.klyntar.org/web1337/advance-web1337-usage/thundercloud/using-kly-aliases-in-transactions.md)
- [Deploy KIP](https://docs.klyntar.org/web1337/advance-web1337-usage/thundercloud/deploy-kip.md)
- [Using boosts & subscriptions](https://docs.klyntar.org/web1337/advance-web1337-usage/using-boosts-and-subscriptions.md)
- [Networking](https://docs.klyntar.org/web1337/networking.md)
- [Using proxy](https://docs.klyntar.org/web1337/networking/using-proxy.md): Use proxy to interact with KLY network
- [Interact with node via websockets](https://docs.klyntar.org/web1337/networking/interact-with-node-via-websockets.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/web1337.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.
