# Quick Start Guide

æternity is a highly scalable blockchain platform designed with developers in mind, offering unique features like state channels, oracles, naming system, and the secure Sophia smart contract language. This Quick Start Guide will walk you through everything you need to begin building decentralized applications (æpps) on æternity. Whether you're creating smart contracts, implementing state channels, or building full-scale applications, we'll cover the essential tools, development environment setup, and core concepts you need to get started. By following this guide, you'll learn how to interact with the æternity blockchain at every level - from the FATE virtual machine up to end-user applications - and be ready to leverage æternity's powerful features for your projects.\ <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://docs.aeternity.com/aeternity-developer-tools/quick-start-guide.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.
