# Starting condition & death

* Player has to be sponsored by an in-game organization to enter the game
* Anything the player starts with is supplied by the organization, with the organization's own resources
* These organizations decide how they run their business, what initial things to outfit new players with, etc

### Death

* When people die, they are respawned into a hospital owned by their organization. Players need to specify which hospital they respawn into and get permission from that hospital. If a player dies without a respawn hospital, they get kicked out of the game.
* Hospitals are expensive to build and can only be built & maintained by organizations


---

# 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://ostomo.gitbook.io/ostomo-notes/starting-condition-and-death.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.
