> 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/2d/ui-elements/windows.md).

# Windows

## Window Composition

Windows are UI elements opened when interacting with certain environment items, like accessing the terminal or a piece of tech that is not detailed enough on the level of its model/texture.

Most windows should be interactable, movable and closable. I suggest the design that retains the dark and semi-transparent work area, but has a distinct header with a recognizable close button and a readable name. This header should be wide enough to click on to drag the whole window through the screen.

<figure><img src="/files/Zn2wj0y0k487TUxlbLqz" alt=""><figcaption><p>The initial concept</p></figcaption></figure>

The text within should be bright and buttons or highlighted elements should have the frame in color of the header. Said color should be brighter then the work area of the window, yet overall diluted to not distract the player too much and spare their eyes. The exact hue can be chosen within unity and changed depending on the window type, window order or other parameters.

## Interactable Elements

The window can also have interactable elements within. They should be bright and readable enough on the window's background and, preferably, should retain some vector style. See an airlock control panel from SS14, for example:

<figure><img src="https://lh3.googleusercontent.com/dfypxwN5PEbpjwHSwCMgJUjAfGmcMjFdNObecz7YPB5h702uFxHcADg4Fk5YCYTQnCWb8xT6bs13Abir5Ci1euy3wQ1mWgnh_zJYIbcPNsFMIZhYoWT8DwW-CXrshHXP_RichCqLXKXj" alt=""><figcaption><p>This window should appear when trying to hack the airlock. Note the flat colors and vectorized edges of every object.</p></figcaption></figure>

It’s planned to be made out of several individual interactive parts: light bulbs and wires, with several versions of each (uncut, cut or fixed wire, lit or unlit light bulb). For obvious reasons, those versions are better made in the same style.&#x20;

<div><figure><img src="/files/jtjLKuhF6d7XA6ZcLDkj" alt=""><figcaption><p>Design of the ID cards.</p></figcaption></figure> <figure><img src="/files/TzQ1MThkPo910VRmnS3Q" alt=""><figcaption><p>Ditto.</p></figcaption></figure></div>

Note that the photo is the rendered or captured character model with a filter to limit its color to the pallet.


---

# 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/2d/ui-elements/windows.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.
