# Design Intro

This is our Game Design Document (GDD) and outlines what is to be expected in Space Station 3D and how to play it.

*Some of these designs are still a WIP and will see changes as we progress and update this GitBook.*

***This space is for design documents only, for technical documentation see the Systems page, linked below.***&#x20;

{% 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/design/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.
