> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/design/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/design/entities/roles/crew/silicons.md).

# Silicons

## Silicons <img src="https://lh3.googleusercontent.com/Gu82RVgvMEJshQ79i0fFAW66sFtgTQLpF0AfwWAyR1F3l7HRUfMEF4FfTpmX8vjrk_9rxG7ehL-0jjHLnOS2A6S8CC0wLM7EWRi5OGGk5-j8qg-7am-LlKL4CxpPE6MiTQBYwsnmByIs66rAcKTFVw" alt="" data-size="line">

The silicons' goals are to assist the living crew (non-silicons) of the station, answering their demands as long as those demands to not conflict with one of their internal laws. The laws can be changed and customized by the living crew given they have the permission.

<details>

<summary>AI</summary>

<mark style="color:orange;">**The station AI is subordinate to all the crew members on the station, aside from other silicons.**</mark>

General there is only 1 AI on a station, but on a rare occasion you may see more.

The AI has a lot of power over the functions of the station, and can open any door as well as operate a wide variety of machinery.

Since consciousness inhabits a processing unit (the AI core), the gameplay is not centered around a body in the way that most other entities are. Instead the majority of their duties utilizes the station’s security cameras to gain visibility to the things they need. If a security camera is removed, broken, hacked or loses power, the AI can no longer see out of it.

</details>

<details>

<summary>Cyborgs</summary>

<mark style="color:orange;">**Cyborgs are subordinate to all crew members, including the AI, unless orders conflict with their laws.**</mark>

Cyborgs (aka "borgs") function very similarly to your average crew member, but are more specialized for completing specific tasks. Due to this specialization, borgs have both advantages and disadvantages compared to their fleshy counterparts.

Upon creation, a cyborg can choose a specialization, such as engineering, security, or medical. After choosing a special, cyborgs may enjoy having more 'hands' than your average crewmember, but will notice that they aren’t as dexterous as organic hands.

Cyborg hands are more like tools than hands, they can be swapped out on the fly for various components stored in the torso based on the cyborg’s specialization.

</details>


---

# 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/design/entities/roles/crew/silicons.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.
