# Advance Web1337 usage

- [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)


---

# 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/advance-web1337-usage.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.
