# Smart Contract Development

- [Introduction](https://bootcamp.openguild.wtf/smart-contract-development/introduction.md)
- [Introduction to PolkaVM](https://bootcamp.openguild.wtf/smart-contract-development/introduction/introduction-to-polkavm.md)
- [Getting started with Solidity development](https://bootcamp.openguild.wtf/smart-contract-development/introduction/getting-started-with-solidity-development.md)
- [Solidity File Structure](https://bootcamp.openguild.wtf/smart-contract-development/introduction/solidity-file-structure.md)
- [Contract Structure](https://bootcamp.openguild.wtf/smart-contract-development/introduction/contract-structure.md)
- [Basic Solidity](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity.md)
- [Value types](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/value-types.md)
- [Reference Types](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/reference-types.md)
- [Mapping Types](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/mapping-types.md)
- [Simple Storage](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/simple-storage.md)
- [Advanced Solidity](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity.md)
- [Units](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/units.md)
- [Global Variables](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/global-variables.md)
- [Expression and Control Structures](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/expression-and-control-structures.md)
- [Advanced Storage](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/advanced-storage.md)
- [Contract Tests](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/contract-tests.md)
- [Contracts](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/contracts.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://bootcamp.openguild.wtf/smart-contract-development.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.
