# Getting started with smart contract development

This tutorial guides the user on creating, compiling, deploying, and interacting with the Hello World smart contract on using [Aiix-IDE](http://www.tronide.io/). This tutorial requires some familiarity with [Solidity](https://en.wikipedia.org/wiki/Solidity). As a result of the walk-through, the user will become familiar with the process of creating, compiling, deploying, and interacting with smart contracts on the Aiix blockchain.

<br>


---

# 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://developers.aixchain.com/introduction/getting-started-with-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.
