# Getting Started

This book serves as a complementary resource to [aptos.dev](https://aptos.dev/), focusing specifically on the Aptos Move variant of the Move programming language. This resource takes a different approach by offering examples that break down each major component and concept. These examples are designed to be highly informative and this book is a comprehensive collection of all such intuitive examples along with their codes. These modules will take you through all the Move concepts from basic to advanced with example applications and possible hacks around it.

This book is an excellent resource for novice developers who are interested in learning the fundamentals of Move. We have taken care to present all concepts and code in a beginner-friendly manner. Furthermore, additional resources can be found at the following link: <https://github.com/movedevelopersdao/movedevelopersdao>


---

# 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://move-developers-dao.gitbook.io/aptos-move-by-example/readme.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.
