# Book of Defold

**TEXT MIGRATION IN PROGRESS!**

This book is a community project and is published into the public domain. Its license is:

<https://creativecommons.org/publicdomain/zero/1.0/>

This book is for anyone who wishes to learn how to make games professionally with the Defold game engine by King. This book is for the Defold Editor 2.0 release. You can always read the latest version of this book at <https://www.bookofdefold.com/>

Defold can be downloaded at: <https://www.defold.com/>

If you want to start making games right now without reading too much then jump straight ahead to the [**Dive into Defold**](https://read.bookofdefold.com/dive-into-defold/make-games-now) section.


---

# 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://read.bookofdefold.com/master.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.
