# Godot: Book of Nodes

If you’ve ever delved into the Godot Documentation, you likely noticed two things: first, there is an abundance of nodes (many of which you might never use), and second, some of these nodes can be quite confusing. That’s why I wanted to create an encyclopedia of sorts, focusing on the most essential nodes to know as a beginner.&#x20;

Now, to complete this encyclopedia, I’ve decided to organize the content into three distinct **categories**: 2D, 3D, and UI. Within each category, you’ll find a list of **nodes** relevant to that section. For each node, I will cover the **mechanics** that can be implemented using this node, along with basic examples of how this mechanic can be **implemented** into a project. This ensures that you not only learn about each node’s functionality but also how they can be practically applied during your game development process.

You can download the **Book of Nodes for free below.**

{% embed url="<https://ko-fi.com/s/e9f19e30ff>" %}

Or read it online at any of the following:

{% embed url="<https://medium.com/@christinec-dev/the-book-of-nodes-782ef4ba3c8a>" %}

{% embed url="<https://christinecdev.hashnode.dev/the-book-of-nodes>" %}

{% embed url="<https://dev.to/christinec_dev/the-book-of-nodes-1p9c>" %}


---

# 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://oops-i-devd.gitbook.io/christinec-dev/free-resources/godot-book-of-nodes.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.
