# Health

*Let’s get one thing straight: space is dangerous.*

The depth of the health system will vary depending on the species of the character. Simpler entities may not have all of the following systems, for example it would be a waste of resources to simulate organs or blood for something tiny like insects.

The health system documented here assumes we are referring to the primary character type, humanoids, unless otherwise stated.


---

# 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/entities/health.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.
