> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/art-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/art-guide/3d/modeling/theme.md).

# Theme

## Theme

I've seen it called retrofuturistic, but that would imply that tech is fixed and has an unique inspiration. I think SS13 is closer to reality, where technology moves forward but machines that grow old and obsolete aren't always replaced or upgraded.&#x20;

The result is a station where sentient positronics coexist with brain-in-a-jar cyborgs, and the crew uses dot-matrix PDAs to send messages to each other. This happens in reality, even now the military is carrying literal **nuke disks—**

<figure><img src="/files/Ks0kllqSXDNEIkpgPFwR" alt=""><figcaption></figcaption></figure>

—while the navy organizes their documents on computers running MSDOS. In  the end it's both funny and good since it gives creators the liberty to add almost whatever they want, present or future.&#x20;

<figure><img src="https://lh5.googleusercontent.com/ySKlzu74hj_UlDYRBLLcIgmzxrp6RtUuUH4ueHBy29AaxgtVoZhI3Lm4c2EiqxUGRYwr3DSYo0pAxSWOoxvb2d6wNf_1BEEb1bsYv2a-x36a9kFqUKi12eAEHS_w1WMI2E1NAoN8LKVihHbMp73EbQ" alt=""><figcaption></figcaption></figure>

I fully expect the HoP’s account database to be stored in tape drives.


---

# 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://ss3d.gitbook.io/art-guide/3d/modeling/theme.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.
