# Home

<figure><img src="https://github.com/RE-SS3D/gitbook/blob/main/Home/.gitbook/assets/ss3dmedium.png" alt=""><figcaption></figcaption></figure>

Hey! This is the GitBook for Space Station 3D, here you'll find important info about how SS3D is developed, such as guides and definitions we follow.

## Want to jump right in?

So you want to develop *now*? At *least* buy me dinner first.

{% content-ref url="/pages/nrovPlcIQkM3RTA1V4B3" %}
[Quick Start](/home/quick-start.md)
{% endcontent-ref %}

## Want to deep dive?

Good luck unraveling the Shit-Code™ *(now with extra Singletons)* we have written.

{% content-ref url="/spaces/hffJRpQgXgXOOhvtML3c" %}
[Design](https://ss3d.gitbook.io/design/)
{% endcontent-ref %}

{% content-ref url="/spaces/o88TIFUbxlEVDM0ZH62q" %}
[Art Guide](https://ss3d.gitbook.io/art-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/oTyzvarT8sBLwLdFnIjo" %}
[Dev Guide](https://ss3d.gitbook.io/dev-guide/)
{% endcontent-ref %}

{% content-ref url="/spaces/95OhrYYgKj0eUTnfM9sL" %}
[Systems](https://ss3d.gitbook.io/systems/)
{% endcontent-ref %}


---

# 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://ss3d.gitbook.io/home/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.
