# StratoVM  SDK

- [Getting Started](https://docs.stratovm.io/stratovm-sdk/getting-started.md)
- [Addresses](https://docs.stratovm.io/stratovm-sdk/getting-started/addresses.md)
- [Testnet Setup](https://docs.stratovm.io/stratovm-sdk/getting-started/testnet-setup.md)
- [Deploying Your First Contract on StratoVM Sepolia](https://docs.stratovm.io/stratovm-sdk/getting-started/deploying-your-first-contract-on-stratovm-sepolia.md)
- [Data Indexers](https://docs.stratovm.io/stratovm-sdk/data-indexers.md)
- [Clients](https://docs.stratovm.io/stratovm-sdk/clients.md)
- [ethers.js](https://docs.stratovm.io/stratovm-sdk/clients/ethers.js.md)
- [Viem](https://docs.stratovm.io/stratovm-sdk/clients/viem.md)
- [Web3.js](https://docs.stratovm.io/stratovm-sdk/clients/web3.js.md)
- [Toolkits](https://docs.stratovm.io/stratovm-sdk/toolkits.md)
- [Foundry](https://docs.stratovm.io/stratovm-sdk/toolkits/foundry.md)
- [Hardhat](https://docs.stratovm.io/stratovm-sdk/toolkits/hardhat.md)
- [Bridges](https://docs.stratovm.io/stratovm-sdk/bridges.md)
- [Testnet StratoVM Bridge](https://docs.stratovm.io/stratovm-sdk/bridges/testnet-stratovm-bridge.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.stratovm.io/stratovm-sdk.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.
