> For the complete documentation index, see [llms.txt](https://sandbricks.gitbook.io/sandnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sandbricks.gitbook.io/sandnet/sandnet-github.md).

# SandNet GitHub

<figure><img src="/files/3Yle031Zh6qXfpQKI1FC" alt=""><figcaption></figcaption></figure>

**SANDNET GITHUB**

SandNet is an open-source, customizable visualization tool and flowchart built for The Sandbox Game Maker's development platform. It provides the complete library of logic blocks from The Sandbox Game Maker, including 30 Behaviors, 17 Components, 7 Quest Types, Global Parameters, camera settings, and other essentials for teaching, creating, and reviewing your logic in GameMaker.

**HOW INSTALL SANDNET**

{% embed url="<https://youtu.be/3EA5C0g7xR4>" %}

Repository Github: [\[LINK\]](https://github.com/danielcampetti/sandnet)

{% tabs %}
{% tab title="Main" %}

<figure><img src="/files/3TGJyzybmjZ7nVRPkOSX" alt=""><figcaption><p>lib_main_1_04</p></figcaption></figure>
{% endtab %}

{% tab title="Behaviors" %}

<figure><img src="/files/cJQQ9CdpdrODh9QGdxch" alt=""><figcaption><p>lib_behaviors_1_04.xml</p></figcaption></figure>
{% endtab %}

{% tab title="Components" %}

<figure><img src="/files/wp1k67Nd5awxf7EeeP39" alt=""><figcaption><p>lib_components_1_04</p></figcaption></figure>
{% endtab %}

{% tab title="Quests" %}

<figure><img src="/files/jtAU5CGr23KyZIptHFD2" alt=""><figcaption><p>lib_quests_1_04</p></figcaption></figure>
{% endtab %}

{% tab title="Settings" %}

<figure><img src="/files/h3Tw6Pr3g8sgLNAjftxc" alt=""><figcaption><p>lib_settings_1_04</p></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="224">File Type</th><th width="230">Name.Format</th></tr></thead><tbody><tr><td>FILE</td><td>README.md</td></tr><tr><td>FILE DRAW</td><td>main_1_4.drawio</td></tr><tr><td>FILE Draw.io Library</td><td>lib_behaviors_1_04.xml</td></tr><tr><td>FILE Draw.io Library</td><td>lib.components_1_04.xml</td></tr><tr><td>FILE Draw.io Library</td><td>lib_quests_1_04.xml</td></tr><tr><td>FILE Draw.io Library</td><td>lib_main_1_04.xml</td></tr><tr><td>FILE Draw.io Library</td><td>lib_settings_1_04.xml</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sandbricks.gitbook.io/sandnet/sandnet-github.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
